Changeset 1585 for trunk/src/comctl32
- Timestamp:
- Nov 4, 1999, 12:28:07 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/makefile
r1431 r1585 1 # $Id: makefile,v 1.1 7 1999-10-24 22:49:45sandervl Exp $1 # $Id: makefile,v 1.18 1999-11-03 23:28:04 sandervl Exp $ 2 2 # 3 3 # PD-Win32 API … … 31 31 all: $(TARGET).dll $(TARGET).lib 32 32 33 resource.asm: rsrc.rc 34 $(RC) $(RCFLAGS) -o resource.asm rsrc.rc 33 resource.asm: rsrc.rc 34 $(RC) $(RCFLAGS) -o resource.asm rsrc.rc 35 35 36 36 resource.obj: resource.asm … … 47 47 48 48 $(TARGET).lib: $(TARGET)exp.def 49 49 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 50 50 $(CP) $@ $(PDWIN32_LIB) 51 52 $(TARGET)exp.def: $(TARGET).def 53 $(IMPDEF) $** $@ 51 54 52 55 comctl32.obj: comctl32.c
Note:
See TracChangeset
for help on using the changeset viewer.