Skip to content

Commit bedb496

Browse files
committed
V1.2-00 new carve, boost header only (linux)
1 parent 3e94daa commit bedb496

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

xcsg/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef XCSG_VERSION_H
22
#define XCSG_VERSION_H
33

4-
#define XCSG_version "v1.1-00"
4+
#define XCSG_version "v1.2-00"
55

66
#endif // XCSG_VERSION_H

xcsg/xcsg.cbp

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Option title="xcsg" />
66
<Option pch_mode="2" />
77
<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/" />
99
<Build>
1010
<Target title="MSVC_Debug">
1111
<Option output=".cmp/msvc/bin/Debug/xcsgd" prefix_auto="1" extension_auto="1" />
@@ -90,6 +90,8 @@
9090
<Add option="`$(#wx.config) --cxxflags --debug`" />
9191
<Add option="-DNOPCH" />
9292
<Add option="-D_DEBUG" />
93+
<Add option="-DBOOST_ERROR_CODE_HEADER_ONLY" />
94+
<Add option="-DBOOST_SYSTEM_NO_DEPRECATED" />
9395
<Add directory="$(#carve.build_include)" />
9496
<Add directory="$(#carve)/common" />
9597
<Add directory="./" />
@@ -122,6 +124,8 @@
122124
<Add option="-fexceptions" />
123125
<Add option="`$(#wx.config) --cxxflags`" />
124126
<Add option="-DNOPCH" />
127+
<Add option="-DBOOST_ERROR_CODE_HEADER_ONLY" />
128+
<Add option="-DBOOST_SYSTEM_NO_DEPRECATED" />
125129
<Add directory="$(#carve.build_include)" />
126130
<Add directory="$(#carve)/common" />
127131
<Add directory="./" />

0 commit comments

Comments
 (0)