Changeset 604
- Timestamp:
- Aug 21, 1999, 2:29:32 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 25 edited
-
changelog (modified) (1 diff)
-
include/pdwin32.mk (modified) (2 diffs)
-
src/NTDLL/makefile (modified) (2 diffs)
-
src/advapi32/makefile (modified) (3 diffs)
-
src/capi2032/makefile (modified) (2 diffs)
-
src/comctl32/makefile (modified) (2 diffs)
-
src/comdlg32/makefile (modified) (2 diffs)
-
src/ddraw/makefile (modified) (1 diff)
-
src/dsound/makefile (modified) (2 diffs)
-
src/gdi32/makefile (modified) (2 diffs)
-
src/kernel32/makefile (modified) (2 diffs)
-
src/lz32/makefile (modified) (2 diffs)
-
src/mpr/makefile (modified) (2 diffs)
-
src/ole32/makefile (modified) (1 diff)
-
src/pe2lx/makefile (modified) (2 diffs)
-
src/peldr/makefile (modified) (3 diffs)
-
src/shell32/makefile (modified) (2 diffs)
-
src/tapi32/makefile (modified) (2 diffs)
-
src/user32/Makefile (modified) (2 diffs)
-
src/user32/new/makefile (modified) (2 diffs)
-
src/version/makefile (modified) (2 diffs)
-
src/winmm/makefile (modified) (2 diffs)
-
src/winspool/makefile (modified) (2 diffs)
-
src/wnetap32/makefile (modified) (2 diffs)
-
src/wsock32/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r602 r604 1 /* $Id: changelog,v 1.114 1999-08-20 20:10:42 sandervl Exp $ */ 1 /* $Id: changelog,v 1.115 1999-08-21 12:29:27 sandervl Exp $ */ 2 3 99-08-21: Yuri Dario <mc6530@mclink.it> 4 - Makefiles: Link with predefined VAC lib (RTLLIB(_O)) 5 Needed for VAC 3.6.5 2 6 3 7 99-08-20: Sander van Leeuwen <sandervl@xs4all.nl> -
trunk/include/pdwin32.mk
r94 r604 1 # $Id: pdwin32.mk,v 1. 4 1999-06-10 16:21:50 achimhaExp $1 # $Id: pdwin32.mk,v 1.5 1999-08-21 12:29:28 sandervl Exp $ 2 2 # 3 3 # PD-Win32 Project … … 18 18 !ifndef CCENV 19 19 CCENV=VAC3 20 VAC3=1 21 #VAC36=1 22 !endif 23 24 !ifdef VAC3 25 RTLLIB = cppom30.lib 26 RTLLIB_O = cppom30o.lib 27 !endif 28 29 !ifdef VAC36 30 RTLLIB = cpprms36.lib 31 RTLLIB_O = cpprmo36.lib 20 32 !endif 21 33 -
trunk/src/NTDLL/makefile
r555 r604 1 # $Id: makefile,v 1. 8 1999-08-18 19:35:30 phallerExp $1 # $Id: makefile,v 1.9 1999-08-21 12:29:28 sandervl Exp $ 2 2 3 3 # … … 41 41 42 42 $(TARGET).dll: $(OBJS) $(TARGET).def 43 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib43 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 44 44 # PMWINX.LIB LIBULS.LIB LIBCONV.LIB 45 45 $(CP) $@ $(PDWIN32_BIN) -
trunk/src/advapi32/makefile
r510 r604 1 # $Id: makefile,v 1. 9 1999-08-16 16:28:01sandervl Exp $1 # $Id: makefile,v 1.10 1999-08-21 12:29:28 sandervl Exp $ 2 2 3 3 # … … 15 15 16 16 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) 17 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) 17 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) /Ls /Le 18 18 19 19 … … 29 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 30 30 $(PDWIN32_LIB)/kernel32.lib \ 31 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib31 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 32 32 $(CP) $@ $(PDWIN32_BIN) 33 33 -
trunk/src/capi2032/makefile
r510 r604 1 # $Id: makefile,v 1. 5 1999-08-16 16:28:01sandervl Exp $1 # $Id: makefile,v 1.6 1999-08-21 12:29:28 sandervl Exp $ 2 2 3 3 # … … 30 30 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 31 31 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 -
trunk/src/comctl32/makefile
r510 r604 1 # $Id: makefile,v 1.1 3 1999-08-16 16:28:02sandervl Exp $1 # $Id: makefile,v 1.14 1999-08-21 12:29:29 sandervl Exp $ 2 2 # 3 3 # PD-Win32 API … … 37 37 $(PDWIN32_LIB)/gdi32.lib \ 38 38 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 39 OS2386.LIB cppom30O.lib39 OS2386.LIB $(RTLLIB_O) 40 40 rc rsrc.res comctl32.dll 41 41 $(CP) $@ $(PDWIN32_BIN) -
trunk/src/comdlg32/makefile
r510 r604 1 # $Id: makefile,v 1. 6 1999-08-16 16:28:02sandervl Exp $1 # $Id: makefile,v 1.7 1999-08-21 12:29:29 sandervl Exp $ 2 2 3 3 # … … 30 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 31 31 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 32 OS2386.LIB cppom30O.lib32 OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 -
trunk/src/ddraw/makefile
r510 r604 22 22 23 23 24 LIBS = ..\..\lib\pmwinx.lib mmpm2.lib ..\..\lib\comctl32.lib $(PDWIN32_LIB)\advapi32.lib $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\gdi32.lib $(PDWIN32_LIB)\comctl32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib24 LIBS = ..\..\lib\pmwinx.lib mmpm2.lib ..\..\lib\comctl32.lib $(PDWIN32_LIB)\advapi32.lib $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\gdi32.lib $(PDWIN32_LIB)\comctl32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 25 25 26 26 all: $(TARGET).dll $(TARGET).lib -
trunk/src/dsound/makefile
r510 r604 1 # $Id: makefile,v 1. 5 1999-08-16 16:28:02sandervl Exp $1 # $Id: makefile,v 1.6 1999-08-21 12:29:29 sandervl Exp $ 2 2 3 3 # … … 29 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 30 30 pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 31 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib31 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 32 32 $(CP) $@ $(PDWIN32_BIN) 33 33 -
trunk/src/gdi32/makefile
r510 r604 1 # $Id: makefile,v 1. 5 1999-08-16 16:28:02sandervl Exp $1 # $Id: makefile,v 1.6 1999-08-21 12:29:29 sandervl Exp $ 2 2 3 3 # … … 30 30 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 31 31 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 -
trunk/src/kernel32/makefile
r589 r604 1 # $Id: makefile,v 1.2 1 1999-08-19 19:50:40 sandervl Exp $1 # $Id: makefile,v 1.22 1999-08-21 12:29:30 sandervl Exp $ 2 2 3 3 # … … 84 84 85 85 $(TARGET).dll: $(OBJS) $(TARGET).def 86 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib86 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 87 87 rc -r console.rc console.res 88 88 rc console.res $@ -
trunk/src/lz32/makefile
r537 r604 1 # $Id: makefile,v 1. 3 1999-08-17 19:30:50 phallerExp $1 # $Id: makefile,v 1.4 1999-08-21 12:29:30 sandervl Exp $ 2 2 3 3 # … … 31 31 $(PDWIN32_LIB)\kernel32.lib \ 32 32 os2386.lib \ 33 sbsstub.obj\33 $(RTLLIB_O) \ 34 34 $(TARGET).def 35 35 $(CP) $@ $(PDWIN32_BIN) -
trunk/src/mpr/makefile
r510 r604 1 # $Id: makefile,v 1. 5 1999-08-16 16:28:03sandervl Exp $1 # $Id: makefile,v 1.6 1999-08-21 12:29:30 sandervl Exp $ 2 2 3 3 # … … 30 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 31 31 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 32 OS2386.LIB cppom30O.lib32 OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 -
trunk/src/ole32/makefile
r510 r604 37 37 $(PDWIN32_LIB)\advapi32.lib \ 38 38 $(PDWIN32_LIB)\kernel32.lib \ 39 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib39 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 40 40 $(CP) $@ $(PDWIN32_BIN) 41 41 # $(PDWIN32_LIB)\ntdll.lib \ -
trunk/src/pe2lx/makefile
r510 r604 1 # $Id: makefile,v 1. 8 1999-08-16 16:28:03sandervl Exp $1 # $Id: makefile,v 1.9 1999-08-21 12:29:30 sandervl Exp $ 2 2 3 3 # … … 32 32 $(TARGET).exe: $(OBJS) 33 33 $(LD) $(LDFLAGS) -Fe$@ $(OBJS) \ 34 # $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib 35 $(PDWIN32_LIB)\LIBCONV.LIB OS2386.LIB cppom30.lib 34 $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 36 35 $(CP) $(TARGET).exe $(PDWIN32_BIN) 37 36 -
trunk/src/peldr/makefile
r510 r604 1 # $Id: makefile,v 1. 6 1999-08-16 16:28:03sandervl Exp $1 # $Id: makefile,v 1.7 1999-08-21 12:29:31 sandervl Exp $ 2 2 3 3 # … … 18 18 CXXFLAGS = $(CXXFLAGS) /Ge+ -I$(PDWIN32_INCLUDE) 19 19 LDFLAGSEXE = $(LDFLAGS) /Ge+ /B"/pmtype:pm /stack:0x30000 /NOBASE /Map" \ 20 $(PDWIN32_LIB)\peldr.lib os2386.lib $(PDWIN32_LIB)\odincrt.lib cppom30O.lib20 $(PDWIN32_LIB)\peldr.lib os2386.lib $(PDWIN32_LIB)\odincrt.lib $(RTLLIB_O) 21 21 22 22 … … 35 35 36 36 $(TARGETDLL).dll: $(OBJSDLL) $(TARGETDLL).def 37 $(LD) $(LDFLAGS) -Fe$@ $(OBJSDLL) sbsstub.obj $(TARGETDLL).def OS2386.LIB CPPOM30.LIB37 $(LD) $(LDFLAGS) -Fe$@ $(OBJSDLL) $(TARGETDLL).def OS2386.LIB $(RTLLIB_O) 38 38 $(CP) $@ $(PDWIN32_BIN) 39 39 -
trunk/src/shell32/makefile
r510 r604 1 # $Id: makefile,v 1. 9 1999-08-16 16:28:03sandervl Exp $1 # $Id: makefile,v 1.10 1999-08-21 12:29:31 sandervl Exp $ 2 2 3 3 # … … 31 31 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 32 32 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/advapi32.lib \ 33 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib33 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 34 34 $(CP) $@ $(PDWIN32_BIN) 35 35 -
trunk/src/tapi32/makefile
r510 r604 1 # $Id: makefile,v 1. 5 1999-08-16 16:28:04sandervl Exp $1 # $Id: makefile,v 1.6 1999-08-21 12:29:31 sandervl Exp $ 2 2 3 3 # … … 30 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 31 31 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 32 OS2386.LIB cppom30O.lib32 OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 -
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) -
trunk/src/version/makefile
r510 r604 1 # $Id: makefile,v 1. 6 1999-08-16 16:28:04sandervl Exp $1 # $Id: makefile,v 1.7 1999-08-21 12:29:32 sandervl Exp $ 2 2 3 3 # … … 30 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 31 31 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 32 $(PDWIN32_LIB)/lz32.lib OS2386.LIB cppom30O.lib32 $(PDWIN32_LIB)/lz32.lib OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 -
trunk/src/winmm/makefile
r510 r604 1 # $Id: makefile,v 1. 7 1999-08-16 16:28:04sandervl Exp $1 # $Id: makefile,v 1.8 1999-08-21 12:29:32 sandervl Exp $ 2 2 3 3 # … … 36 36 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 37 37 OS2386.LIB \ 38 cppom30O.lib38 $(RTLLIB_O) 39 39 $(CP) $@ $(PDWIN32_BIN) 40 40 -
trunk/src/winspool/makefile
r510 r604 1 # $Id: makefile,v 1. 5 1999-08-16 16:28:05sandervl Exp $1 # $Id: makefile,v 1.6 1999-08-21 12:29:32 sandervl Exp $ 2 2 3 3 # … … 30 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 31 31 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 32 OS2386.LIB cppom30O.lib32 OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 -
trunk/src/wnetap32/makefile
r510 r604 1 # $Id: makefile,v 1. 5 1999-08-16 16:28:05sandervl Exp $1 # $Id: makefile,v 1.6 1999-08-21 12:29:32 sandervl Exp $ 2 2 3 3 # … … 30 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 31 31 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 32 OS2386.LIB cppom30O.lib32 OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 -
trunk/src/wsock32/makefile
r510 r604 1 # $Id: makefile,v 1. 6 1999-08-16 16:28:05sandervl Exp $1 # $Id: makefile,v 1.7 1999-08-21 12:29:32 sandervl Exp $ 2 2 3 3 # … … 30 30 $(PDWIN32_LIB)\pmwinx.lib $(PDWIN32_LIB)\user32.lib \ 31 31 tcp32dll.lib so32dll.lib $(PDWIN32_LIB)\kernel32.lib \ 32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34
Note:
See TracChangeset
for help on using the changeset viewer.
