Changeset 9718


Ignore:
Timestamp:
Jan 23, 2003, 2:50:43 PM (22 years ago)
Author:
sandervl
Message:

Only add include\incl_vac if not building an odin32 app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/make/setup.mak

    r9710 r9718  
    1 # $Id: setup.mak,v 1.22 2003-01-22 17:08:12 sandervl Exp $
     1# $Id: setup.mak,v 1.23 2003-01-23 13:50:43 sandervl Exp $
    22#
    33#   The common build setup.
     
    134134PATH_DEF        = .
    135135# Where the include files are located.
    136 PATH_INCLUDES   = $(PATH_ROOT)\include\incl_vac;$(PATH_ROOT)\include\win;.;$(PATH_ROOT)\include
     136PATH_INCLUDES   = $(PATH_ROOT)\include\win;.;$(PATH_ROOT)\include
     137!ifndef ODIN32_USERAPP
     138PATH_INCLUDES   = $(PATH_ROOT)\include\incl_vac;$(PATH_INCLUDES)
     139!endif
    137140# Where the temporary files goes.
    138141PATH_OBJ        = $(PATH_ROOT)\obj\$(SHT_TRGPLTFRM)$(SHT_BLDMD)$(SHT_BLDENV:-=_)
Note: See TracChangeset for help on using the changeset viewer.