summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/Graphic_Equalizer.hp
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-11 16:13:58 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-11 16:13:58 (GMT)
commit27405f4f8c65baabb28ce427912851be10207781 (patch)
tree3a090403142563d916a8cbb5ef8a3c4113a5b6ae /Graphic_Equalizer/Graphic_Equalizer.hp
parent9877678730e53e9ee99241a8ab5babe35eacf28d (diff)
downloadTASS-27405f4f8c65baabb28ce427912851be10207781.zip
TASS-27405f4f8c65baabb28ce427912851be10207781.tar.gz
TASS-27405f4f8c65baabb28ce427912851be10207781.tar.bz2
Added fft files
fixed some issues, included equalizer.
Diffstat (limited to 'Graphic_Equalizer/Graphic_Equalizer.hp')
-rw-r--r--Graphic_Equalizer/Graphic_Equalizer.hp42
1 files changed, 37 insertions, 5 deletions
diff --git a/Graphic_Equalizer/Graphic_Equalizer.hp b/Graphic_Equalizer/Graphic_Equalizer.hp
index a151425..15bc63f 100644
--- a/Graphic_Equalizer/Graphic_Equalizer.hp
+++ b/Graphic_Equalizer/Graphic_Equalizer.hp
@@ -86,27 +86,59 @@ setting RC200E "include:R:\\c2hardw\\Program Files\\celoxica\\pdk\\hardware\\inc
setting RC200E "include:R:\\c2hardw\\Program Files\\celoxica\\pdk\\hardware\\" false
setting RC200E include:..\\..\\..\\include false
setting RC200E include:include true
+setting RC200E include:..\\Support_Libs\\debug true
+setting RC200E include:C:\\Project_CVS\\Support_Libs\\debug false
command RC200E "cd RC200"
command RC200E "call edifmake_rc200 Graphic_Equalizer"
output RC200E bin\\Graphic_Equalizer.bit
+document include\\audio.hch {
+ type hch
+}
+document include\\configuration.hch {
+ type hch
+}
document include\\display.hch {
type hch
}
document include\\display_shared.hch {
type hch
}
-document include\\mousedriver.hch {
+document include\\eventhandler.hch {
+ type hch
+}
+document include\\eventhandler_shared.hch {
+ type hch
+}
+document include\\mouse.hch {
+ type hch
+}
+document include\\mouse_shared.hch {
type hch
}
-document include\\mousedriver_shared.hch {
+document include\\smartmedia.hch {
type hch
}
-document src\\display\\display.hcc {
+document src\\audio.hcc {
type hcc
}
-document src\\display\\main.hcc {
+document src\\display.hcc {
type hcc
}
-document src\\display\\mousedriver.hcc {
+document src\\eventhandler.hcc {
type hcc
}
+document src\\main.hcc {
+ type hcc
+}
+document src\\mouse.hcc {
+ type hcc
+}
+document src\\smartmedia.hcc {
+ type hcc
+}
+document ..\\support_libs\\debug\\debug.hcc {
+ type hcc
+}
+document ..\\support_libs\\debug\\debug.hch {
+ type hch
+}