Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-08-18 22:09:53 +0300
committerbubnikv <bubnikv@gmail.com>2017-08-18 22:09:53 +0300
commitba1c0b0137f84e95a937a5920a7d0184e01ff0b6 (patch)
tree6ef0fee2b075704d20d3b9fbb95d0677f0b52c32 /xs/src/libslic3r/GCodeSender.hpp
parente2a685b8bb96cee4ced5a33e2fe7cd054d0ba2ee (diff)
CMake build process - fixes of the previous check-ins to build
cleanly on Windows & Linux. There is still a work on OSX: The XS module has to be linked without perl.lib and with the following parameters to produce a bundle: -bundle -undefined dynamic_lookup
Diffstat (limited to 'xs/src/libslic3r/GCodeSender.hpp')
-rw-r--r--xs/src/libslic3r/GCodeSender.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xs/src/libslic3r/GCodeSender.hpp b/xs/src/libslic3r/GCodeSender.hpp
index 74583327f..3022993cb 100644
--- a/xs/src/libslic3r/GCodeSender.hpp
+++ b/xs/src/libslic3r/GCodeSender.hpp
@@ -1,6 +1,5 @@
#ifndef slic3r_GCodeSender_hpp_
#define slic3r_GCodeSender_hpp_
-#ifdef BOOST_LIBS
#include "libslic3r.h"
#include <queue>
@@ -71,5 +70,4 @@ class GCodeSender : private boost::noncopyable {
} // namespace Slic3r
-#endif /* BOOST_LIBS */
#endif /* slic3r_GCodeSender_hpp_ */