Could someone please show me an example batch file that builds a SDL program, using BCC55 (Borland Command Line Tools v5.5) Including some add-on libraries, such as SDL_TTF or SDL_image would be greatly appreciated.
Could someone please show me an example batch file that builds a SDL program, using BCC55 (Borland Command Line Tools v5.5) Including some add-on libraries, such as SDL_TTF or SDL_image would be greatly appreciated.
I suggest you not to use batch files, but use Borland’s make.
You can find makefile I use to build my game Njam here:
It’s really simple. I also suggest you to read make help from BCC manual
for more info.
Could someone please show me an example batch file that builds a SDL
program, using BCC55 (Borland Command Line Tools v5.5) Including some
add-on libraries, such as SDL_TTF or SDL_image would be greatly
appreciated.
Thanks.
What problem are you having with this exactly? You know the simple way to
compile a project using SDL under Borland’s compiler is to just do this: