forked from arnholm/xcsg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsg_parser.cbp
124 lines (124 loc) · 4.49 KB
/
csg_parser.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="csg_parser" />
<Option pch_mode="2" />
<Option compiler="msvc" />
<Build>
<Target title="MSVC_Debug">
<Option output=".cmp/msvc/csg_parserd" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output=".cmp/msvc/obj/Debug/" />
<Option type="2" />
<Option compiler="msvc" />
<Option createDefFile="1" />
<Compiler>
<Add option="/MDd" />
<Add option="/Od" />
<Add option="/RTCsu" />
<Add option="/Fd$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).pdb" />
<Add option="/GF" />
<Add option="/EHsc" />
<Add option="/W3" />
<Add option="`$(CPDE_USR)\bin\wx-config.exe --prefix=$(#wx) --wxcfg=$(#wx.debug) --iso --cxxflags`" />
<Add option="/D_CRT_SECURE_NO_WARNINGS" />
<Add option="/D_CRT_NONSTDC_NO_DEPRECATE" />
<Add option="/D_CRT_SECURE_DEPRECATE" />
</Compiler>
<ExtraCommands>
<Add after="$(CPDE_USR)/bin/cpde_usr -project=$(PROJECT_NAME) -root=$(PROJECT_DIR) -build=$(TARGET_NAME) -target=$(TARGET_OUTPUT_FILE) -usr=$(CPDE_USR)" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="MSVC_Release">
<Option output=".cmp/msvc/csg_parser" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output=".cmp/msvc/obj/Release/" />
<Option type="2" />
<Option compiler="msvc" />
<Option createDefFile="1" />
<Compiler>
<Add option="/MD" />
<Add option="/Ox" />
<Add option="/GF" />
<Add option="/EHsc" />
<Add option="/W3" />
<Add option="`$(CPDE_USR)\bin\wx-config.exe --prefix=$(#wx) --wxcfg=$(#wx.release) --iso --cxxflags`" />
<Add option="/D_CRT_SECURE_NO_WARNINGS" />
<Add option="/D_CRT_NONSTDC_NO_DEPRECATE" />
<Add option="/D_CRT_SECURE_DEPRECATE" />
</Compiler>
<ExtraCommands>
<Add after="$(CPDE_USR)/bin/cpde_usr -project=$(PROJECT_NAME) -root=$(PROJECT_DIR) -build=$(TARGET_NAME) -target=$(TARGET_OUTPUT_FILE) -usr=$(CPDE_USR)" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="GCC_Debug">
<Option output=".cmp/gcc/libcsg_parserd" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output=".cmp/gcc/obj/Debug/" />
<Option type="2" />
<Option compiler="gcc_generic" />
<Option createDefFile="1" />
<Compiler>
<Add option="-std=c++11" />
<Add option="-W" />
<Add option="-fPIC" />
<Add option="-DNOPCH" />
<Add option="-fexceptions" />
<Add option="-D_DEBUG" />
<Add option="-g" />
</Compiler>
<ExtraCommands>
<Add after="$(CPDE_USR)/bin/cpde_usr -project=$(PROJECT_NAME) -root=$(PROJECT_DIR) -build=$(TARGET_NAME) -target=$(TARGET_OUTPUT_FILE) -usr=$(CPDE_USR)" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="GCC_Release">
<Option output=".cmp/gcc/libcsg_parser" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output=".cmp/gcc/obj/Release/" />
<Option type="2" />
<Option compiler="gcc_generic" />
<Option createDefFile="1" />
<Compiler>
<Add option="-std=c++11" />
<Add option="-W" />
<Add option="-fPIC" />
<Add option="-DNOPCH" />
<Add option="-fexceptions" />
<Add option="-Os" />
</Compiler>
<ExtraCommands>
<Add after="$(CPDE_USR)/bin/cpde_usr -project=$(PROJECT_NAME) -root=$(PROJECT_DIR) -build=$(TARGET_NAME) -target=$(TARGET_OUTPUT_FILE) -usr=$(CPDE_USR)" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<Compiler>
<Add option="-DCSG_PARSER_IMPLEMENTATION" />
<Add directory="$(CPDE_USR)/include" />
<Add directory="$(#boost.include)" />
</Compiler>
<Unit filename="cf_xmlNode.cpp" />
<Unit filename="cf_xmlNode.h" />
<Unit filename="cf_xmlTree.cpp" />
<Unit filename="cf_xmlTree.h" />
<Unit filename="csg_matrix.cpp" />
<Unit filename="csg_matrix.h" />
<Unit filename="csg_node.cpp" />
<Unit filename="csg_node.h" />
<Unit filename="csg_parser.cpp" />
<Unit filename="csg_parser.h" />
<Unit filename="csg_scalar.cpp" />
<Unit filename="csg_scalar.h" />
<Unit filename="csg_value.cpp" />
<Unit filename="csg_value.h" />
<Unit filename="csg_vector.cpp" />
<Unit filename="csg_vector.h" />
<Extensions>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>