Difference for ./compile.txt from version 1.4 to 1.5


version 1.4 version 1.5
Line 9
 
Line 9
   -run make from the d1x root directory    -run make from the d1x root directory
   
 Windows:  Windows:
   requires: GCC v2.8+    www.delorie.com/djgpp/     requires: GCC v2.8+ (or EGCS)
             NASM v0.97+              NASM v0.97+
             GNU MAKE 3.77              GNU MAKE 3.77
             MINGW32              MINGW32
Line 20
 
Line 20
   
   -copy defines.in to defines.mak    -copy defines.in to defines.mak
   -edit defines.mak    -edit defines.mak
      -comment NO_ERROR = 1
    -comment ENV_DJGPP = 1     -comment ENV_DJGPP = 1
    -comment the dos sound options  
    -uncomment ENV_MINGW32 = 1     -uncomment ENV_MINGW32 = 1
   -run make from the d1x root directory    -run make from the d1x root directory
   
Line 33
 
Line 33
   
   -copy defines.in to defines.mak    -copy defines.in to defines.mak
   -edit defines.mak    -edit defines.mak
      -comment NO_ERROR =1
    -comment ENV_DJGPP = 1     -comment ENV_DJGPP = 1
    -comment the dos sound options     -comment the dos sound options
    -uncomment NO_ASM     -uncomment NO_ASM = 1
    -uncomment ENV_MSVC     -uncomment ENV_MSVC = 1
    -uncomment D1XD3D     -uncomment D1XD3D = 1
    -uncomment D3DBASE     -uncomment D3DBASE
    -edit the d3dbase value to match your installed directx sdk directory     -edit the d3dbase value to match your installed directx sdk directory
   -run nmake /f makefile.nt from the d1x root directory    -run nmake /f makefile.nt from the d1x root directory

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5