summaryrefslogtreecommitdiffstats
path: root/glut
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-01-17 04:45:08 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-01-17 04:45:08 -0600
commit95fb08d84d8cbcc23f2ac03cd3a51debed34541f (patch)
tree489f7ad2b4a050e5354775f5657fcbb749fdaab4 /glut
parenta31748ade89121403e3e4aea04898cf48b996580 (diff)
downloadGLPyramid-95fb08d84d8cbcc23f2ac03cd3a51debed34541f.tar.gz
GLPyramid-95fb08d84d8cbcc23f2ac03cd3a51debed34541f.tar.bz2
GLPyramid-95fb08d84d8cbcc23f2ac03cd3a51debed34541f.zip
sdl: fix blank screen in Windows XP
Diffstat (limited to 'glut')
-rwxr-xr-xglut/mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/glut/mingw32 b/glut/mingw32
index 3abba2c..808146e 100755
--- a/glut/mingw32
+++ b/glut/mingw32
@@ -21,4 +21,4 @@ math3d.o: math3d.c math3d.h
.PHONY: clean
clean:
- rm -f *.o ./$(PROG)
+ rm -f *.o ./$(PROG).exe