pas2CTutorial.wiki
author sheepyluva@gmail.com
Thu, 17 Jan 2013 15:34:59 +0000
changeset 282 3a4cc2991b69
parent 245 2ccb51761986
child 330 74f23d3af091
permissions -rw-r--r--
Edited wiki page KnownBugs through web user interface. Like a baws.

#labels Phase-Implementation
Run from the `tools` folder
{{{
ghc -e "pas2C \"hwengine\"" pas2c.hs
}}}

You can replace "hwengine" with any other module.

Every pas file will be converted to a .c/.h version in the `hedgewars` folder. In case no output is produced something has gone wrong.

Use `clang` to compile, `gcc` compatibility is not yet achieved. We are curious to hear about `icc` and `msvc`.