7 Commits

Author SHA1 Message Date
Joseph Lenox
23f3df4b1f Moved shell.cpp to ../common, borrowed and modified for FORCE_GUI from @bubnikv
Changed path in compile_wrapper, made makefile for linux with default paths pointed
at where they would be on Travis.
2017-04-02 15:34:53 -05:00
Joseph Lenox
d81ad0ebc7 Fail less at copypasta. 2017-03-31 12:44:50 -05:00
Joseph Lenox
3e5ef744d7 Suppress perl console window in slic3r.exe
Also added a third executable that preserves the console, slic3r-debug-console.exe
2017-03-31 12:40:12 -05:00
Joseph Lenox
8adeb2b5d0 Forgot to account for null character 2017-03-27 21:49:34 -05:00
Joseph Lenox
68ab876bec slic3r-console now doesn't have gui turned on by default, slic3r does 2017-03-27 21:49:34 -05:00
Joseph Lenox
59f801d2ed added compile flag for FORCE_GUI 2017-03-27 21:49:34 -05:00
Joseph Lenox
4fe58d768a Added windows shell and script (#3723)
* Slightly modified perl wrapper from @bubnikv and added a short powershell script to build it (assuming Strawberry Perl is installed)

* added shell and tweaked build script to package 5.18 or 5.24

* moved class::accessor to local-lib

* Using different thread library for packager (x64), wrapper is verbose.

* Statically link libgcc for shell program, include pthreadGC2-w64.dll

* set default perl version, added more linker options
Added libgcc_s_sjlj-1.dll to pack list.

* Removed Sub::Util from manual dependency list.

* Added resource file for wrapper exe and appended compile steps..

* added Win32 perl module

* Add libglut-0.dll
2017-03-02 12:14:21 -06:00