- Timestamp:
- Aug 9, 1999, 8:21:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/makefile
r91 r446 1 # $Id: makefile,v 1. 3 1999-06-10 14:23:34 phallerExp $1 # $Id: makefile,v 1.4 1999-08-09 18:21:43 achimha Exp $ 2 2 3 3 # … … 28 28 $(TARGET).dll: $(OBJS) $(TARGET).def 29 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 31 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB 31 32 $(CP) $@ $(PDWIN32_BIN) 32 33
Note:
See TracChangeset
for help on using the changeset viewer.