Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-09-06 21:43:16 +0400
committerstarkos <none@none>2009-09-06 21:43:16 +0400
commitd958932c2da813b72299c9303b44f6e4991e1d6a (patch)
tree3d8adcb981968753abce928c67aa52bf9ed0eaaf /tests/test_gmake_cpp.lua
parent13b414af8868b9c75ffa91cb171cfc1434923201 (diff)
Fixed failing GMake C++ tests
Diffstat (limited to 'tests/test_gmake_cpp.lua')
-rw-r--r--tests/test_gmake_cpp.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_gmake_cpp.lua b/tests/test_gmake_cpp.lua
index f9d4077..e28350a 100644
--- a/tests/test_gmake_cpp.lua
+++ b/tests/test_gmake_cpp.lua
@@ -86,7 +86,7 @@ ifeq ($(config),debug)
LIBS +=
RESFLAGS += $(DEFINES) $(INCLUDES)
LDDEPS +=
- LINKCMD = $(CXX) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(RESOURCES) $(ARCH) $(LIBS)
+ LINKCMD = $(CXX) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) $(LIBS)
define PREBUILDCMDS
endef
define PRELINKCMDS
@@ -120,7 +120,7 @@ ifeq ($(config),debugps3)
LIBS +=
RESFLAGS += $(DEFINES) $(INCLUDES)
LDDEPS +=
- LINKCMD = $(CXX) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(RESOURCES) $(ARCH) $(LIBS)
+ LINKCMD = $(CXX) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) $(LIBS)
define PREBUILDCMDS
endef
define PRELINKCMDS
@@ -151,7 +151,7 @@ ifeq ($(config),debug64)
LIBS +=
RESFLAGS += $(DEFINES) $(INCLUDES)
LDDEPS +=
- LINKCMD = $(CXX) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(RESOURCES) $(ARCH) $(LIBS)
+ LINKCMD = $(CXX) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) $(LIBS)
define PREBUILDCMDS
endef
define PRELINKCMDS