Changeset 1029 in SHVCSoftware for branches/SHM-dev/build/linux/lib/TAppCommon
- Timestamp:
- 26 Feb 2015, 00:21:54 (10 years ago)
- Location:
- branches/SHM-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev
- Property svn:mergeinfo changed
-
branches/SHM-dev/build/linux/lib/TAppCommon/makefile
r125 r1029 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 = TAppCommon 29 PRJ_NAME = TAppCommon$(HBD) 24 30 25 31 # version information
Note: See TracChangeset for help on using the changeset viewer.