Changeset 478 for trunk/src/user32
- Timestamp:
- Aug 11, 1999, 7:16:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/makefile
r398 r478 1 # $Id: makefile,v 1.2 2 1999-07-26 20:03:48sandervl Exp $1 # $Id: makefile,v 1.23 1999-08-11 17:14:37 sandervl Exp $ 2 2 3 3 # … … 40 40 41 41 $(TARGET).dll: $(OBJS) $(TARGET).def $(TARGET).res 42 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 43 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib 42 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \ 43 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib \ 44 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB 44 45 rc $(TARGET).res $(TARGET).dll 45 46 $(CP) $@ $(PDWIN32_BIN)
Note:
See TracChangeset
for help on using the changeset viewer.