
* Use separate files to build scons and to build lua for cmake Move lists of source files into their own directory Make scons use the lists of source files Move lua build step to src/SConscript and delete src/lua/SConscript Make cmake use the separate file with the list of lua sources to build * Finish changing over to source lists scons move source files from libraries that don't appear in cmake over to existing source lists - libcampaignd, libcutter, libdummy_video, libtest_utils add the defines FIFODIR and WESNOTH_PATH to all compiled source files, as cmake does, and move the single files those defines had previously been defined on into the source lists remove WESNOTH_PREFIX, as not used added schema_validator sources from cmake added OBJPREFIX to - cutter, exploder, campaignd, schema_generator, schema_validator cmake change over to using the source lists move source files from libraries that don't appear in scons over to existing source lists - wesnoth-gui_types, wesnoth-gui_event, wesnoth-gui_iterator, wesnoth-gui_placer, wesnoth-gui_tooltip, wesnoth-gui_widget, wesnoth-gui_widget_definition, wesnoth-gui1_widgets, wesnoth-schema_validator
33 lines
504 B
Text
33 lines
504 B
Text
lua_jailbreak_exception.cpp
|
|
lua/lapi.cpp
|
|
lua/lauxlib.cpp
|
|
lua/lbaselib.cpp
|
|
lua/lbitlib.cpp
|
|
lua/lcode.cpp
|
|
lua/lcorolib.cpp
|
|
lua/lctype.cpp
|
|
lua/ldblib.cpp
|
|
lua/ldebug.cpp
|
|
lua/ldo.cpp
|
|
lua/ldump.cpp
|
|
lua/lfunc.cpp
|
|
lua/lgc.cpp
|
|
lua/liolib.cpp
|
|
lua/llex.cpp
|
|
lua/lmathlib.cpp
|
|
lua/lmem.cpp
|
|
lua/loadlib.cpp
|
|
lua/lobject.cpp
|
|
lua/lopcodes.cpp
|
|
lua/loslib.cpp
|
|
lua/lparser.cpp
|
|
lua/lstate.cpp
|
|
lua/lstring.cpp
|
|
lua/lstrlib.cpp
|
|
lua/ltable.cpp
|
|
lua/ltablib.cpp
|
|
lua/ltm.cpp
|
|
lua/lundump.cpp
|
|
lua/lutf8lib.cpp
|
|
lua/lvm.cpp
|
|
lua/lzio.cpp
|