Fixed debug/release problems with mingw.
This commit is contained in:
+2
-6
@@ -212,12 +212,8 @@ win32{
|
||||
INCLUDEPATH += ../SDL/include/SDL ../SDL_mixer/include
|
||||
LIBPATH += ../boost/stage/lib
|
||||
|
||||
release {
|
||||
LIBPATH += Release/lib ../SDL/VisualC/SDL/Release ../SDL/VisualC/SDLmain/Release ../SDL_mixer/VisualC/Release
|
||||
}
|
||||
!release {
|
||||
LIBPATH += Debug/lib ../SDL/VisualC/SDL/Debug ../SDL/VisualC/SDLmain/Debug ../SDL_mixer/VisualC/Debug
|
||||
}
|
||||
#LIBPATH += Release/lib ../SDL/VisualC/SDL/Release ../SDL/VisualC/SDLmain/Release ../SDL_mixer/VisualC/Release
|
||||
LIBPATH += Debug/lib ../SDL/VisualC/SDL/Debug ../SDL/VisualC/SDLmain/Debug ../SDL_mixer/VisualC/Debug
|
||||
LIBPATH += ../SDL/lib ../SDL_mixer/lib
|
||||
|
||||
LIBS += -lpokerth_lib
|
||||
|
||||
+2
-6
@@ -97,12 +97,8 @@ win32{
|
||||
INCLUDEPATH += ../boost/
|
||||
LIBPATH += ../boost/stage/lib
|
||||
|
||||
release {
|
||||
LIBPATH += Release/lib
|
||||
}
|
||||
!release {
|
||||
LIBPATH += Debug/lib
|
||||
}
|
||||
#LIBPATH += Release/lib
|
||||
LIBPATH += Debug/lib
|
||||
|
||||
LIBS += -lpokerth_lib
|
||||
LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32
|
||||
|
||||
Reference in New Issue
Block a user