| version 1.4 | | version 1.5 |
|---|
| | |
| -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 |
| | |
| | | |
| -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 |
| | | |
| | |
| | | |
| -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 |