mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 16:10:50 +00:00
i wonder if this works
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@426 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -7,14 +7,15 @@ proc run {project_name} {
|
|||||||
RunCommand "rm -rf /var/www/milsko-doxygen"
|
RunCommand "rm -rf /var/www/milsko-doxygen"
|
||||||
RunCommand "mv doxygen/html /var/www/milsko-doxygen"
|
RunCommand "mv doxygen/html /var/www/milsko-doxygen"
|
||||||
} else {
|
} else {
|
||||||
|
foreach target {"Linux" "Win32" "Win64"} {
|
||||||
RunCommand "make clean"
|
RunCommand "make clean"
|
||||||
if { "$project_name" == "MilskoLinux" } {
|
if { "$target" == "Linux" } {
|
||||||
RunCommand "make -j4 VULKAN_NO_STRING_HELPER=1"
|
RunCommand "make -j4 VULKAN_NO_STRING_HELPER=1"
|
||||||
} elseif { "$project_name" == "MilskoWin32" } {
|
} elseif { "$target" == "Win32" } {
|
||||||
RunCommand "make -j4 VULKAN=0 TARGET=Windows GCC=i686-w64-mingw32-"
|
RunCommand "make -j4 VULKAN=0 TARGET=Windows GCC=i686-w64-mingw32-"
|
||||||
} elseif { "$project_name" == "MilskoWin64" } {
|
} elseif { "$target" == "Win64" } {
|
||||||
RunCommand "make -j4 VULKAN=0 TARGET=Windows GCC=x86_64-w64-mingw32-"
|
RunCommand "make -j4 VULKAN=0 TARGET=Windows GCC=x86_64-w64-mingw32-"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user