Changeset 9725 for trunk/make


Ignore:
Timestamp:
Jan 23, 2003, 3:29:35 PM (23 years ago)
Author:
sandervl
Message:

Only add include\incl_vac if not building an odin32 app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.mak

    r9718 r9725  
    1 # $Id: setup.mak,v 1.23 2003-01-23 13:50:43 sandervl Exp $
     1# $Id: setup.mak,v 1.24 2003-01-23 14:29:35 sandervl Exp $
    22#
    33#   The common build setup.
     
    134134PATH_DEF        = .
    135135# Where the include files are located.
     136!ifdef ODIN32_USERAPP
    136137PATH_INCLUDES   = $(PATH_ROOT)\include\win;.;$(PATH_ROOT)\include
    137 !ifndef ODIN32_USERAPP
    138 PATH_INCLUDES   = $(PATH_ROOT)\include\incl_vac;$(PATH_INCLUDES)
     138!else
     139PATH_INCLUDES   = $(PATH_ROOT)\include\incl_vac;$(PATH_ROOT)\include\win;.;$(PATH_ROOT)\include
    139140!endif
    140141# Where the temporary files goes.
Note: See TracChangeset for help on using the changeset viewer.