Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.07 KB

Build status

Introduction

This project was started because I wanted to show my favorite game to my special one. Unfortunately, the game didn't run on latest Windows even in compatibility mode.

Prepare

You will need to install Scoop package manager (http://scoop.sh) and some packages:

scoop uninstall gcc # if installed
scoop install gcc -a 32bit
scoop install cmake

You will also need msvcrt.dll in order to run applications with this library.

Build

git clone [email protected]:excitoon/ddraw
mkdir ddraw-bin
cd ddraw-bin
cmake ../ddraw/src -G "Unix Makefiles"
make
ctest

Examples

Rage of Mages

Before After

See also