Fixed linking of botan library
This commit is contained in:
parent
3703bd9979
commit
2a29bed75e
1 changed files with 5 additions and 5 deletions
|
|
@ -19,13 +19,13 @@ DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX _WIN32_WINNT=0x0501
|
|||
#LIBS += -LC:/prog/boost/lib -Lc:/prog/lib libpq.lib fmt.lib User32.lib ws2_32.lib
|
||||
LIBS += -LC:\VSproj\boost32\lib -LC:/PROG/LIB -lws2_32 -llibpq
|
||||
|
||||
debug {
|
||||
#debug {
|
||||
LIBS += c:/prog/lib/botand_imp.lib
|
||||
}
|
||||
#}
|
||||
|
||||
release {
|
||||
#release {
|
||||
#LIBS += c:\prog\lib\botan.lib
|
||||
}
|
||||
#}
|
||||
|
||||
win32:RC_ICONS += pglab.ico
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue