git repos / blockattack-game

commit 6cd0a332

sago007 · 2008-11-13 20:02
6cd0a3328b2da426cafa5f53c862871e786df27b patch · browse files
parent f3ef34953917e7d09b204971ae04bd190aa89f1d

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