mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 22:50:17 +02:00
fixed VS project files
This commit is contained in:
@@ -10,4 +10,10 @@ vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\i
|
||||
vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
|
||||
vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
|
||||
vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
|
||||
vc.project.linker.dependencies.debug_shared = libeay32.lib ssleay32.lib
|
||||
vc.project.linker.dependencies.release_shared = libeay32.lib ssleay32.lib
|
||||
vc.project.linker.dependencies.debug_static_md = libeay32mdd.lib ssleay32mdd.lib Crypt32.lib
|
||||
vc.project.linker.dependencies.release_static_md = libeay32md.lib ssleay32md.lib Crypt32.lib
|
||||
vc.project.linker.dependencies.debug_static_mt = libeay32mtd.lib ssleay32mtd.lib Crypt32.lib
|
||||
vc.project.linker.dependencies.release_static_mt = libeay32mt.lib ssleay32mt.lib Crypt32.lib
|
||||
vc.project.linker.entry.WinCE = wmainCRTStartup
|
||||
|
Reference in New Issue
Block a user