Changeset 1200 in 3DVCSoftware for branches/HTM-14.1-update-dev0/build/linux/lib/TLibExtractor
- Timestamp:
- 4 May 2015, 18:38:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev0/build/linux/lib/TLibExtractor/makefile
r42 r1200 4 4 # set pathes to the correct directories 5 5 SRC_DIR = ../../../../source/Lib/TLibExtractor 6 INC_DIR = ../../../../source/Lib /TLibExtractor6 INC_DIR = ../../../../source/Lib 7 7 LIB_DIR = ../../../../lib 8 8 BIN_DIR = ../../../../bin … … 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TLibExtractor 29 PRJ_NAME = TLibExtractor$(HBD) 24 30 25 31 # version information
Note: See TracChangeset for help on using the changeset viewer.