bc.mak
changeset 764 33e0580bf5b9
parent 757 523fc7c6f4a5
child 770 02a4a8722fb3
--- a/bc.mak	Fri Jan 12 14:34:45 2007 +0100
+++ b/bc.mak	Fri Jan 12 14:34:51 2007 +0100
@@ -81,7 +81,7 @@
 
 REQUIRED_SUPPORT_DIRS=
 
-target: exe
+target: exe noConsoleStx
 
 # the executable, all required files and a self-installing-installer-exe
 ALL:: exe $(REQUIRED_SUPPORT_DIRS) setup
@@ -213,6 +213,11 @@
 clobber::
 	-del librun.dll
 
+
+noConsoleStx:
+	$(MAKE) CFLAGS_APPTYPE=$(CFLAGS_NOCONSOLE) LFLAGS_APPTYPE=$(LFLAGS_NOCONSOLE) CRT_STARTUP=$(CRT_STARTUP_NOCONSOLE) PROJECT=winstx.exe winstx.exe
+
+
 clean::
 	-del genDate.exe
 	-del c0x32.dll