Changeset 1118 for trunk/src/shell32
- Timestamp:
- Oct 4, 1999, 11:56:04 AM (26 years ago)
- Location:
- trunk/src/shell32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/makefile
r604 r1118 1 # $Id: makefile,v 1.1 0 1999-08-21 12:29:31sandervl Exp $1 # $Id: makefile,v 1.11 1999-10-04 09:55:59 sandervl Exp $ 2 2 3 3 # … … 10 10 PDWIN32_LIB = ..\..\lib 11 11 PDWIN32_BIN = ..\..\bin 12 PDWIN32_TOOLS = ..\..\tools\bin 12 13 13 14 … … 35 36 36 37 37 $(TARGET).lib: $(TARGET) .dll38 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET) .dll38 $(TARGET).lib: $(TARGET)exp.def 39 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 39 40 $(CP) $@ $(PDWIN32_LIB) 40 41 41 42 $(TARGET)exp.def: $(TARGET).def 43 $(IMPDEF) $** $@ 42 44 43 45 shell32.obj: shell32.cpp shell32.h -
trunk/src/shell32/new/makefile
r893 r1118 1 # $Id: makefile,v 1. 8 1999-09-09 13:04:55 phallerExp $1 # $Id: makefile,v 1.9 1999-10-04 09:56:00 sandervl Exp $ 2 2 3 3 # … … 10 10 PDWIN32_LIB = ..\..\..\lib 11 11 PDWIN32_BIN = ..\..\..\bin 12 PDWIN32_TOOLS = ..\..\tools\bin 12 13 13 14 … … 43 44 44 45 45 $(TARGET).lib: $(TARGET) .dll46 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET) .dll46 $(TARGET).lib: $(TARGET)exp.def 47 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 47 48 $(CP) $@ $(PDWIN32_LIB) 49 50 $(TARGET)exp.def: $(TARGET).def 51 $(IMPDEF) $** $@ 48 52 49 53
Note:
See TracChangeset
for help on using the changeset viewer.