Initial commit
This commit is contained in:
13
Torque/SDK/mk/conf.mk
Normal file
13
Torque/SDK/mk/conf.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
OS=WIN32
|
||||
COMPILER=GCC3
|
||||
BUILD=RELEASE
|
||||
ifeq "RELEASE" "DEBUG"
|
||||
BUILD_SUFFIX:=_DEBUG
|
||||
else
|
||||
BUILD_SUFFIX:=
|
||||
endif
|
||||
CONFIG_STATUS=VALID
|
||||
DIR.OBJ=out
|
||||
ifndef COMPILER_OPTIONS
|
||||
DIR.OBJ:=out.GCC3.RELEASE
|
||||
endif
|
||||
Reference in New Issue
Block a user