Skip to content

Commit

Permalink
V1.2-00 new carve, boost header only (linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnholm committed Apr 7, 2019
1 parent 3e94daa commit bedb496
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xcsg/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef XCSG_VERSION_H
#define XCSG_VERSION_H

#define XCSG_version "v1.1-00"
#define XCSG_version "v1.2-00"

#endif // XCSG_VERSION_H
6 changes: 5 additions & 1 deletion xcsg/xcsg.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Option title="xcsg" />
<Option pch_mode="2" />
<Option compiler="msvc" />
<Option virtualFolders="mesh/;shapes/3d/;shapes/;shapes/2d/;boolean/;XML/;Transforms/;boolean/3d/;boolean/2d/;mesh/sweep/;file_export/;boolean/sweep/;" />
<Option virtualFolders="mesh/;shapes/3d/;shapes/;shapes/2d/;boolean/;XML/;Transforms/;boolean/3d/;boolean/2d/;mesh/sweep/;file_export/;boolean/sweep/" />
<Build>
<Target title="MSVC_Debug">
<Option output=".cmp/msvc/bin/Debug/xcsgd" prefix_auto="1" extension_auto="1" />
Expand Down Expand Up @@ -90,6 +90,8 @@
<Add option="`$(#wx.config) --cxxflags --debug`" />
<Add option="-DNOPCH" />
<Add option="-D_DEBUG" />
<Add option="-DBOOST_ERROR_CODE_HEADER_ONLY" />
<Add option="-DBOOST_SYSTEM_NO_DEPRECATED" />
<Add directory="$(#carve.build_include)" />
<Add directory="$(#carve)/common" />
<Add directory="./" />
Expand Down Expand Up @@ -122,6 +124,8 @@
<Add option="-fexceptions" />
<Add option="`$(#wx.config) --cxxflags`" />
<Add option="-DNOPCH" />
<Add option="-DBOOST_ERROR_CODE_HEADER_ONLY" />
<Add option="-DBOOST_SYSTEM_NO_DEPRECATED" />
<Add directory="$(#carve.build_include)" />
<Add directory="$(#carve)/common" />
<Add directory="./" />
Expand Down

0 comments on commit bedb496

Please sign in to comment.