summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/sfcave-sdl.pro
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/games/sfcave-sdl/sfcave-sdl.pro
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'noncore/games/sfcave-sdl/sfcave-sdl.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/sfcave-sdl/sfcave-sdl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/sfcave-sdl/sfcave-sdl.pro b/noncore/games/sfcave-sdl/sfcave-sdl.pro
index e874f0d..a4eb918 100644
--- a/noncore/games/sfcave-sdl/sfcave-sdl.pro
+++ b/noncore/games/sfcave-sdl/sfcave-sdl.pro
@@ -7,49 +7,49 @@ DEFINES = _REENTRANT main=SDL_main
INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(OPIEDIR)/include/SDL
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -L${SDLDIR}/lib -lSDL -lSDLmain -lSDL_gfx -lSDL_image -lSDL_mixer -lstdc++
SOURCES = animatedimage.cpp \
bfont.cpp \
font.cpp \
game.cpp \
menu.cpp \
help.cpp \
player.cpp \
random.cpp \
sfcave.cpp \
sfcave_game.cpp \
gates_game.cpp \
fly_game.cpp \
flyterrain.cpp \
sound.cpp \
terrain.cpp \
settings.cpp \
starfield.cpp \
util.cpp
HEADERS = animatedimage.h \
bfont.h \
constants.h \
font.h \
game.h \
menu.h \
player.h \
random.h \
rect.h \
sfcave.h \
help.h \
sfcave_game.h \
gates_game.h \
fly_game.h \
flyterrain.h \
sound.h \
terrain.h \
stringtokenizer.h \
settings.h \
starfield.h \
util.h
-include ( ../../../include.pro ) \ No newline at end of file
+include ( $(OPIEDIR)/include.pro ) \ No newline at end of file