Changeset 604 for trunk/src/user32
- Timestamp:
- Aug 21, 1999, 2:29:32 PM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/Makefile
r577 r604 1 # $Id: Makefile,v 1.1 4 1999-08-19 12:53:55sandervl Exp $1 # $Id: Makefile,v 1.15 1999-08-21 12:29:31 sandervl Exp $ 2 2 3 3 # … … 35 35 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib \ 36 36 $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib \ 37 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib37 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 38 38 $(CP) $@ $(PDWIN32_BIN) 39 39 -
trunk/src/user32/new/makefile
r601 r604 1 # $Id: makefile,v 1.2 7 1999-08-20 20:09:51 sandervl Exp $1 # $Id: makefile,v 1.28 1999-08-21 12:29:31 sandervl Exp $ 2 2 3 3 # … … 42 42 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 43 43 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib \ 44 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib44 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 45 45 rc $(TARGET).res $(TARGET).dll 46 46 $(CP) $@ $(PDWIN32_BIN)
Note:
See TracChangeset
for help on using the changeset viewer.