Changeset 478
- Timestamp:
- Aug 11, 1999, 7:16:03 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r465 r478 1 /* $Id: changelog,v 1.76 1999-08-10 10:01:36 phaller Exp $ */ 1 /* $Id: changelog,v 1.77 1999-08-11 17:16:03 sandervl Exp $ */ 2 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl> 3 - USER32/NEW: Fixed makefile (link with odincrt) 4 2 5 99-08-10: Patrick Haller <phaller@gmx.net> 3 6 - LZ32: added preliminary support for independend LZ32 library -
trunk/src/makefile
r469 r478 1 # $Id: makefile,v 1. 5 1999-08-10 12:43:22 phallerExp $1 # $Id: makefile,v 1.6 1999-08-11 17:15:46 sandervl Exp $ 2 2 3 3 # … … 64 64 cd ..\ddraw 65 65 $(MAKE_CMD) 66 cd ..\ole32 67 $(MAKE_CMD) 66 68 cd ..\dsound 67 $(MAKE_CMD)68 cd ..\ole3269 69 $(MAKE_CMD) 70 70 -
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.