[Uccarbor] Skeleton project
Luke Williams
shmookey at shmookey.net
Thu Dec 7 12:53:54 WST 2006
Windows libraries are now in the svn repo. I know they work with the
archaic VC6, and I just hope they work with newer ones.
If so: link to all the .lib files provided. If not: using SDL 1.2
(http://www.libsdl.org/download-1.2.php) and Lua 5.0.2
(http://www.lua.org/ftp/).
ScriptInterface.h now checks to see if WIN32 is defined so it can
choose the Lua .hpp files if on Windows. Uccarbor.h does something
similar because I think Windows requires <gl.h> to be included rather
than <gl/gl.h>. I have no idea if Windows preprocessors actually
define WIN32 so that might have to be changed. I also can't remember
why the .hpp files are necessary, only that last time I was working on
Windows I had to use them. I've put the header files, lib files and
requisite dlls in the same directory.
And yeah, I didn't realise you'd be actually developing on Windows,
otherwise I would have given this more thought ahead of time.
More information about the UCCarbor
mailing list