Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/python/build/VisualStudio/boost_python.dsp @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 21.1 KB
Line 
1# Microsoft Developer Studio Project File - Name="boost_python" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=BOOST_PYTHON - WIN32 RELEASE
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
11!MESSAGE NMAKE /f "boost_python.mak".
12!MESSAGE
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE
16!MESSAGE NMAKE /f "boost_python.mak" CFG="BOOST_PYTHON - WIN32 RELEASE"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "boost_python - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "boost_python - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
32!IF  "$(CFG)" == "boost_python - Win32 Release"
33
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 0
36# PROP BASE Output_Dir "Release"
37# PROP BASE Intermediate_Dir "Release"
38# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 0
41# PROP Output_Dir "../bin-stage"
42# PROP Intermediate_Dir "release-obj"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
45F90=df.exe
46# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BPL_EXPORTS" /YX /FD /Zm800 /Zm800 /Zm800 /c
47# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../../" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BOOST_PYTHON_DYNAMIC_LIB" /D "BOOST_PYTHON_SOURCE" /FD /Zm800 /Zm800 /Zm800 /Zm800 /c
48# SUBTRACT CPP /YX
49# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
51# ADD BASE RSC /l 0x1409 /d "NDEBUG"
52# ADD RSC /l 0x1409 /d "NDEBUG"
53BSC32=bscmake.exe
54# ADD BASE BSC32 /nologo
55# ADD BSC32 /nologo
56LINK32=link.exe
57# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
58# ADD LINK32 kernel32.lib user32.lib /nologo /dll /machine:I386
59
60!ELSEIF  "$(CFG)" == "boost_python - Win32 Debug"
61
62# PROP BASE Use_MFC 0
63# PROP BASE Use_Debug_Libraries 1
64# PROP BASE Output_Dir "Debug"
65# PROP BASE Intermediate_Dir "Debug"
66# PROP BASE Target_Dir ""
67# PROP Use_MFC 0
68# PROP Use_Debug_Libraries 1
69# PROP Output_Dir "../bin-stage"
70# PROP Intermediate_Dir "debug-obj"
71# PROP Ignore_Export_Lib 0
72# PROP Target_Dir ""
73F90=df.exe
74# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BPL_EXPORTS" /YX /FD /Zm800 /Zm800 /Zm800 /GZ /c
75# ADD CPP /nologo /MDd /W3 /GR /GX /Zi /Od /I "../../../../" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BOOST_PYTHON_DYNAMIC_LIB" /D "BOOST_PYTHON_SOURCE" /FD /Zm800 /Zm800 /Zm800 /Zm800 /Zm800 /GZ /c
76# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
77# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
78# ADD BASE RSC /l 0x1409 /d "_DEBUG"
79# ADD RSC /l 0x1409 /d "_DEBUG"
80BSC32=bscmake.exe
81# ADD BASE BSC32 /nologo
82# ADD BSC32 /nologo
83LINK32=link.exe
84# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
85# ADD LINK32 kernel32.lib user32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../bin-stage/boost_python_debug.dll" /pdbtype:sept
86
87!ENDIF
88
89# Begin Target
90
91# Name "boost_python - Win32 Release"
92# Name "boost_python - Win32 Debug"
93# Begin Group "Source Files"
94
95# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
96# Begin Source File
97
98SOURCE=..\..\src\aix_init_module.cpp
99# End Source File
100# Begin Source File
101
102SOURCE=..\..\src\converter\arg_to_python_base.cpp
103# End Source File
104# Begin Source File
105
106SOURCE=..\..\src\converter\builtin_converters.cpp
107# End Source File
108# Begin Source File
109
110SOURCE=..\..\src\object\class.cpp
111# End Source File
112# Begin Source File
113
114SOURCE=..\..\src\dict.cpp
115# End Source File
116# Begin Source File
117
118SOURCE=..\..\src\object\enum.cpp
119# End Source File
120# Begin Source File
121
122SOURCE=..\..\src\errors.cpp
123# End Source File
124# Begin Source File
125
126SOURCE=..\..\src\converter\from_python.cpp
127# End Source File
128# Begin Source File
129
130SOURCE=..\..\src\object\function.cpp
131# End Source File
132# Begin Source File
133
134SOURCE=..\..\src\object\inheritance.cpp
135# End Source File
136# Begin Source File
137
138SOURCE=..\..\src\object\iterator.cpp
139# End Source File
140# Begin Source File
141
142SOURCE=..\..\src\object\life_support.cpp
143# End Source File
144# Begin Source File
145
146SOURCE=..\..\src\list.cpp
147# End Source File
148# Begin Source File
149
150SOURCE=..\..\src\long.cpp
151# End Source File
152# Begin Source File
153
154SOURCE=..\..\src\module.cpp
155# End Source File
156# Begin Source File
157
158SOURCE=..\..\src\numeric.cpp
159# End Source File
160# Begin Source File
161
162SOURCE=..\..\src\object_operators.cpp
163# End Source File
164# Begin Source File
165
166SOURCE=..\..\src\object_protocol.cpp
167# End Source File
168# Begin Source File
169
170SOURCE=..\..\src\object\pickle_support.cpp
171# End Source File
172# Begin Source File
173
174SOURCE=..\..\src\converter\registry.cpp
175# End Source File
176# Begin Source File
177
178SOURCE=..\..\src\slice.cpp
179# End Source File
180# Begin Source File
181
182SOURCE=..\..\src\str.cpp
183# End Source File
184# Begin Source File
185
186SOURCE=..\..\src\tuple.cpp
187# End Source File
188# Begin Source File
189
190SOURCE=..\..\src\converter\type_id.cpp
191# End Source File
192# Begin Source File
193
194SOURCE=..\..\src\wrapper.cpp
195# End Source File
196# End Group
197# Begin Group "Header Files"
198
199# PROP Default_Filter "h;hpp;hxx;hm;inl"
200# Begin Group "detail"
201
202# PROP Default_Filter ""
203# Begin Source File
204
205SOURCE=..\..\..\..\boost\python\detail\aix_init_module.hpp
206# End Source File
207# Begin Source File
208
209SOURCE=..\..\..\..\boost\python\detail\api_placeholder.hpp
210# End Source File
211# Begin Source File
212
213SOURCE=..\..\..\..\boost\python\detail\arg_tuple_size.hpp
214# End Source File
215# Begin Source File
216
217SOURCE=..\..\..\..\boost\python\detail\borrowed_ptr.hpp
218# End Source File
219# Begin Source File
220
221SOURCE=..\..\..\..\boost\python\detail\call_object.hpp
222# End Source File
223# Begin Source File
224
225SOURCE=..\..\..\..\boost\python\detail\caller.hpp
226# End Source File
227# Begin Source File
228
229SOURCE=..\..\..\..\boost\python\detail\char_array.hpp
230# End Source File
231# Begin Source File
232
233SOURCE=..\..\..\..\boost\python\detail\config.hpp
234# End Source File
235# Begin Source File
236
237SOURCE=..\..\..\..\boost\python\detail\construct.hpp
238# End Source File
239# Begin Source File
240
241SOURCE=..\..\..\..\boost\python\detail\convertible.hpp
242# End Source File
243# Begin Source File
244
245SOURCE=..\..\..\..\boost\python\detail\cv_category.hpp
246# End Source File
247# Begin Source File
248
249SOURCE=..\..\..\..\boost\python\detail\decorated_type_id.hpp
250# End Source File
251# Begin Source File
252
253SOURCE=..\..\..\..\boost\python\detail\def_helper.hpp
254# End Source File
255# Begin Source File
256
257SOURCE=..\..\..\..\boost\python\detail\defaults_def.hpp
258# End Source File
259# Begin Source File
260
261SOURCE=..\..\..\..\boost\python\detail\defaults_gen.hpp
262# End Source File
263# Begin Source File
264
265SOURCE=..\..\..\..\boost\python\detail\dependent.hpp
266# End Source File
267# Begin Source File
268
269SOURCE=..\..\..\..\boost\python\detail\destroy.hpp
270# End Source File
271# Begin Source File
272
273SOURCE=..\..\..\..\boost\python\detail\exception_handler.hpp
274# End Source File
275# Begin Source File
276
277SOURCE=..\..\..\..\boost\python\detail\force_instantiate.hpp
278# End Source File
279# Begin Source File
280
281SOURCE=..\..\..\..\boost\python\detail\if_else.hpp
282# End Source File
283# Begin Source File
284
285SOURCE=..\..\..\..\boost\python\detail\indirect_traits.hpp
286# End Source File
287# Begin Source File
288
289SOURCE=..\..\..\..\boost\python\detail\make_keyword_range_fn.hpp
290# End Source File
291# Begin Source File
292
293SOURCE=..\..\..\..\boost\python\detail\make_tuple.hpp
294# End Source File
295# Begin Source File
296
297SOURCE=..\..\..\..\boost\python\detail\map_entry.hpp
298# End Source File
299# Begin Source File
300
301SOURCE=..\..\..\..\boost\python\detail\member_function_cast.hpp
302# End Source File
303# Begin Source File
304
305SOURCE=..\..\..\..\boost\python\detail\module_base.hpp
306# End Source File
307# Begin Source File
308
309SOURCE=..\..\..\..\boost\python\detail\module_init.hpp
310# End Source File
311# Begin Source File
312
313SOURCE=..\..\..\..\boost\python\detail\msvc_typeinfo.hpp
314# End Source File
315# Begin Source File
316
317SOURCE=..\..\..\..\boost\python\detail\none.hpp
318# End Source File
319# Begin Source File
320
321SOURCE=..\..\..\..\boost\python\detail\not_specified.hpp
322# End Source File
323# Begin Source File
324
325SOURCE=..\..\..\..\boost\python\detail\operator_id.hpp
326# End Source File
327# Begin Source File
328
329SOURCE=..\..\..\..\boost\python\detail\overloads_fwd.hpp
330# End Source File
331# Begin Source File
332
333SOURCE=..\..\..\..\boost\python\detail\pointee.hpp
334# End Source File
335# Begin Source File
336
337SOURCE=..\..\..\..\boost\python\detail\preprocessor.hpp
338# End Source File
339# Begin Source File
340
341SOURCE=..\..\..\..\boost\python\detail\python22_fixed.h
342# End Source File
343# Begin Source File
344
345SOURCE=..\..\..\..\boost\python\detail\raw_pyobject.hpp
346# End Source File
347# Begin Source File
348
349SOURCE=..\..\..\..\boost\python\detail\referent_storage.hpp
350# End Source File
351# Begin Source File
352
353SOURCE=..\..\..\..\boost\python\detail\result.hpp
354# End Source File
355# Begin Source File
356
357SOURCE=..\..\..\..\boost\python\detail\returning.hpp
358# End Source File
359# Begin Source File
360
361SOURCE=..\..\..\..\boost\python\detail\scope.hpp
362# End Source File
363# Begin Source File
364
365SOURCE=..\..\..\..\boost\python\detail\string_literal.hpp
366# End Source File
367# Begin Source File
368
369SOURCE=..\..\..\..\boost\python\detail\target.hpp
370# End Source File
371# Begin Source File
372
373SOURCE=..\..\..\..\boost\python\detail\translate_exception.hpp
374# End Source File
375# Begin Source File
376
377SOURCE=..\..\..\..\boost\python\detail\type_list.hpp
378# End Source File
379# Begin Source File
380
381SOURCE=..\..\..\..\boost\python\detail\type_list_impl.hpp
382# End Source File
383# Begin Source File
384
385SOURCE=..\..\..\..\boost\python\detail\type_list_impl_no_pts.hpp
386# End Source File
387# Begin Source File
388
389SOURCE=..\..\..\..\boost\python\detail\type_list_utils.hpp
390# End Source File
391# Begin Source File
392
393SOURCE=..\..\..\..\boost\python\detail\unwind_type.hpp
394# End Source File
395# Begin Source File
396
397SOURCE=..\..\..\..\boost\python\detail\void_ptr.hpp
398# End Source File
399# Begin Source File
400
401SOURCE=..\..\..\..\boost\python\detail\void_return.hpp
402# End Source File
403# Begin Source File
404
405SOURCE=..\..\..\..\boost\python\detail\wrap_python.hpp
406# End Source File
407# End Group
408# Begin Group "converter"
409
410# PROP Default_Filter ""
411# Begin Source File
412
413SOURCE=..\..\..\..\boost\python\converter\arg_from_python.hpp
414# End Source File
415# Begin Source File
416
417SOURCE=..\..\..\..\boost\python\converter\arg_to_python.hpp
418# End Source File
419# Begin Source File
420
421SOURCE=..\..\..\..\boost\python\converter\arg_to_python_base.hpp
422# End Source File
423# Begin Source File
424
425SOURCE=..\..\..\..\boost\python\converter\builtin_converters.hpp
426# End Source File
427# Begin Source File
428
429SOURCE=..\..\..\..\boost\python\converter\constructor_function.hpp
430# End Source File
431# Begin Source File
432
433SOURCE=..\..\..\..\boost\python\converter\convertible_function.hpp
434# End Source File
435# Begin Source File
436
437SOURCE=..\..\..\..\boost\python\converter\from_python.hpp
438# End Source File
439# Begin Source File
440
441SOURCE=..\..\..\..\boost\python\converter\implicit.hpp
442# End Source File
443# Begin Source File
444
445SOURCE=..\..\..\..\boost\python\converter\obj_mgr_arg_from_python.hpp
446# End Source File
447# Begin Source File
448
449SOURCE=..\..\..\..\boost\python\converter\object_manager.hpp
450# End Source File
451# Begin Source File
452
453SOURCE=..\..\..\..\boost\python\converter\pointer_type_id.hpp
454# End Source File
455# Begin Source File
456
457SOURCE=..\..\..\..\boost\python\converter\pyobject_traits.hpp
458# End Source File
459# Begin Source File
460
461SOURCE=..\..\..\..\boost\python\converter\pyobject_type.hpp
462# End Source File
463# Begin Source File
464
465SOURCE=..\..\..\..\boost\python\converter\pytype_arg_from_python.hpp
466# End Source File
467# Begin Source File
468
469SOURCE=..\..\..\..\boost\python\converter\pytype_object_mgr_traits.hpp
470# End Source File
471# Begin Source File
472
473SOURCE=..\..\..\..\boost\python\converter\registered.hpp
474# End Source File
475# Begin Source File
476
477SOURCE=..\..\..\..\boost\python\converter\registered_pointee.hpp
478# End Source File
479# Begin Source File
480
481SOURCE=..\..\..\..\boost\python\converter\registrations.hpp
482# End Source File
483# Begin Source File
484
485SOURCE=..\..\..\..\boost\python\converter\registry.hpp
486# End Source File
487# Begin Source File
488
489SOURCE=..\..\..\..\boost\python\converter\return_from_python.hpp
490# End Source File
491# Begin Source File
492
493SOURCE=..\..\..\..\boost\python\converter\rvalue_from_python_data.hpp
494# End Source File
495# Begin Source File
496
497SOURCE=..\..\..\..\boost\python\converter\to_python_function_type.hpp
498# End Source File
499# End Group
500# Begin Group "object"
501
502# PROP Default_Filter ""
503# Begin Source File
504
505SOURCE=..\..\..\..\boost\python\object\add_to_namespace.hpp
506# End Source File
507# Begin Source File
508
509SOURCE=..\..\..\..\boost\python\object\class.hpp
510# End Source File
511# Begin Source File
512
513SOURCE=..\..\..\..\boost\python\object\class_converters.hpp
514# End Source File
515# Begin Source File
516
517SOURCE=..\..\..\..\boost\python\object\class_detail.hpp
518# End Source File
519# Begin Source File
520
521SOURCE=..\..\..\..\boost\python\object\class_wrapper.hpp
522# End Source File
523# Begin Source File
524
525SOURCE=..\..\..\..\boost\python\object\construct.hpp
526# End Source File
527# Begin Source File
528
529SOURCE=..\..\..\..\boost\python\object\enum_base.hpp
530# End Source File
531# Begin Source File
532
533SOURCE=..\..\..\..\boost\python\object\find_instance.hpp
534# End Source File
535# Begin Source File
536
537SOURCE=..\..\..\..\boost\python\object\forward.hpp
538# End Source File
539# Begin Source File
540
541SOURCE=..\..\..\..\boost\python\object\function.hpp
542# End Source File
543# Begin Source File
544
545SOURCE=..\..\..\..\boost\python\object\function_handle.hpp
546# End Source File
547# Begin Source File
548
549SOURCE=..\..\..\..\boost\python\object\function_object.hpp
550# End Source File
551# Begin Source File
552
553SOURCE=..\..\..\..\boost\python\object\inheritance.hpp
554# End Source File
555# Begin Source File
556
557SOURCE=..\..\..\..\boost\python\object\instance.hpp
558# End Source File
559# Begin Source File
560
561SOURCE=..\..\..\..\boost\python\object\iterator.hpp
562# End Source File
563# Begin Source File
564
565SOURCE=..\..\..\..\boost\python\object\iterator_core.hpp
566# End Source File
567# Begin Source File
568
569SOURCE=..\..\..\..\boost\python\object\life_support.hpp
570# End Source File
571# Begin Source File
572
573SOURCE=..\..\..\..\boost\python\object\make_holder.hpp
574# End Source File
575# Begin Source File
576
577SOURCE=..\..\..\..\boost\python\object\make_instance.hpp
578# End Source File
579# Begin Source File
580
581SOURCE=..\..\..\..\boost\python\object\pickle_support.hpp
582# End Source File
583# Begin Source File
584
585SOURCE=..\..\..\..\boost\python\object\pointer_holder.hpp
586# End Source File
587# Begin Source File
588
589SOURCE=..\..\..\..\boost\python\object\py_function.hpp
590# End Source File
591# Begin Source File
592
593SOURCE=..\..\..\..\boost\python\object\select_holder.hpp
594# End Source File
595# Begin Source File
596
597SOURCE=..\..\..\..\boost\python\object\value_holder.hpp
598# End Source File
599# Begin Source File
600
601SOURCE=..\..\..\..\boost\python\object\value_holder_fwd.hpp
602# End Source File
603# End Group
604# Begin Source File
605
606SOURCE=..\..\..\..\boost\python\arg_from_python.hpp
607# End Source File
608# Begin Source File
609
610SOURCE=..\..\..\..\boost\python\args.hpp
611# End Source File
612# Begin Source File
613
614SOURCE=..\..\..\..\boost\python\args_fwd.hpp
615# End Source File
616# Begin Source File
617
618SOURCE=..\..\..\..\boost\python\back_reference.hpp
619# End Source File
620# Begin Source File
621
622SOURCE=..\..\..\..\boost\python\base_type_traits.hpp
623# End Source File
624# Begin Source File
625
626SOURCE=..\..\..\..\boost\python\bases.hpp
627# End Source File
628# Begin Source File
629
630SOURCE=..\..\..\..\boost\python\borrowed.hpp
631# End Source File
632# Begin Source File
633
634SOURCE=..\..\..\..\boost\python\call.hpp
635# End Source File
636# Begin Source File
637
638SOURCE=..\..\..\..\boost\python\call_method.hpp
639# End Source File
640# Begin Source File
641
642SOURCE=..\..\..\..\boost\python\cast.hpp
643# End Source File
644# Begin Source File
645
646SOURCE=..\..\..\..\boost\python\class.hpp
647# End Source File
648# Begin Source File
649
650SOURCE=..\..\..\..\boost\python\class_fwd.hpp
651# End Source File
652# Begin Source File
653
654SOURCE=..\..\..\..\boost\python\copy_const_reference.hpp
655# End Source File
656# Begin Source File
657
658SOURCE=..\..\..\..\boost\python\copy_non_const_reference.hpp
659# End Source File
660# Begin Source File
661
662SOURCE=..\..\..\..\boost\python\data_members.hpp
663# End Source File
664# Begin Source File
665
666SOURCE=..\..\..\..\boost\python\def.hpp
667# End Source File
668# Begin Source File
669
670SOURCE=..\..\..\..\boost\python\default_call_policies.hpp
671# End Source File
672# Begin Source File
673
674SOURCE=..\..\..\..\boost\python\dict.hpp
675# End Source File
676# Begin Source File
677
678SOURCE=..\..\..\..\boost\python\enum.hpp
679# End Source File
680# Begin Source File
681
682SOURCE=..\..\..\..\boost\python\errors.hpp
683# End Source File
684# Begin Source File
685
686SOURCE=..\..\..\..\boost\python\exception_translator.hpp
687# End Source File
688# Begin Source File
689
690SOURCE=..\..\..\..\boost\python\extract.hpp
691# End Source File
692# Begin Source File
693
694SOURCE=..\..\..\..\boost\python\handle.hpp
695# End Source File
696# Begin Source File
697
698SOURCE=..\..\..\..\boost\python\handle_fwd.hpp
699# End Source File
700# Begin Source File
701
702SOURCE=..\..\..\..\boost\python\has_back_reference.hpp
703# End Source File
704# Begin Source File
705
706SOURCE=..\..\..\..\boost\python\implicit.hpp
707# End Source File
708# Begin Source File
709
710SOURCE=..\..\..\..\boost\python\init.hpp
711# End Source File
712# Begin Source File
713
714SOURCE=..\..\..\..\boost\python\instance_holder.hpp
715# End Source File
716# Begin Source File
717
718SOURCE=..\..\..\..\boost\python\iterator.hpp
719# End Source File
720# Begin Source File
721
722SOURCE=..\..\..\..\boost\python\list.hpp
723# End Source File
724# Begin Source File
725
726SOURCE=..\..\..\..\boost\python\long.hpp
727# End Source File
728# Begin Source File
729
730SOURCE=..\..\..\..\boost\python\lvalue_from_pytype.hpp
731# End Source File
732# Begin Source File
733
734SOURCE=..\..\..\..\boost\python\make_function.hpp
735# End Source File
736# Begin Source File
737
738SOURCE=..\..\..\..\boost\python\manage_new_object.hpp
739# End Source File
740# Begin Source File
741
742SOURCE=..\..\..\..\boost\python\module.hpp
743# End Source File
744# Begin Source File
745
746SOURCE=..\..\..\..\boost\python\module_init.hpp
747# End Source File
748# Begin Source File
749
750SOURCE=..\..\..\..\boost\python\numeric.hpp
751# End Source File
752# Begin Source File
753
754SOURCE=..\..\..\..\boost\python\object.hpp
755# End Source File
756# Begin Source File
757
758SOURCE=..\..\..\..\boost\python\object_attributes.hpp
759# End Source File
760# Begin Source File
761
762SOURCE=..\..\..\..\boost\python\object_call.hpp
763# End Source File
764# Begin Source File
765
766SOURCE=..\..\..\..\boost\python\object_core.hpp
767# End Source File
768# Begin Source File
769
770SOURCE=..\..\..\..\boost\python\object_fwd.hpp
771# End Source File
772# Begin Source File
773
774SOURCE=..\..\..\..\boost\python\object_items.hpp
775# End Source File
776# Begin Source File
777
778SOURCE=..\..\..\..\boost\python\object_operators.hpp
779# End Source File
780# Begin Source File
781
782SOURCE=..\..\..\..\boost\python\object_protocol.hpp
783# End Source File
784# Begin Source File
785
786SOURCE=..\..\..\..\boost\python\object_protocol_core.hpp
787# End Source File
788# Begin Source File
789
790SOURCE=..\..\..\..\boost\python\object_slices.hpp
791# End Source File
792# Begin Source File
793
794SOURCE=..\..\..\..\boost\python\operators.hpp
795# End Source File
796# Begin Source File
797
798SOURCE=..\..\..\..\boost\python\operators2.hpp
799# End Source File
800# Begin Source File
801
802SOURCE=..\..\..\..\boost\python\other.hpp
803# End Source File
804# Begin Source File
805
806SOURCE=..\..\..\..\boost\python\overloads.hpp
807# End Source File
808# Begin Source File
809
810SOURCE=..\..\..\..\boost\python\pointee.hpp
811# End Source File
812# Begin Source File
813
814SOURCE=..\..\..\..\boost\python\proxy.hpp
815# End Source File
816# Begin Source File
817
818SOURCE=..\..\..\..\boost\python\ptr.hpp
819# End Source File
820# Begin Source File
821
822SOURCE=..\..\..\..\boost\python\refcount.hpp
823# End Source File
824# Begin Source File
825
826SOURCE=..\..\..\..\boost\python\reference_existing_object.hpp
827# End Source File
828# Begin Source File
829
830SOURCE=..\..\..\..\boost\python\return_internal_reference.hpp
831# End Source File
832# Begin Source File
833
834SOURCE=..\..\..\..\boost\python\return_value_policy.hpp
835# End Source File
836# Begin Source File
837
838SOURCE=..\..\..\..\boost\python\scope.hpp
839# End Source File
840# Begin Source File
841
842SOURCE=..\..\..\..\boost\python\self.hpp
843# End Source File
844# Begin Source File
845
846SOURCE=..\..\..\..\boost\python\signature.hpp
847# End Source File
848# Begin Source File
849
850SOURCE=..\..\..\..\boost\python\slice_nil.hpp
851# End Source File
852# Begin Source File
853
854SOURCE=..\..\..\..\boost\python\str.hpp
855# End Source File
856# Begin Source File
857
858SOURCE=..\..\..\..\boost\python\tag.hpp
859# End Source File
860# Begin Source File
861
862SOURCE=..\..\..\..\boost\python\to_python_converter.hpp
863# End Source File
864# Begin Source File
865
866SOURCE=..\..\..\..\boost\python\to_python_indirect.hpp
867# End Source File
868# Begin Source File
869
870SOURCE=..\..\..\..\boost\python\to_python_value.hpp
871# End Source File
872# Begin Source File
873
874SOURCE=..\..\..\..\boost\python\tuple.hpp
875# End Source File
876# Begin Source File
877
878SOURCE=..\..\..\..\boost\python\type_id.hpp
879# End Source File
880# Begin Source File
881
882SOURCE=..\..\..\..\boost\python\with_custodian_and_ward.hpp
883# End Source File
884# End Group
885# Begin Group "Resource Files"
886
887# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
888# End Group
889# End Target
890# End Project
Note: See TracBrowser for help on using the repository browser.