Changeset 1007 for trunk/tools
- Timestamp:
- Sep 22, 1999, 11:46:52 AM (26 years ago)
- Location:
- trunk/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile.icc
r826 r1007 1 # $Id: makefile.icc,v 1. 2 1999-09-05 02:30:46 birdExp $1 # $Id: makefile.icc,v 1.3 1999-09-22 09:46:52 sandervl Exp $ 2 2 3 3 # … … 15 15 16 16 # Addjust common definitions 17 AR = ilib / quiet /nobackup17 AR = ilib /nofree /quiet /nobackup 18 18 CFLAGS = $(CFLAGS) -Ge+ -Tx+ -Tm+ -I$(PDWIN32_INCLUDE) -Wall+ppt-ppc-inl-cnv-gnr-vft- 19 19 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ -Tm+ -I$(PDWIN32_INCLUDE) -Wall+ppt-ppc-inl-cnv-gnr-vft- -
trunk/tools/impdef/makefile
r825 r1007 1 # $Id: makefile,v 1. 1 1999-09-05 02:25:48 birdExp $1 # $Id: makefile,v 1.2 1999-09-22 09:46:52 sandervl Exp $ 2 2 3 3 # … … 34 34 35 35 ImpDef.exe: ImpDef.obj ..\common\commonicc.lib 36 $(LD) $(LDFLAGS) $** cppom30.libos2386.lib36 $(LD) $(LDFLAGS) $** $(RTLLIB) os2386.lib 37 37 38 38 ..\bin\ImpDef.exe: ImpDef.exe -
trunk/tools/wrc/makefile.os2
r979 r1007 1 1 #!include ..\..\include\pdwin32.tools 2 2 3 DEFS = -D__WINE__ -D__WIN32OS2__ -idirafter ../../include/win -idirafter ../../include 3 #DEFS = -D__WINE__ -D__WIN32OS2__ -idirafter ../../include/win -idirafter ../../include 4 DEFS = -D__WINE__ -D__WIN32OS2__ -I../../include/win -I../../include 4 5 5 6 PROGRAMS = wrc.exe … … 32 33 .SUFFIXES : .c .o 33 34 34 %.o : %.c 35 .c.o : 35 36 $(CC) $(CFLAGS_G) $(DEFS) -c $< -o $@ 36 37
Note:
See TracChangeset
for help on using the changeset viewer.