Changeset 10154 for trunk/make
- Timestamp:
- Jun 30, 2003, 3:19:09 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/make/setup.mak (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/setup.mak
r9725 r10154 1 # $Id: setup.mak,v 1.2 4 2003-01-23 14:29:35 sandervlExp $1 # $Id: setup.mak,v 1.25 2003-06-30 13:19:09 bird Exp $ 2 2 # 3 3 # The common build setup. 4 4 # 5 # Copyright (c) 2001-200 2knut st. osmundsen <bird@anduin.net>5 # Copyright (c) 2001-2003 knut st. osmundsen <bird@anduin.net> 6 6 # Copyright (c) 2001 Patrick Haller 7 7 # … … 124 124 # Directories 125 125 # ----------------------------------------------------------------------------- 126 127 # Postfix which we append for special builds. 128 _PATH_EXTRA = 126 129 127 130 # current directory. … … 140 143 !endif 141 144 # Where the temporary files goes. 142 PATH_OBJ = $(PATH_ROOT)\obj\$(SHT_TRGPLTFRM)$(SHT_BLDMD)$(SHT_BLDENV:-=_) 145 PATH_OBJ = $(PATH_ROOT)\obj\$(SHT_TRGPLTFRM)$(SHT_BLDMD)$(SHT_BLDENV:-=_)$(_PATH_EXTRA) 143 146 # Where the libraries goes. 144 PATH_LIB = $(PATH_ROOT)\lib\$(BUILD_MODE) 147 PATH_LIB = $(PATH_ROOT)\lib\$(BUILD_MODE)$(_PATH_EXTRA) 145 148 # Base directory of the published files. 146 PATH_PUB = $(PATH_ROOT)\bin\$(BUILD_MODE) 149 PATH_PUB = $(PATH_ROOT)\bin\$(BUILD_MODE)$(_PATH_EXTRA) 147 150 # Base directory of the unstripped published files. (release mode only) 148 PATH_PUB_DEB = $(PATH_ROOT)\bin\$(BUILD_MODE) .unstripped151 PATH_PUB_DEB = $(PATH_ROOT)\bin\$(BUILD_MODE)$(_PATH_EXTRA).unstripped 149 152 # Sub dir where the executable binaries goes. 150 153 PATH_SUB_BIN = . … … 214 217 OBJ_DLLENTRY = 215 218 !endif 219 PUBLISH_MAP = 1 216 220 217 221 # This is the process file to include at end of the makefile.
Note:
See TracChangeset
for help on using the changeset viewer.
