Changeset 451 for trunk/src/winmm
- Timestamp:
- Aug 9, 1999, 9:00:24 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/winmm/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/makefile
r245 r451 1 # $Id: makefile,v 1. 4 1999-06-29 15:54:58 sandervlExp $1 # $Id: makefile,v 1.5 1999-08-09 18:58:05 achimha Exp $ 2 2 3 3 # … … 31 31 32 32 $(TARGET).dll: $(OBJS) $(TARGET).def 33 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \33 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \ 34 34 $(PDWIN32_LIB)/pmwinx.lib mmpm2.lib \ 35 35 $(PDWIN32_LIB)/kernel32.lib \ 36 $(PDWIN32_LIB)/user32.lib 36 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 37 OS2386.LIB 37 38 $(CP) $@ $(PDWIN32_BIN) 38 39
Note:
See TracChangeset
for help on using the changeset viewer.
