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
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gmake_cpp.lua14
1 files changed, 3 insertions, 11 deletions
diff --git a/tests/test_gmake_cpp.lua b/tests/test_gmake_cpp.lua
index 3670e28..3ccd8d1 100644
--- a/tests/test_gmake_cpp.lua
+++ b/tests/test_gmake_cpp.lua
@@ -47,17 +47,9 @@ ifndef verbose
SILENT = @
endif
-ifndef CC
- CC = gcc
-endif
-
-ifndef CXX
- CXX = g++
-endif
-
-ifndef AR
- AR = ar
-endif
+CC = gcc
+CXX = g++
+AR = ar
ifndef RESCOMP
ifdef WINDRES