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

View File

@@ -0,0 +1,11 @@
include ../mk/conf.UNIX.mk
# override defaults
CFLAGS.GENERAL = -DUSE_FILE_REDIRECT -I/usr/X11R6/include/ -march=i586 \
-mcpu=i686 -ffast-math -fno-exceptions #-fno-check-new
# GLU must be statically linked, otherwise torque will crash.
LINK.LIBS.GENERAL = -Wl,-static -Wl,-lGLU -Wl,-dy -L/usr/X11R6/lib -L/usr/local/lib -lSDL -pthread # -lefence
LINK.LIBS.SERVER = -pthread