Changeset 12 for trunk/src


Ignore:
Timestamp:
May 31, 1999, 4:21:50 PM (26 years ago)
Author:
phaller
Message:

Fixed the VAC++ makefile (for those without Watcom compilers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile.vac

    r4 r12  
     1# $Id: makefile.vac,v 1.2 1999-05-31 14:21:50 phaller Exp $
     2
    13#
    24# PD-Win32 API
     
    1214#
    1315#
     16!ifdef DEBUG
     17MAKE_CMD = nmake -nologo DEBUG=1
     18!else
    1419MAKE_CMD = nmake -nologo
     20!endif
    1521
    1622all:
    17         cd ..\kernel32
     23        cd kernel32
    1824        $(MAKE_CMD)
    1925        cd ..\gdi32
     
    2733        cd ..\capi2032
    2834        $(MAKE_CMD)
     35        cd ..\wsock32
     36        $(MAKE_CMD)
    2937        cd ..\tapi32
    3038        $(MAKE_CMD)
    3139        cd ..\wnetap32
    32         $(MAKE_CMD)
    33         cd ..\wsock32
    3440        $(MAKE_CMD)
    3541        cd ..\mpr
     
    5561        cd ..\ole32
    5662        $(MAKE_CMD)
    57 
    58 
    5963
    6064clean:
Note: See TracChangeset for help on using the changeset viewer.