Commit bedb496 1 parent 3e94daa commit bedb496 Copy full SHA for bedb496
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef XCSG_VERSION_H
2
2
#define XCSG_VERSION_H
3
3
4
- #define XCSG_version "v1.1 -00"
4
+ #define XCSG_version "v1.2 -00"
5
5
6
6
#endif // XCSG_VERSION_H
Original file line number Diff line number Diff line change 5
5
<Option title =" xcsg" />
6
6
<Option pch_mode =" 2" />
7
7
<Option compiler =" msvc" />
8
- <Option virtualFolders =" mesh/;shapes/3d/;shapes/;shapes/2d/;boolean/;XML/;Transforms/;boolean/3d/;boolean/2d/;mesh/sweep/;file_export/;boolean/sweep/; " />
8
+ <Option virtualFolders =" mesh/;shapes/3d/;shapes/;shapes/2d/;boolean/;XML/;Transforms/;boolean/3d/;boolean/2d/;mesh/sweep/;file_export/;boolean/sweep/" />
9
9
<Build >
10
10
<Target title =" MSVC_Debug" >
11
11
<Option output =" .cmp/msvc/bin/Debug/xcsgd" prefix_auto =" 1" extension_auto =" 1" />
90
90
<Add option =" `$(#wx.config) --cxxflags --debug`" />
91
91
<Add option =" -DNOPCH" />
92
92
<Add option =" -D_DEBUG" />
93
+ <Add option =" -DBOOST_ERROR_CODE_HEADER_ONLY" />
94
+ <Add option =" -DBOOST_SYSTEM_NO_DEPRECATED" />
93
95
<Add directory =" $(#carve.build_include)" />
94
96
<Add directory =" $(#carve)/common" />
95
97
<Add directory =" ./" />
122
124
<Add option =" -fexceptions" />
123
125
<Add option =" `$(#wx.config) --cxxflags`" />
124
126
<Add option =" -DNOPCH" />
127
+ <Add option =" -DBOOST_ERROR_CODE_HEADER_ONLY" />
128
+ <Add option =" -DBOOST_SYSTEM_NO_DEPRECATED" />
125
129
<Add directory =" $(#carve.build_include)" />
126
130
<Add directory =" $(#carve)/common" />
127
131
<Add directory =" ./" />
You can’t perform that action at this time.
0 commit comments