X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=premake4.lua;h=0ba26f648c111e2e73aaeb1d2ca7e9fc358a1d61;hb=37b7e3835782cca2ccbbaa1cc6bdae1b0e214924;hp=081bad2854d01eca7d803c88d5e25db8ba6a6dca;hpb=1c78f8bbdfe52be741185762123fba2c169d738a;p=meshio%2Fmeshio.git diff --git a/premake4.lua b/premake4.lua index 081bad2..0ba26f6 100644 --- a/premake4.lua +++ b/premake4.lua @@ -2,41 +2,5 @@ solution "meshio" configurations { "Debug", "Release" } --- A project defines one build target -project "meshio" ---kind "WindowedApp" ---kind "ConsoleApp" ---kind "SharedLib" -kind "StaticLib" -language "C++" -files { "include/*.h", "src/**.h", "src/**.cpp" } -flags { - --"Unicode", - "StaticRuntime", -} -buildoptions { - "/wd4996", -} -includedirs { - "include", "boost", -} -defines {} -linkoptions {} -libdirs {} -links {} - -configuration "Debug" -do - defines { "DEBUG" } - flags { "Symbols" } - targetdir "debug" -end - -configuration "Release" -do - defines { "NDEBUG" } - flags { "Optimize" } - targetdir "release" -end - +dofile "meshio.lua"