Another small fix to ode:

Added a debug target to the Makefile to get a debug Blender to build
Maarten (mail@maartengribnau.com)
This commit is contained in:
Maarten Gribnau 2002-11-04 21:55:48 +00:00
parent bd39a84c8b
commit c2d3cb6af0

@ -181,6 +181,7 @@ CONFIGURATOR_EXE=$(CONFIGURATOR_SRC:%.c=%.exe)
# were discovered by fbuild to be the fastest on that platform. believe it or
# not, O2 makes this code run much slower for most compilers.
debug: all
all: ode-lib drawstuff-lib ode-test drawstuff-test
@echo SUCCESS
@ -250,7 +251,6 @@ clean:
%.exe: %$(OBJ)
$(CC) $(C_EXEOUT)$@ $< $(ODE_LIB) $(DRAWSTUFF_LIB) $(RESOURCE_FILE) $(LINK_OPENGL) $(LINK_MATH)
# windows specific rules
lib/resources.RES: drawstuff/src/resources.rc