mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
fixed dependencies between generated MSVC project files
This commit is contained in:
@@ -11,22 +11,15 @@ DEPENDPATH += . ../../src
|
||||
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
SOURCES += main.cpp \
|
||||
server.cpp
|
||||
SOURCES += main.cpp \
|
||||
server.cpp
|
||||
|
||||
HEADERS += server.h
|
||||
HEADERS += server.h
|
||||
|
||||
win32-msvc* {
|
||||
PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
LIBS += -L../../lib -lblackmisc
|
||||
|
||||
LIBS += ../../lib/blackmisc.lib \
|
||||
}
|
||||
|
||||
!win32-msvc* {
|
||||
PRE_TARGETDEPS += ../../lib/libblackmisc.a \
|
||||
|
||||
LIBS += ../../lib/libblackmisc.a \
|
||||
}
|
||||
win32: PRE_TARGETDEPS += ../../lib/blackmisc.lib
|
||||
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
|
||||
|
||||
DESTDIR = ../../bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user