Changeset 9718
- Timestamp:
- Jan 23, 2003, 2:50:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/make/setup.mak ¶
r9710 r9718 1 # $Id: setup.mak,v 1.2 2 2003-01-22 17:08:12sandervl Exp $1 # $Id: setup.mak,v 1.23 2003-01-23 13:50:43 sandervl Exp $ 2 2 # 3 3 # The common build setup. … … 134 134 PATH_DEF = . 135 135 # Where the include files are located. 136 PATH_INCLUDES = $(PATH_ROOT)\include\incl_vac;$(PATH_ROOT)\include\win;.;$(PATH_ROOT)\include 136 PATH_INCLUDES = $(PATH_ROOT)\include\win;.;$(PATH_ROOT)\include 137 !ifndef ODIN32_USERAPP 138 PATH_INCLUDES = $(PATH_ROOT)\include\incl_vac;$(PATH_INCLUDES) 139 !endif 137 140 # Where the temporary files goes. 138 141 PATH_OBJ = $(PATH_ROOT)\obj\$(SHT_TRGPLTFRM)$(SHT_BLDMD)$(SHT_BLDENV:-=_)
Note:
See TracChangeset
for help on using the changeset viewer.