Previous 199869 Revisions Next

r34785 Sunday 1st February, 2015 at 09:16:25 UTC by Miodrag Milanović
Added GENie build system source to 3rdparty (nw)
[3rdparty/genie].gitignore* LICENSE* README.md* makefile* scripting-reference.md*
[3rdparty/genie/build/gmake.darwin]Makefile* genie.make*
[3rdparty/genie/build/gmake.linux]Makefile* genie.make*
[3rdparty/genie/build/gmake.windows]Makefile* genie.make*
[3rdparty/genie/scripts]embed.lua* genie.lua* release.lua*
[3rdparty/genie/src]_manifest.lua* _premake_main.lua*
[3rdparty/genie/src/actions/clean]_clean.lua*
[3rdparty/genie/src/actions/codeblocks]_codeblocks.lua* codeblocks_cbp.lua* codeblocks_workspace.lua*
[3rdparty/genie/src/actions/codelite]_codelite.lua* codelite_project.lua* codelite_workspace.lua*
[3rdparty/genie/src/actions/example]_example.lua* example_project.lua* example_solution.lua*
[3rdparty/genie/src/actions/make]_make.lua* make_cpp.lua* make_csharp.lua* make_solution.lua*
[3rdparty/genie/src/actions/vstudio]_vstudio.lua* vs2005_csproj.lua* vs2005_csproj_user.lua* vs2005_solution.lua* vs200x_vcproj.lua* vs200x_vcproj_user.lua* vs2010_vcxproj.lua* vs2010_vcxproj_filters.lua* vs2012.lua* vs2013.lua* vs2015.lua*
[3rdparty/genie/src/actions/xcode]_xcode.lua* xcode4_workspace.lua* xcode_common.lua* xcode_project.lua*
[3rdparty/genie/src/base]action.lua* api.lua* bake.lua* cmdline.lua* config.lua* globals.lua* help.lua* inspect.lua* io.lua* option.lua* os.lua* path.lua* premake.lua* project.lua* solution.lua* string.lua* table.lua* tree.lua* validate.lua*
[3rdparty/genie/src/host]os_chdir.c* os_copyfile.c* os_getcwd.c* os_getversion.c* os_is64bit.c* os_isdir.c* os_isfile.c* os_match.c* os_mkdir.c* os_pathsearch.c* os_rmdir.c* os_stat.c* os_uuid.c* path_isabsolute.c* premake.c* premake.h* premake_main.c* scripts.c* string_endswith.c* string_hash.c* version.h*
[3rdparty/genie/src/host/lua-5.2.3]Makefile* README*
[3rdparty/genie/src/host/lua-5.2.3/doc]contents.html* logo.gif* lua.1* lua.css* luac.1* manual.css* manual.html* osi-certified-72x60.png* readme.html*
[3rdparty/genie/src/host/lua-5.2.3/src]Makefile* lapi.c* lapi.h* lauxlib.c* lauxlib.h* lbaselib.c* lbitlib.c* lcode.c* lcode.h* lcorolib.c* lctype.c* lctype.h* ldblib.c* ldebug.c* ldebug.h* ldo.c* ldo.h* ldump.c* lfunc.c* lfunc.h* lgc.c* lgc.h* linit.c* liolib.c* llex.c* llex.h* llimits.h* lmathlib.c* lmem.c* lmem.h* loadlib.c* lobject.c* lobject.h* lopcodes.c* lopcodes.h* loslib.c* lparser.c* lparser.h* lstate.c* lstate.h* lstring.c* lstring.h* lstrlib.c* ltable.c* ltable.h* ltablib.c* ltm.c* ltm.h* lua.c* lua.h* lua.hpp* luac.c* luaconf.h* lualib.h* lundump.c* lundump.h* lvm.c* lvm.h* lzio.c* lzio.h*
[3rdparty/genie/src/tools]dotnet.lua* gcc.lua* msc.lua* ow.lua* snc.lua*
[3rdparty/genie/tests]pepperfish_profiler.lua* premake4.lua* stress* test* test.bat* test_dofile.lua* test_gmake_cpp.lua* test_gmake_cs.lua* test_keywords.lua* test_platforms.lua* test_premake.lua* test_project.lua* test_stress.lua* test_string.lua* test_targets.lua* testfx.lua*
[3rdparty/genie/tests/actions]test_clean.lua*
[3rdparty/genie/tests/actions/codeblocks]codeblocks_files.lua* environment_variables.lua* test_filters.lua*
[3rdparty/genie/tests/actions/codelite]codelite_files.lua*
[3rdparty/genie/tests/actions/make]test_make_escaping.lua* test_make_linking.lua* test_make_pch.lua* test_makesettings.lua* test_wiidev.lua*
[3rdparty/genie/tests/actions/vstudio]test_vs200x_vcproj.lua* test_vs200x_vcproj_linker.lua* test_vs2010_flags.lua* test_vs2010_project_kinds.lua* test_vs2010_vcxproj.lua*
[3rdparty/genie/tests/actions/vstudio/cs2002]test_files.lua*
[3rdparty/genie/tests/actions/vstudio/cs2005]projectelement.lua* projectsettings.lua* propertygroup.lua* test_files.lua*
[3rdparty/genie/tests/actions/vstudio/sln2005]dependencies.lua* header.lua* layout.lua* platforms.lua* projectplatforms.lua* projects.lua*
[3rdparty/genie/tests/actions/vstudio/vc200x]debugdir.lua* header.lua* test_files.lua* test_filters.lua* test_mfc.lua*
[3rdparty/genie/tests/actions/vstudio/vc2010]test_config_props.lua* test_debugdir.lua* test_files.lua* test_filters.lua* test_header.lua* test_link_settings.lua* test_links.lua* test_mfc.lua* test_output_props.lua* test_pch.lua* test_project_refs.lua*
[3rdparty/genie/tests/actions/xcode]test_file_references.lua* test_xcode4_project.lua* test_xcode4_workspace.lua* test_xcode_common.lua* test_xcode_dependencies.lua* test_xcode_project.lua*
[3rdparty/genie/tests/baking]test_merging.lua*
[3rdparty/genie/tests/base]test_action.lua* test_api.lua* test_baking.lua* test_config.lua* test_config_bug.lua* test_location.lua* test_os.lua* test_path.lua* test_premake_command.lua* test_table.lua* test_tree.lua*
[3rdparty/genie/tests/folder]ok.lua* ok.lua.2*
[3rdparty/genie/tests/project]test_eachfile.lua* test_vpaths.lua*
[3rdparty/genie/tests/tools]test_gcc.lua*

Previous 199869 Revisions Next


© 1997-2024 The MAME Team