Initial commit

This commit is contained in:
Eagle517
2026-01-14 10:27:57 -06:00
commit c1576fee30
11290 changed files with 1552799 additions and 0 deletions

13
Torque/SDK/mk/conf.mk Normal file
View 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