[go: up one dir, main page]

Menu

[r49]: / engine / bgui2 / fixdoswin.bat  Maximize  Restore  History

Download this file

20 lines (15 with data), 418 Bytes

 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.