On Windows, the netmod plugin now must be linked with wsock32
This commit is contained in:
parent
8ae2e48693
commit
7783e39b77
Binary file not shown.
@ -94,7 +94,7 @@ bx_%.dll: %.o
|
||||
|
||||
# special link rules for plugins that require more than one object file
|
||||
bx_netmod.dll: netmod.o $(NETLOW_OBJS)
|
||||
$(CXX) $(CXXFLAGS) -shared -o bx_netmod.dll netmod.o $(NETLOW_OBJS) $(WIN32_DLL_IMPORT_LIBRARY)
|
||||
$(CXX) $(CXXFLAGS) -shared -o bx_netmod.dll netmod.o $(NETLOW_OBJS) $(WIN32_DLL_IMPORT_LIBRARY) -lwsock32
|
||||
|
||||
##### end DLL section
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user