Changeset 5316 for trunk/tools


Ignore:
Timestamp:
Mar 14, 2001, 9:15:59 PM (25 years ago)
Author:
bird
Message:

Added rule for compiling NT version with Watcom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/makefile

    r4712 r5316  
    1 # $Id: makefile,v 1.8 2000-12-02 23:27:00 bird Exp $
     1# $Id: makefile,v 1.9 2001-03-14 20:15:59 bird Exp $
    22
    33#
     
    3838CFLAGS   = $(CFLAGS) -W3 -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- \
    3939!ifdef DEBUG
    40         -O+ -Tm-
     40#        -O+ -Tm-
    4141!endif
    4242!endif
     
    7676needed: all
    7777
     78
     79#
     80# NT version using Watcom C/C++.
     81#
     82fastdepnt.exe:
     83    wcl386 -bt=nt -l=nt -d2 /"option map" -DOS2FAKE=1 -I$(WATCOM)\h\nt fastdep.c avl.c os2fake-win.c /Fe=$@ kernel32.lib
Note: See TracChangeset for help on using the changeset viewer.