Move winconsole to separate folder.

master
Torsten Paul 2015-01-08 19:12:13 +01:00
parent aeab04233b
commit e3441b50a1
3 changed files with 4 additions and 4 deletions

View File

@ -255,7 +255,7 @@ case $OS in
exit
fi
# make console pipe-able openscad.com - see winconsole.pro for info
qmake ../winconsole.pro
qmake ../winconsole/winconsole.pro
make
if [ ! -e $TARGET/openscad.com ]; then
echo "cant find $TARGET/openscad.com. build failed. stopping."

View File

@ -11,13 +11,13 @@
# properly
TEMPLATE = app
TARGET = openscad_winconsole
TARGET = winconsole
FORMS =
HEADERS =
FLEXSOURCES =
BISONSOURCES =
RESOURCES =
SOURCES = src/winconsole.c
SOURCES = winconsole.c
CONFIG -= qt
CONFIG += console # sets IMAGE_SUBSYSTEM_WINDOWS_CUI in binary
QMAKE_POST_LINK = cd $(DESTDIR) && mv openscad_winconsole.exe openscad.com
QMAKE_POST_LINK = cd $(DESTDIR) && mv winconsole.exe openscad.com