fixed compilation problems in kdevelop

This commit is contained in:
doitux
2007-08-25 07:54:54 +00:00
parent 530d78bd28
commit d8bfeadf64
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -236,6 +236,8 @@ unix: !mac{
LIBPATH += lib
LIBS += -lpokerth_lib
LIBS += -lcrypto -lSDL_mixer
TARGETDEPS += ./lib/libpokerth_lib.a
## My release static libs
#LIBS += -lcrypto -lSDL_mixer -lSDL -lmikmod
}
+2
View File
@@ -121,6 +121,8 @@ unix:!mac{
LIBPATH += lib
LIBS += -lpokerth_lib
LIBS += -lcrypto
TARGETDEPS += ./lib/libpokerth_lib.a
## My release static libs
#LIBS += -lcrypto
}