forked from bartvdbraak/blender
bdad961ce3
development of ode at http://q12.org and periodically copy the q12.org ODE sourcecode into this tree to update the Blender ODE. This ODE has not been changed from q12.org and is provided here merely as a convenience to Blender developers.
28 lines
450 B
Plaintext
28 lines
450 B
Plaintext
WINDOWS=1
|
|
THIS_DIR=
|
|
DEL_CMD=tools\rm
|
|
CC=cl /nologo /DWIN32 /DMSVC /DSHAREDLIBEXPORT= /DSHAREDLIBIMPORT=
|
|
OBJ=.obj
|
|
C_FLAGS=/c /GR- /GX- /W3 /GF
|
|
C_INC=/I
|
|
C_OUT=/Fo
|
|
C_EXEOUT=/Fe
|
|
C_DEF=/D
|
|
C_OPT=/O
|
|
AR=lib /nologo /OUT:
|
|
RANLIB=
|
|
LIB_PREFIX=
|
|
LIB_SUFFIX=.lib
|
|
LINK_OPENGL=Comctl32.lib kernel32.lib user32.lib gdi32.lib OpenGL32.lib Glu32.lib
|
|
LINK_MATH=
|
|
RC_RULE=rc /r /fo$@ $<
|
|
|
|
ifeq ($(BUILD),release)
|
|
OPT=2
|
|
C_FLAGS+=/Oy
|
|
endif
|
|
|
|
ifeq ($(BUILD),debug)
|
|
OPT=d
|
|
endif
|