this might fix the python console on 64bit without #define PYEXT

This commit is contained in:
Lieuwe
2011-03-14 21:37:02 +01:00
parent c33f6adae7
commit 67b68e32ff
3 changed files with 1825 additions and 3 deletions

View File

@@ -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)