An MS-DOS application for showing Pride Flags
Usage: VGAPRIDE <FLAGNAME>
Type VGAPRIDE LIST | MORE
to see a list of included flags
This project uses Borland Turbo C++ 3.0.
- First, you need to create the EGAVGA.OBJ file. Use the BGIOBJ.EXE file in TC\BGI to compile it with
BGIOBJ EGAVGA
- Copy the resulting OBJ file into the main project directory
- switch to that directory (I used C:\VGAPRIDE)
- Open the project with "tc vgapride.prj"
- Select Compile->Build All from the menus to build the EXE.
- Run UPX (I used 3.96) to compresse the EXE
The code is licensed under the terms of the GPL, version 3.