- Timestamp:
- Jul 22, 1999, 10:23:37 AM (26 years ago)
- Location:
- trunk/src/comctl32
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/makefile
r285 r361 1 # $Id: makefile,v 1. 8 1999-07-07 17:08:42 cbratschiExp $1 # $Id: makefile,v 1.9 1999-07-22 08:23:37 sandervl Exp $ 2 2 # 3 3 # PD-Win32 API … … 39 39 40 40 41 $(TARGET).lib: $(TARGET) .dll42 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET).dll 41 $(TARGET).lib: $(TARGET)exp.def 42 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 43 43 $(CP) $@ $(PDWIN32_LIB) 44 44
Note:
See TracChangeset
for help on using the changeset viewer.