add ws2_32.lib

This commit is contained in:
David Rose 2004-09-24 13:05:23 +00:00
parent efcad6c65a
commit 7837c95cb9

View File

@ -16,6 +16,6 @@
#define SOURCES pandaexpress.cxx #define SOURCES pandaexpress.cxx
#define WIN_SYS_LIBS \ #define WIN_SYS_LIBS \
advapi32.lib $[WIN_SYS_LIBS] advapi32.lib ws2_32.lib $[WIN_SYS_LIBS]
#end metalib_target #end metalib_target