1
0

dsp_test.nsh 402 B

123456789101112131415161718
  1. ; Sample DSP Plugin
  2. SetOutPath $INSTDIR\dsp_test
  3. ; project files
  4. File ${SDKPlugins}\dsp_test\dsp_test.sln
  5. File ${SDKPlugins}\dsp_test\dsp_test.vcxproj
  6. File ${SDKPlugins}\dsp_test\dsp_test.vcxproj.filters
  7. ; source
  8. File ${SDKPlugins}\dsp_test\dsp_test.c
  9. ; documentation
  10. File ${SDKPlugins}\dsp_test\dsp_ns.txt
  11. ; resources
  12. File ${SDKPlugins}\dsp_test\RESOURCE.H
  13. File ${SDKPlugins}\dsp_test\SCRIPT1.RC