  Christmas Music Disk
  
  (c) 2004 The Gang

  Code by: Fred ( fred@thegang.nu )
  Music: Gouafhg & TheCheat 
  Graphics: MRK & Nisse
    
  http://www.thegang.nu

  Uses:
    Borland C++ Builder 6 Professional
      http://www.borland.com
    Sidplay2 Borland C++ Builder version
      http://sidplay2.sf.net
    BASS Sound System
      http://www.un4seen.com
    LMD-Tools SE
      http://www.lmdtools.com

  Compile:
     1. Download BASS, extract it to a directory called bass in the MusicDisk directory.
     2. Run "implib BASSBCB.LIB bass.dll" to get an libfile compatible with BCB6.
     3. Check out sidplay2 from the CVS, look at http://sidplay2.sf.net on how to do that.
        You need the following modules: builders, libsidplay, libsidutils and sidplay
     4. Download resid and put it in the same directory as these modules.
     5. Take the MusicDisk directory and and put it in the directory where you put the sidplay2 modules.
     6. Create an directory called "binaries" and an directory called "bcb" under that one.
     7. If the CVS with sidplay2 does not contain the BCB6 changes apply the diff file included.
     8. Compile sidplay2 using the groupfile "sidplay\win\BCB\sidplay2.bpg"
     9. Then just compile the music disk and pray to good that it will work :)
     10. Because of an bug in BCB6 the Build function will not work since the ammount of
	  resource data is to big. Just use Compile instead. 