* Replace VideoUpdate DirectX code with OpenGL initialization and a test sprite.
[matthijs/ABM2.git] / ABM2 / Makefile
2007-06-11 Matthijs Kooijman * Replace VideoUpdate DirectX code with OpenGL initial...
2007-06-11 Matthijs Kooijman * Manually link against ftgl to make it work.
2007-06-11 Matthijs Kooijman * Add "less" target to view make output through less.
2007-06-11 Matthijs Kooijman * Move GetTickCount() hacks to porting.h and replace...
2007-06-11 Matthijs Kooijman * Make the Makefile link by default.
2007-06-11 Matthijs Kooijman * Ifdef away most of InputTask to make it compile.
2007-06-11 Matthijs Kooijman * ifdef away half of Playground.cpp to make it compile...
2007-06-11 Matthijs Kooijman * Add profiler.cpp to Makefile (no modifications requi...
2007-06-11 Matthijs Kooijman * Add SoundTask to makefile (no modifications required).
2007-06-10 Matthijs Kooijman * Add another GetTickCount hack to compile CGlobalTimer.
2007-06-10 Matthijs Kooijman * ifdef most of VideoUpdate away to make it compile.
2007-06-10 Matthijs Kooijman * Add strnpy/strcpy_s wrapper to compile ProfileLogHan...
2007-06-10 Matthijs Kooijman * ifdef CKernel::Execute away to make CKernel compile.
2007-06-10 Matthijs Kooijman * Add ZeroMemory hack to compile mmanager.cpp.
2007-06-10 Matthijs Kooijman * Add link target to the Makefile.
2007-06-10 Matthijs Kooijman * Add SchemeReader.o to object list (no modifications...
2007-06-10 Matthijs Kooijman * Introduce porting.h for portability define thingies.
2007-06-10 Matthijs Kooijman * Add simple Makefile.