Skip to content

1oom-fork/allegro4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a quick guide to cross compile a MSDOS binary.

First get a cross compiler:

(or just grab a prebuilt one from the GitHub page)

Get allegro-4.2:

"Fix" it for djgpp:

  • ./fix.sh djgpp

Edit xmake.sh and check that the paths and compiler name are correct:

XC_PATH=/<djgpp_path>/bin XPREFIX=i586-pc-msdosdjgpp- INSTALL_BASE=/<djgpp_path>

Build and install:

  • ./xmake.sh depend
  • ./xmake.sh lib -j 3
  • ./xmake.sh install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.5%
  • Assembly 13.3%
  • C++ 3.4%
  • Objective-C 2.3%
  • Shell 1.4%
  • Python 0.3%
  • Other 0.8%