summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Hoyle <starfoxprime@gmail.com>2011-08-16 16:45:44 (GMT)
committer Bryan Hoyle <starfoxprime@gmail.com>2011-08-16 16:45:44 (GMT)
commitad09f3040e7e08bbe2d5b256a2933d148a2a8e3d (patch)
tree8a50f508226747d5521377bf655ca0aac85efaf6 /Makefile
parenta5db1d53da133a78493be443b0ec9094ea3eeb65 (diff)
downloadpowder-ad09f3040e7e08bbe2d5b256a2933d148a2a8e3d.zip
powder-ad09f3040e7e08bbe2d5b256a2933d148a2a8e3d.tar.gz
Revert "Revert "added lua command: tpt.setfpscap(int FPSCap)""
This reverts commit a5db1d53da133a78493be443b0ec9094ea3eeb65.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef98391..4a77ce0 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,11 @@ powder-64-sse3-opengl: $(SOURCES)
$(COMPILER) -m64 -o$@ $(CFLAGS) $(OFLAGS) $(MFLAGS_SSE3) $(SOURCES) $(LFLAGS) -DLIN64 -lGL -lGLU -DOpenGL
strip $@
mv $@ build
+powder-sse3-opengl: $(SOURCES)
+ $(PYCOMMAND)
+ $(COMPILER) -m32 -o$@ $(CFLAGS) $(OFLAGS) $(MFLAGS_SSE3) $(SOURCES) $(LFLAGS) -DLIN32 -lGL -lGLU -DOpenGL
+ strip $@
+ mv $@ build
powder-64-sse3: $(SOURCES)
$(PYCOMMAND)
$(COMPILER) -m64 -o$@ $(CFLAGS) $(OFLAGS) $(MFLAGS_SSE3) $(SOURCES) $(LFLAGS) -DLIN64