Ignore:
Timestamp:
Apr 16, 2001, 7:22:25 PM (24 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

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

    r5522 r5524  
    1 # $Id: makefile.os2,v 1.13 2001-04-16 17:10:52 sandervl Exp $
     1# $Id: makefile.os2,v 1.14 2001-04-16 17:22:25 sandervl Exp $
    22
    33
     
    88
    99#DEFS      = -D__WINE__ -D__WIN32OS2__ -idirafter ../../include/win -idirafter ../../include
    10 DEFS      = -D__WINE__ -D__EMX__ -DMASM -D__SEMICOLON__  -I. -I../../include/win -I../../include -g -DDEBUG
     10DEFS      = -D__WINE__ -D__EMX__ -DMASM -D__SEMICOLON__  -I. -I../../include/win -I../../include
    1111
    1212PROGRAMS = wrc.exe
     
    113113
    114114wrc.exe: lexyy.c y.tab.c $(OBJS)
    115     $(CC) $(CFLAGS) -o $@ $(OBJS)  -L. -lm
     115    $(CC) $(CFLAGS) -o $@ $(OBJS)
    116116    copy $@ ..\bin
    117117
Note: See TracChangeset for help on using the changeset viewer.