application/Make.spec
changeset 40 d766d4c854a2
parent 37 f417fe8685c5
child 71 7329192efb9d
--- a/application/Make.spec	Sun Mar 08 15:50:52 2015 +0000
+++ b/application/Make.spec	Thu Jun 01 12:23:04 2017 +0100
@@ -22,7 +22,7 @@
 #                (if removed, they will be created as common
 #  -Pxxx       : defines the package
 #  -Zxxx       : a prefix for variables within the classLib
-#  -Dxxx       : defines passed to to CC for inline C-code
+#  -Dxxx       : defines passed to CC for inline C-code
 #  -Ixxx       : include path passed to CC for inline C-code
 #  +optspace   : optimized for space
 #  +optspace2  : optimized more for space
@@ -58,8 +58,8 @@
 
 
 COMMON_OBJS= \
-    $(OUTDIR_SLASH)VDBStartup.$(O) \
-    $(OUTDIR_SLASH)jv_vdb_application.$(O) \
+    $(OUTDIR)VDBStartup.$(O) \
+    $(OUTDIR)jv_vdb_application.$(O) \