mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Engine directory for ticket #1
This commit is contained in:
parent
352279af7a
commit
7dbfe6994d
3795 changed files with 1363358 additions and 0 deletions
21
Engine/lib/bullet/Jamrules
Normal file
21
Engine/lib/bullet/Jamrules
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
if ! $(BUILDTOP)
|
||||
{
|
||||
BUILDTOP = . ;
|
||||
}
|
||||
|
||||
# Include configuration.
|
||||
JAMCONFIG ?= $(BUILDTOP)/Jamconfig ;
|
||||
include $(JAMCONFIG) ;
|
||||
|
||||
# Set up compiler flags.
|
||||
# Unfortunately, we can not use FDefines here since Boost Jam does not have it,
|
||||
# and we have not yet included mk/jam/build.jam which provides an emulation
|
||||
# layer for Boost. We can not include build.jam earlier because these flags
|
||||
# need to be defined before build.jam is included. :-(
|
||||
COMPILER.CFLAGS += -Wall -Wno-unknown-pragmas ;
|
||||
COMPILER.CFLAGS.optimize += -O3 -fomit-frame-pointer -ffast-math ;
|
||||
COMPILER.CFLAGS.debug += -g3 ;
|
||||
COMPILER.CFLAGS.profile += -gp -O3 ;
|
||||
|
||||
# Include CS build rules
|
||||
include $(TOP)/mk/jam/build.jam ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue