mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-16 05:44:19 +00:00
Update Premake Filters and Add Executable Permission to Linux Scripts
This commit is contained in:
0
GenerateProjectFiles.sh
Normal file → Executable file
0
GenerateProjectFiles.sh
Normal file → Executable file
0
Premake/Linux/premake5
Normal file → Executable file
0
Premake/Linux/premake5
Normal file → Executable file
16
premake5.lua
16
premake5.lua
@ -43,12 +43,12 @@ project "Cpp"
|
|||||||
"Library.dll.lib"
|
"Library.dll.lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter "configurations:debug"
|
filter { "system:windows", "configurations:debug" }
|
||||||
runtime "Debug"
|
runtime "Debug"
|
||||||
buildoptions "/MDd"
|
buildoptions "/MDd"
|
||||||
symbols "on"
|
symbols "on"
|
||||||
|
|
||||||
filter "configurations:release"
|
filter { "system:windows", "configurations:release" }
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
buildoptions "/MD"
|
buildoptions "/MD"
|
||||||
optimize "on"
|
optimize "on"
|
||||||
@ -86,12 +86,12 @@ project "C"
|
|||||||
"Library.dll.lib"
|
"Library.dll.lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter "configurations:debug"
|
filter { "system:windows", "configurations:debug" }
|
||||||
runtime "Debug"
|
runtime "Debug"
|
||||||
buildoptions "/MDd"
|
buildoptions "/MDd"
|
||||||
symbols "on"
|
symbols "on"
|
||||||
|
|
||||||
filter "configurations:release"
|
filter { "system:windows", "configurations:release" }
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
buildoptions "/MD"
|
buildoptions "/MD"
|
||||||
optimize "on"
|
optimize "on"
|
||||||
|
Reference in New Issue
Block a user