Orx Engine Wrapper Update #5

new topic     » topic index » view thread      » older message » newer message

I just pushed a massive amount of formatting, typos, and syntax corrections, along with a few other improvements.

For the overall formatting and code style, I've made a basic "fixups" script I wrote that runs through a bunch of regex replacement patterns and runs a few deeper code-based corrections.

But there were a lot of typos and syntax errors. So I've added a Makefile for running eui -test against all of the files to check for basic syntax errors.

Just run make test (or mingw32-make test on Windows) and it will test each file and create a corresponding .test file of the results. Only changed .e files newer than their .test file will need re-testing.

You can run make clean at any time to delete all the .test files. You can also run multiple jobs at once with -j, e.g. make -j4 test.

If you don't have minw32-make on Windows the install tdm-gcc to get it.

-Greg

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu