Changeset 1007 for trunk/tools


Ignore:
Timestamp:
Sep 22, 1999, 11:46:52 AM (26 years ago)
Author:
sandervl
Message:

Yuri Dario's VAC 3.6.5 changes

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 bird Exp $
     1# $Id: makefile.icc,v 1.3 1999-09-22 09:46:52 sandervl Exp $
    22
    33#
     
    1515
    1616# Addjust common definitions
    17 AR       = ilib /quiet /nobackup
     17AR       = ilib /nofree /quiet /nobackup
    1818CFLAGS   = $(CFLAGS)   -Ge+ -Tx+ -Tm+ -I$(PDWIN32_INCLUDE)      -Wall+ppt-ppc-inl-cnv-gnr-vft-
    1919CXXFLAGS = $(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 bird Exp $
     1# $Id: makefile,v 1.2 1999-09-22 09:46:52 sandervl Exp $
    22
    33#
     
    3434
    3535ImpDef.exe: ImpDef.obj ..\common\commonicc.lib
    36    $(LD) $(LDFLAGS) $** cppom30.lib os2386.lib
     36   $(LD) $(LDFLAGS) $** $(RTLLIB) os2386.lib
    3737
    3838..\bin\ImpDef.exe: ImpDef.exe
  • trunk/tools/wrc/makefile.os2

    r979 r1007  
    11#!include ..\..\include\pdwin32.tools
    22
    3 DEFS      = -D__WINE__ -D__WIN32OS2__ -idirafter ../../include/win -idirafter ../../include
     3#DEFS      = -D__WINE__ -D__WIN32OS2__ -idirafter ../../include/win -idirafter ../../include
     4DEFS      = -D__WINE__ -D__WIN32OS2__ -I../../include/win -I../../include
    45
    56PROGRAMS = wrc.exe
     
    3233.SUFFIXES : .c .o
    3334
    34 %.o : %.c
     35.c.o :
    3536        $(CC) $(CFLAGS_G) $(DEFS) -c $< -o $@
    3637
Note: See TracChangeset for help on using the changeset viewer.