(file) Return to library-windows.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / library-windows.mak (download)
Revision: 1.6, Tue Apr 24 15:13:58 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_97_3, version_0_97_2, version_0_97_1, version_0_97, version_0_96, version_0_95, stable_0_95, stable
Changes since 1.5: +1 -2 lines
Added new service examples

FULL_LIB = $(LIB_DIR)/$(LIBRARY).lib
FULL_DLL = $(BIN_DIR)/$(LIBRARY).dll
FULL_EXP = $(BIN_DIR)/$(LIBRARY).exp

##
## ws2_32.lib is needed to get the WINSOCK routines!
##

$(FULL_LIB): $(BIN_DIR)/target $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR)
	link -nologo -dll -out:$(FULL_DLL) $(OBJECTS) $(LIBRARIES) $(SYS_LIBS)
	mu copy $(BIN_DIR)/$(LIBRARY).lib $(FULL_LIB)
	mu rm $(BIN_DIR)/$(LIBRARY).lib
	@ $(ECHO)

FILES_TO_CLEAN = \
    $(OBJECTS) $(FULL_LIB) $(FULL_DLL) $(FULL_EXP) depend.mak depend.mak.bak

clean-lib: $(ERROR)
	mu rm $(FULL_LIB) $(FULL_DLL) $(FULL_EXP)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2