fixed compilation problems in kdevelop
This commit is contained in:
@@ -236,6 +236,8 @@ unix: !mac{
|
|||||||
LIBPATH += lib
|
LIBPATH += lib
|
||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib
|
||||||
LIBS += -lcrypto -lSDL_mixer
|
LIBS += -lcrypto -lSDL_mixer
|
||||||
|
TARGETDEPS += ./lib/libpokerth_lib.a
|
||||||
|
|
||||||
## My release static libs
|
## My release static libs
|
||||||
#LIBS += -lcrypto -lSDL_mixer -lSDL -lmikmod
|
#LIBS += -lcrypto -lSDL_mixer -lSDL -lmikmod
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,6 +121,8 @@ unix:!mac{
|
|||||||
LIBPATH += lib
|
LIBPATH += lib
|
||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib
|
||||||
LIBS += -lcrypto
|
LIBS += -lcrypto
|
||||||
|
TARGETDEPS += ./lib/libpokerth_lib.a
|
||||||
|
|
||||||
## My release static libs
|
## My release static libs
|
||||||
#LIBS += -lcrypto
|
#LIBS += -lcrypto
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user