more *nix compatibility fixes

svn path=/branches/xmlbuildsystem/; revision=13956
This commit is contained in:
Royce Mitchell III
2005-03-12 04:55:41 +00:00
parent c5097fd3dc
commit 49594687df
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
BUILDNO_BASE = tools$(SEP)buildno
BUILDNO_BASE = .$(SEP)tools$(SEP)buildno
BUILDNO_TARGET = \
$(EXEPREFIX)$(BUILDNO_BASE)$(SEP)buildno$(EXEPOSTFIX)
$(ROS_INTERMEDIATE)$(BUILDNO_BASE)$(SEP)buildno$(EXEPOSTFIX)
BUILDNO_SOURCES = \
$(BUILDNO_BASE)$(SEP)buildno.cpp \
+1 -1
View File
@@ -1,4 +1,4 @@
CDMAKE_BASE = tools$(SEP)cdmake
CDMAKE_BASE = .$(SEP)tools$(SEP)cdmake
CDMAKE_TARGET = \
$(ROS_INTERMEDIATE)$(CDMAKE_BASE)$(SEP)cdmake$(EXEPOSTFIX)
+1 -1
View File
@@ -1,4 +1,4 @@
NCI_BASE = tools$(SEP)nci
NCI_BASE = .$(SEP)tools$(SEP)nci
NCI_TARGET = \
$(ROS_INTERMEDIATE)$(NCI_BASE)$(SEP)nci$(EXEPOSTFIX)
@@ -809,7 +809,7 @@ MingwModuleHandler::GenerateWindresCommand ( const Module& module,
string resFilename = ReplaceExtension ( sourceFilename,
".res" );
fprintf ( fMakefile,
"%s: %s\n",
"%s: %s $(WRC_TARGET)\n",
objectFilename.c_str (),
sourceFilename.c_str () );
fprintf ( fMakefile, "\t$(ECHO_WRC)\n" );
@@ -820,7 +820,7 @@ MingwModuleHandler::GenerateWindresCommand ( const Module& module,
rciFilename.c_str () );
fprintf ( fMakefile,
"\t${wrc} ${%s} %s %s\n",
windresflagsMacro.c_str (),
windresflagsMacro.c_str (),
rciFilename.c_str (),
resFilename.c_str () );
fprintf ( fMakefile,
+1 -1
View File
@@ -1,4 +1,4 @@
RBUILD_BASE = tools$(SEP)rbuild
RBUILD_BASE = .$(SEP)tools$(SEP)rbuild
RBUILD_TARGET = \
$(ROS_INTERMEDIATE)$(RBUILD_BASE)$(SEP)rbuild$(EXEPOSTFIX)
+1 -1
View File
@@ -1,4 +1,4 @@
UNICODE_BASE = tools$(SEP)unicode
UNICODE_BASE = .$(SEP)tools$(SEP)unicode
UNICODE_TARGET = \
$(ROS_INTERMEDIATE)$(UNICODE_BASE)$(SEP)libunicode.a
+1 -1
View File
@@ -1,4 +1,4 @@
WMC_BASE = tools$(SEP)wmc
WMC_BASE = .$(SEP)tools$(SEP)wmc
WMC_TARGET = \
$(ROS_INTERMEDIATE)$(WMC_BASE)$(SEP)wmc$(EXEPOSTFIX)
+1 -1
View File
@@ -1,4 +1,4 @@
WPP_BASE = tools$(SEP)wpp
WPP_BASE = .$(SEP)tools$(SEP)wpp
WPP_TARGET = \
$(ROS_INTERMEDIATE)$(WPP_BASE)$(SEP)libwpp.a
+1 -1
View File
@@ -1,4 +1,4 @@
WRC_BASE = tools$(SEP)wrc
WRC_BASE = .$(SEP)tools$(SEP)wrc
WRC_TARGET = \
$(ROS_INTERMEDIATE)$(WRC_BASE)$(SEP)wrc$(EXEPOSTFIX)