]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - build_all.bat
PASDK-87:Remove Platform library from build scripts
[processor-sdk/performance-audio-sr.git] / build_all.bat
index cb40ef79dfc330bc2063af59433c6d5461cc5852..75ece0925c592f650b7a36a6481a397823a59f46 100644 (file)
@@ -77,6 +77,11 @@ if exist %RELEASE_DIR%\nul ( rmdir /S / Q %RELEASE_DIR% )
 :: *************************************************************************
 :: *** Build
 :: *************************************************************************
+:: Build DSP PDK LLD libraries
+::@pushd scripts
+::@cmd /c build_pdk_libs.bat
+::@popd
+
 :: Build ARM/DSP PAF libraries
 @pushd scripts
 @call build_paf_libs.bat
@@ -87,13 +92,6 @@ if exist %RELEASE_DIR%\nul ( rmdir /S / Q %RELEASE_DIR% )
 @call build_alg_libs.bat
 @popd
 
-:: Build DSP PDK LLD libraries
-@pushd scripts
-@call build_pdk_libs.bat
-@popd
-:: FL: brute force reset PDK environment setup. Clean this up later.
-@call scripts\setup_env.bat
-
 if "%2" NEQ "SDF" goto build_ccs_projects
 :: Build DH-IP packages
 @pushd scripts