Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
Diffstat (limited to 'extern')
-rw-r--r--extern/ode/dist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/ode/dist/Makefile b/extern/ode/dist/Makefile
index 54ae6833982..34fbd53f792 100644
--- a/extern/ode/dist/Makefile
+++ b/extern/ode/dist/Makefile
@@ -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