.res -> .$(RES)
authorClaus Gittinger <cg@exept.de>
Tue, 28 May 2013 12:33:04 +0200
changeset 2615 9f46d06f4fd0
parent 2614 add6b700bed8
child 2616 77b052e8a952
.res -> .$(RES)
startup/bc.mak
--- a/startup/bc.mak	Tue May 28 12:33:03 2013 +0200
+++ b/startup/bc.mak	Tue May 28 12:33:04 2013 +0200
@@ -1,19 +1,19 @@
-# $Header: /cvs/stx/stx/libjava/startup/bc.mak,v 1.4 2013-02-25 11:15:34 vrany Exp $
+# $Header: /cvs/stx/stx/libjava/startup/bc.mak,v 1.5 2013-05-28 10:33:04 cg Exp $
 #
-# DO NOT EDIT 
+# DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libjava_startup.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 #
 # Historic Note:
-#  this used to contain only rules to make with borland 
+#  this used to contain only rules to make with borland
 #    (called via bmake, by "make.exe -f bc.mak")
 #  this has changed; it is now also possible to build using microsoft visual c
 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
 #
 
-TOP=..\..       
+TOP=..\..
 INCLUDE_TOP=$(TOP)\..
 
 CFLAGS_LOCAL=$(CFLAGS_APPTYPE) \
@@ -47,7 +47,7 @@
 !ifdef USETCC
 RESFILES=
 !else
-RESFILES= startupWinRC.res
+RESFILES= startupWinRC.$(RES)
 !endif
 
 ALLOBJ= $(ALLOBJFILES) $(OBJS)
@@ -80,12 +80,12 @@
 
 REQUIRED_SUPPORT_DIRS=RESOURCEFILES
 
-target: ALL postBuildCleanup 
+target: ALL postBuildCleanup
 
 # the executable, all required files and a self-installing-installer-exe
-ALL:: prereq exe $(REQUIRED_SUPPORT_DIRS)  postBuildCleanup setup 
+ALL:: prereq exe $(REQUIRED_SUPPORT_DIRS)  postBuildCleanup setup
 
-exe:  newBuildDate  consoleApp 
+exe:  newBuildDate  consoleApp
 
 # the executable only
 # with console
@@ -109,7 +109,7 @@
 		CRT_STARTUP=" $(CRT_STARTUP_NOCONSOLE)" theExe
 
 # the executable only (internal target; needs some defines)
-theExe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT) 
+theExe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT)
 
 # build all prerequisite packages for this package
 prereq:
@@ -216,7 +216,7 @@
 libtool2_RESOURCES: resources\stx\libtool2\NUL
 	-copy $(TOP)\libtool2\resources\*.rs resources\stx\libtool2\*.*
 
-libview_RESOURCES: resources\stx\libview\NUL 
+libview_RESOURCES: resources\stx\libview\NUL
 	-copy $(TOP)\libview\resources\*.rs resources\stx\libview\*.*
 
 libview2_RESOURCES: resources\stx\libview2\NUL
@@ -365,10 +365,10 @@
 ..\$(OBJDIR)\libstx_libjava.dll:
 	pushd .. & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
 
-      
 
 
-sources\NUL: 
+
+sources\NUL:
 	mkdir sources
 
 show:
@@ -443,7 +443,7 @@
 #
 # additional rules
 #
-startupWin.res: startupWin.rc startup.ico
+startupWin.$(RES): startupWin.rc startup.ico
 
 main.$(O): buildDate.h main.c bc.mak