home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / SCRPTEXM.PAK / SOUND.CFG < prev    next >
Encoding:
Text File  |  1997-05-06  |  808 b   |  21 lines

  1. ;--------------------------------------------------------------------------
  2. ; Object Scripting
  3. ; Copyright (c) 1996 by Borland International, All Rights Reserved
  4. ;
  5. ; SOUND.CFG: Sound configuration file.
  6. ;
  7. ; MAIN FILE: SOUND.SPP
  8. ;--------------------------------------------------------------------------
  9. ;These keywords specify the WAVs to play for the IDE events. Non-fully-
  10. ;qualified filenames are searched for in the following order: the current
  11. ;directory, the Windows directory, the Windows system directory, directories
  12. ;listed in the PATH environment variable, and the list of directories mapped
  13. ;in a network.
  14. BuildCompleteSuccess=hit.wav
  15. BuildCompleteFailure=hit.wav
  16. MakeCompleteSuccess=hit.wav
  17. MakeCompleteFailure=hit.wav
  18. DebugeeStopped=hit.wav
  19. Exiting=hit.wav
  20. Started=hit.wav
  21.