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

Yuri Dario's VAC 3.6.5 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.