Changeset 9710 for trunk/make/setup.mak


Ignore:
Timestamp:
Jan 22, 2003, 6:08:12 PM (23 years ago)
Author:
sandervl
Message:

add include\incl_vac to include list (/I)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.mak

    r9280 r9710  
    1 # $Id: setup.mak,v 1.21 2002-09-20 04:24:06 bird Exp $
     1# $Id: setup.mak,v 1.22 2003-01-22 17:08:12 sandervl Exp $
    22#
    33#   The common build setup.
     
    134134PATH_DEF        = .
    135135# Where the include files are located.
    136 PATH_INCLUDES   = $(PATH_ROOT)\include\win;.;$(PATH_ROOT)\include
     136PATH_INCLUDES   = $(PATH_ROOT)\include\incl_vac;$(PATH_ROOT)\include\win;.;$(PATH_ROOT)\include
    137137# Where the temporary files goes.
    138138PATH_OBJ        = $(PATH_ROOT)\obj\$(SHT_TRGPLTFRM)$(SHT_BLDMD)$(SHT_BLDENV:-=_)
Note: See TracChangeset for help on using the changeset viewer.