Removed more obsolete stuff. Starting to add missing linkage dependencies to the...
commit56886a08d7bb5fc312720007ef6cd03bd305173f
authorAntoine Chavasse <antoine@facepalm.(none)>
Wed, 15 Oct 2008 00:35:43 +0000 (15 02:35 +0200)
committerAntoine Chavasse <antoine@facepalm.(none)>
Wed, 15 Oct 2008 00:35:43 +0000 (15 02:35 +0200)
tree25c762ed4083de3937ff0a4269084a2e4a1b6b4e
parenta7e11026e7655523dba08b78d73f9f2770fd8e75
Removed more obsolete stuff. Starting to add missing linkage dependencies to the native lua modules so they can actually be loaded. TODO: forgot that the lua_open function should be a lua function, need to remove the lua state
singleton, and to make it so the lua bindings stop cairng about creating the table structure since lua does it for us.
16 files changed:
CMakeLists.txt
cmake/Fail.cmake
cmake/FindFTGL.cmake [deleted file]
cmake/FindFreeType2.cmake [deleted file]
src/CMakeLists.txt
src/gamestorage/CMakeLists.txt
src/scenegraph/Font.cpp [deleted file]
src/scenegraph/Font.h [deleted file]
src/scenegraph/Text.cpp [deleted file]
src/scenegraph/Text.h [deleted file]
src/testapp/CMakeLists.txt [copied from src/CMakeLists.txt with 72% similarity]
src/testapp/FreeMono.ttf [deleted file]
src/testapp/FreeSans.ttf [deleted file]
src/testapp/fail-testapp.lua [moved from src/testapp/testapp.lua with 99% similarity]
src/testapp/main.cpp [deleted file]
src/testapp/testapp.h [deleted file]