From: mike Date: Tue, 24 Apr 2001 02:47:36 +0000 (+0000) Subject: new X-Git-Tag: stable~75 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=9effc28f3a5c3ca0981467a1ce0e97d19cbae054;p=tpot%2Fpegasus%2F.git new --- diff --git a/mak/library-windows.mak b/mak/library-windows.mak index 34d6e8f4c..8cc5abd0d 100644 --- a/mak/library-windows.mak +++ b/mak/library-windows.mak @@ -5,7 +5,7 @@ FULL_EXP = $(BIN_DIR)/$(LIBRARY).exp ## ## ws2_32.lib is needed to get the WINSOCK routines! ## -SYSTEM_LIBRARIES = ws2_32.lib +SYSTEM_LIBRARIES = ws2_32.lib advapi32.lib $(FULL_LIB): $(BIN_DIR)/target $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR) link -nologo -dll -out:$(FULL_DLL) $(OBJECTS) $(LIBRARIES) $(SYSTEM_LIBRARIES)