ProjectDefinition.st
changeset 12192 5d79f44a17d6
parent 12186 ff5b0d4f5e1d
child 12198 f3f15cc6a32e
--- a/ProjectDefinition.st	Fri Oct 09 19:36:41 2009 +0200
+++ b/ProjectDefinition.st	Fri Oct 09 19:48:16 2009 +0200
@@ -2575,12 +2575,12 @@
 bmake_dot_mak
     "the template code for the bmake.bat file"
 
-    ^ '
-REM -------
-REM make using borland bcc
-REM type bmake, and wait...
-REM do not edit - automatically generated from ProjectDefinition
-REM -------
+    ^ 
+'@REM -------
+@REM make using borland bcc
+@REM type bmake, and wait...
+@REM do not edit - automatically generated from ProjectDefinition
+@REM -------
 make.exe -N -f bc.mak %%1 %%2
 
 %(SUBPROJECT_BMAKE_CALLS)
@@ -2601,12 +2601,12 @@
 lcmake_dot_mak
     "the template code for the lcmake.bat file"
 
-    ^ '
-REM -------
-REM make using lcc compiler
-REM type lcmake, and wait...
-REM do not edit - automatically generated from ProjectDefinition
-REM -------
+    ^ 
+'@REM -------
+@REM make using lcc compiler
+@REM type lcmake, and wait...
+@REM do not edit - automatically generated from ProjectDefinition
+@REM -------
 make.exe -N -f bc.mak USELCC=1 %%1 %%2
 
 %(SUBPROJECT_LCCMAKE_CALLS)
@@ -2743,12 +2743,12 @@
 vcmake_dot_mak
     "the template code for the vcmake.bat file"
 
-    ^ '
-REM -------
-REM make using microsoft visual c
-REM type vcmake, and wait...
-REM do not edit - automatically generated from ProjectDefinition
-REM -------
+    ^ 
+'@REM -------
+@REM make using microsoft visual c
+@REM type vcmake, and wait...
+@REM do not edit - automatically generated from ProjectDefinition
+@REM -------
 make.exe -N -f bc.mak USEVC=1 %%1 %%2
 
 %(SUBPROJECT_VCMAKE_CALLS)
@@ -4495,11 +4495,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.236 2009-10-09 10:16:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.237 2009-10-09 17:48:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.236 2009-10-09 10:16:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.237 2009-10-09 17:48:16 cg Exp $'
 ! !
 
 ProjectDefinition initialize!