Reorganize virtual folder structure in solution files.

This commit is contained in:
/dev/urandom 2015-12-31 03:58:43 +01:00
parent 3bacac8e56
commit 3fd7c1c66e
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -19,6 +19,12 @@ solution "iw4x"
defines { "NDEBUG" }
flags { "Optimize", "MultiProcessorCompile", "Symbols" }
vpaths {
["Headers/*"] = "src/**.hpp",
["Sources/*"] = {"src/**.cpp"},
["Docs/*"] = {"**.txt","**.md"}
}
if _OPTIONS["copy-to"] then
saneCopyToPath = string.gsub(_OPTIONS["copy-to"] .. "\\", "\\\\", "\\")
postbuildcommands {