matthijs/ABM2.git
16 years ago * Add link target to the Makefile.
Matthijs Kooijman [Sun, 10 Jun 2007 19:30:30 +0000 (21:30 +0200)]
 * Add link target to the Makefile.
 * Move porting.h inclusion to engine.h, so most files will automatically include it.
 * Make arguments passed as reference-to-CMMPointer and reference-to-string non-references, so temporary constructors can be used.

16 years ago * Fix another filename casing error.
Matthijs Kooijman [Sun, 10 Jun 2007 19:06:08 +0000 (21:06 +0200)]
 * Fix another filename casing error.

16 years ago * Add SchemeReader.o to object list (no modifications required).
Matthijs Kooijman [Sun, 10 Jun 2007 19:00:26 +0000 (21:00 +0200)]
 * Add SchemeReader.o to object list (no modifications required).

16 years ago * Introduce porting.h for portability define thingies.
Matthijs Kooijman [Sun, 10 Jun 2007 18:59:51 +0000 (20:59 +0200)]
 * Introduce porting.h for portability define thingies.
 * Include . in the include path for compiling.
 * Make CLog support user logging through stdout.

16 years ago * Remove some hacks.
Matthijs Kooijman [Sun, 10 Jun 2007 18:43:38 +0000 (20:43 +0200)]
 * Remove some hacks.
 * Move GetTickCount hack to profiler.h

16 years ago * Add simple Makefile.
Matthijs Kooijman [Sun, 10 Jun 2007 18:39:24 +0000 (20:39 +0200)]
 * Add simple Makefile.

16 years ago * Add #ifdef WIN32 to make main.cpp compile on linux.
Matthijs Kooijman [Sun, 10 Jun 2007 18:37:08 +0000 (20:37 +0200)]
 * Add #ifdef WIN32 to make main.cpp compile on linux.
 * Do singleton pointer magic with long instead of int to make it work on linux64, should still work on windows as well.

16 years ago * Add newlines at the end of files.
Matthijs Kooijman [Sun, 10 Jun 2007 16:20:22 +0000 (18:20 +0200)]
 * Add newlines at the end of files.
 * Fix casing of includes to match filenames.

16 years ago * Add existing files.
Matthijs Kooijman [Sun, 10 Jun 2007 16:00:55 +0000 (18:00 +0200)]
 * Add existing files.