commit 6cd0a332
Removed commented code
git-svn-id: https://blockattack.svn.sourceforge.net/svnroot/blockattack/trunk@50 9d7177f8-192b-0410-8f35-a16a89829b06
Changed files
| M | source/code/block.make before |
diff --git a/source/code/block.make b/source/code/block.make
index 48df625..feb7845 100644
--- a/source/code/block.make
+++ b/source/code/block.make
@@ -1,26 +1,15 @@
-#ifndef GAMEDIR
- GAMEDIR=../../Game/
-#endif
+GAMEDIR=../../Game/
-#ifndef BINARY
BINARY=$(GAMEDIR)blockattack
-#endif
-#ifndef CC
- CC=gcc
-#endif
+CC=gcc
-#ifndef CPP
- CPP=g++
-#endif
+CPP=g++
-#ifndef BASE_CFLAGS
- BASE_CFLAGS=-c $(shell sdl-config --cflags)
-#endif
+BASE_CFLAGS=-c $(shell sdl-config --cflags)
-#ifndef BASE_LIBS
- BASE_LIBS=$(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lSDL_ttf
-#endif
+
+BASE_LIBS=$(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lSDL_ttf
#For developement only
ifndef DEBUG