git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@620 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-07 17:50:57 +00:00
parent af8ba57e19
commit d19180212f

View File

@@ -8,7 +8,9 @@ proc run {project_name} {
RunCommand "mv doxygen/html /var/www/milsko-doxygen"
} else {
foreach target {"Linux" "Win32" "Win64"} {
RunCommand "make distclean || true"
if { [file exists "Makefile"] == 1 } {
RunCommand "make distclean"
}
if { "$target" == "Linux" } {
RunCommand "./configure --enable-opengl --enable-vulkan --without-vulkan-string-helper"
} elseif { "$target" == "Win32" } {