]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - build_all.bat
PASDK-401:Update DTS:X IP release notes
[processor-sdk/performance-audio-sr.git] / build_all.bat
index cf76ae49f3f4533b8f44f30c2fd648e9f69c43d2..84d989e6c1f93c146cde2e88d7eda11d7e4d363b 100644 (file)
@@ -35,7 +35,7 @@ echo . Usage: %0 ^<buildType^> SuperRepo ^<buildProfile^>
 echo . -OR-
 echo . Usage: %0 ^<buildType^> ^<buildTag^> ^<buildProfile^>
 echo .
-echo .     buildType        : ALL, DH, or DTSX
+echo .     buildType        : DH, DTSX, NOIP, ALLIP, ALL
 echo .     SuperRepo        : Use Git super-repository to track submodules for build targets
 echo .     buildTag         : Use Git tag to track submodules for build targets 
 echo .     buildProfile     : Debug, Release, or SDF
@@ -51,9 +51,9 @@ if "%PASDK_ROOT_DIR:~-1%"=="\" set PASDK_ROOT_DIR=%PASDK_ROOT_DIR:~0,-1%
 if "%3" NEQ "SDF" goto install_tools
 :: Set PASDK target and version
 set PASDK_TARGET_PLATFORM=k2g
-set PASDK_VERSION=01_00_00_05
+set PASDK_VERSION=01_00_00_06
 :: Set FD package version
-set FD_PKG_VERSION=01_00_00_05
+set FD_PKG_VERSION=01_00_00_06
 
 :: Set release directory
 set RELEASE_DIR=%PASDK_ROOT_DIR%\release
@@ -99,8 +99,9 @@ rem @popd
 :: Build ARM/DSP component libraries
 :build_dh_libs
 set TRUE=
-if "%1"=="ALL" set TRUE=1
 if "%1"=="DH" set TRUE=1
+if "%1"=="ALLIP" set TRUE=1
+if "%1"=="ALL" set TRUE=1
 if defined TRUE (
     rem Build Dolby Harmony component libraries
     @pushd scripts
@@ -122,8 +123,9 @@ if defined TRUE (
 
 :build_dtsx_libs
 set TRUE=
-if "%1"=="ALL" set TRUE=1
 if "%1"=="DTSX" set TRUE=1
+if "%1"=="ALLIP" set TRUE=1
+if "%1"=="ALL" set TRUE=1
 if defined TRUE (
     rem Build DTS:X component libraries
     @pushd scripts