Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@echo off rem rem Sets up the BGui 2.0 package for building with djgpp rem and converting text files from LF to CR/LF format. rem echo Converting BGui2.0 files to DOS (djgpp/MSVC) format... copy src\Makefile.dos src\makefile utod src/*.c utod src/*.h utod src/makefile utod docs/* utod *.txt echo echo Done! Run make to make the DOS version, or load MSVC echo with the bgui2.dsw workspace to compile the libs.