Ignore:
Timestamp:
Sep 11, 1999, 3:58:37 AM (26 years ago)
Author:
bird
Message:

Added define WIN32OS2.
clean will not delete the bison and flex generated source files, since
these are(/will become) a part of the CVS tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/makefile.os2

    r882 r905  
    1 DEFS      = -D__WINE__ -idirafter ../../include/win -idirafter ../../include
     1DEFS      = -D__WINE__ -D__WIN32OS2__ -idirafter ../../include/win -idirafter ../../include
    22
    33PROGRAMS = wrc.exe
     
    1212        utils.o \
    1313        wrc.o \
    14         y.tab.o \
    15         lexyy.o \
     14        y.tab.o \
     15        lexyy.o \
    1616        writeres.o
    1717
     
    3434
    3535wrc.exe: lexyy.c y.tab.c $(OBJS)
    36         $(CC) $(CFLAGS) -o wrc.exe $(OBJS)
     36        $(CC) $(CFLAGS) -o $@ $(OBJS)
     37        copy $@ ..\bin
    3738
    3839y.tab.c y.tab.h: parser.y
     
    4344
    4445clean::
    45         $(RM) y.tab.c y.tab.h lex.yy.c *.o *.exe
     46        $(RM) *.o *.exe
     47#       $(RM) y.tab.c y.tab.h lexyy.c *.o *.exe
    4648
Note: See TracChangeset for help on using the changeset viewer.