Initial commit
This commit is contained in:
11
Torque/SDK/mk/conf.GCC2.FreeBSD.mk
Normal file
11
Torque/SDK/mk/conf.GCC2.FreeBSD.mk
Normal 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
|
||||
Reference in New Issue
Block a user