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-04-24 02:30:29 +0400
committerstarkos <none@none>2009-04-24 02:30:29 +0400
commitcbe75c4d9cf64a2d4d870e785b72fa92019fef6f (patch)
tree8dbcf554f51ab55fd69480923de7c81e9ed39eaf /tests/test_gmake_cpp.lua
parent1b03487a54c42d5c12723a98bf3419ee08e990a9 (diff)
De-templated CodeLite action
Diffstat (limited to 'tests/test_gmake_cpp.lua')
-rw-r--r--tests/test_gmake_cpp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gmake_cpp.lua b/tests/test_gmake_cpp.lua
index 70417d2..91a4fbf 100644
--- a/tests/test_gmake_cpp.lua
+++ b/tests/test_gmake_cpp.lua
@@ -46,7 +46,7 @@ ifeq ($(config),debug)
CPPFLAGS += -MMD $(DEFINES) $(INCLUDES)
CFLAGS += $(CPPFLAGS) $(ARCH)
CXXFLAGS += $(CFLAGS)
- LDFLAGS += -s
+ LDFLAGS += -s
RESFLAGS += $(DEFINES) $(INCLUDES)
LDDEPS +=
LINKCMD = $(CXX) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH)