Skip to content

shizmob/gfxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gfxi

A PC-98 graphics library.

Building

This library currently supports two toolchains: Borland Turbo-C++ (tested on 4.0J) and OpenWatcom (tested on 1.9).

To build on Turbo-C++:

$ make /f MAKEFILE.TURBOC all

To build on OpenWatcom, get a make implementation like GNU Make or NMake. wmake will not suffice.

$ make -f MAKEFILE.WATCOM (GNU Make)

$ make /f MAKEFILE.WATCOM all (NMake)

These commands will generate gfx.lib, which you can statically link with your application using tlink (Turbo-C++) or wlink (OpenWatcom). Refer to the respective toolchains' manuals for more information.

License

gfxi is licensed under the WTFPL: see LICENSE for details.

About

PC-98 graphics library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published