summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLieuwe <lieuwemo@gmail.com>2011-03-14 20:37:02 (GMT)
committer Lieuwe <lieuwemo@gmail.com>2011-03-14 20:37:02 (GMT)
commit67b68e32ff977748161d23a5ccb1def4d8440346 (patch)
tree257f2713fa33899d9cc5f6f5cfcb79d5353d199a /Makefile
parentc33f6adae7f8033202cdfd20f97008f40391db07 (diff)
downloadpowder-67b68e32ff977748161d23a5ccb1def4d8440346.zip
powder-67b68e32ff977748161d23a5ccb1def4d8440346.tar.gz
this might fix the python console on 64bit without #define PYEXT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d38214..977cf84 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ powder-debug-64: $(SOURCES)
mv $@ build
powder-debug: $(SOURCES)
$(PYCOMMAND)
- $(COMPILER) -m32 -o$@ $(FLAGS_DBUG) -DLIN32 $(SOURCES) -Iincludes/
+ $(COMPILER) -DINTERNAL -o$@ $(CFLAGS) $(OFLAGS) $(LFLAGS) $(MFLAGS_SSE3) $(SOURCES) -DLIN64 $(FLAGS_DBUG)
mv $@ build
powder-sse3: $(SOURCES)
$(PYCOMMAND)