mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-15 13:24: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"
|
||||
}
|
||||
|
||||
filter "configurations:debug"
|
||||
filter { "system:windows", "configurations:debug" }
|
||||
runtime "Debug"
|
||||
buildoptions "/MDd"
|
||||
symbols "on"
|
||||
|
||||
filter "configurations:release"
|
||||
filter { "system:windows", "configurations:release" }
|
||||
runtime "Release"
|
||||
buildoptions "/MD"
|
||||
optimize "on"
|
||||
@ -86,12 +86,12 @@ project "C"
|
||||
"Library.dll.lib"
|
||||
}
|
||||
|
||||
filter "configurations:debug"
|
||||
runtime "Debug"
|
||||
filter { "system:windows", "configurations:debug" }
|
||||
runtime "Debug"
|
||||
buildoptions "/MDd"
|
||||
symbols "on"
|
||||
symbols "on"
|
||||
|
||||
filter "configurations:release"
|
||||
runtime "Release"
|
||||
filter { "system:windows", "configurations:release" }
|
||||
runtime "Release"
|
||||
buildoptions "/MD"
|
||||
optimize "on"
|
||||
optimize "on"
|
||||
|
Reference in New Issue
Block a user