aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchuck2014-03-29 18:10:42 -0500
committerchuck2014-03-29 18:10:42 -0500
commitbe0a631f0a80916dae1bb6196817c409b3f276c5 (patch)
treed33b7f8397be8037bf145d4383c91ad71fa97b29
parent1058febcf76ea1e77cb10824536de22de7312721 (diff)
downloadpaf-chuck.tar.gz
paf-chuck.tar.xz
paf-chuck.zip
.gitignore ignores build productschuck
-rw-r--r--.gitignore7
-rw-r--r--tools/buildTools/paf.bat11
2 files changed, 13 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 338134e..aa92ae2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,4 +37,11 @@ experiments
37*/*/c674x/ 37*/*/c674x/
38*/*/*/c674x/ 38*/*/*/c674x/
39*/*/*/*/c674x/ 39*/*/*/*/c674x/
40pa/i/d800k001/pa/asp/*/c674x/
41pa/i/d800k001/pa/dec/*/c674x/
42pa/i/d800k001/pa/misc/c674x/
43pa/i/d800k001/pa/rts/c674x/
44pa/i/d800k001/pa/b/util/zbc1/target/c674x/
45*/*/*/*/evmda830/Release
46*/*/*/*/evmda830/Debug
40 47
diff --git a/tools/buildTools/paf.bat b/tools/buildTools/paf.bat
index 9ac79de..771d536 100644
--- a/tools/buildTools/paf.bat
+++ b/tools/buildTools/paf.bat
@@ -6,9 +6,10 @@ rem Launches a DOS shell suitable to build the PA framework.
6rem Configures a minimal path. 6rem Configures a minimal path.
7rem Usage: 7rem Usage:
8rem Make yourself a local copy of this. Do not commit it to the repository. 8rem Make yourself a local copy of this. Do not commit it to the repository.
9rem Set ROOTDIR and TI_DIR and other variables as appropriate. 9rem Set ROOTDIR and TI_DIR and other variables as appropriate for your machine.
10rem Note that these are not set in the makefiles. 10rem Note that these are NOT set in the makefiles.
11rem Double click on this batch file. Then make in the shell. 11rem Double click on this batch file to open a DOS shell.
12rem Then "gmake install" or other as appropriate.
12rem 13rem
13rem ============================================================================================= 14rem =============================================================================================
14rem 15rem
@@ -22,7 +23,7 @@ rem TI Tools are here:
22 set TI_DIR=C:\Program Files\Texas Instruments 23 set TI_DIR=C:\Program Files\Texas Instruments
23 24
24rem dspLink for DSP is here 25rem dspLink for DSP is here
25 set LINK_BASE=D:\mds\dsbr\ma 26 set LINK_BASE=D:\mds\eq1\ma
26 27
27rem Fix up the path 28rem Fix up the path
28 set PATH=%ROOTDIR%\tools\buildTools;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\; 29 set PATH=%ROOTDIR%\tools\buildTools;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;
@@ -36,7 +37,7 @@ rem Windows Explorer:
36 37
37 cd %ROOTDIR%\pa\build 38 cd %ROOTDIR%\pa\build
38 39
39 @call cmd.exe /K "title Performance Audio BUILD WINDOW" 40 @call cmd.exe /K "title Performance Audio build shell"
40 41
41 42
42 43