aboutsummaryrefslogtreecommitdiff
path: root/mkwin2018.bat
diff options
context:
space:
mode:
authorBen Marsh <[email protected]>2019-10-22 09:07:59 -0400
committerBen Marsh <[email protected]>2019-10-22 09:07:59 -0400
commitbd0027e737c6512397f841c22786274ed74b927f (patch)
treef7ffbdb8f3741bb7f24635616cc189cba5cb865c /mkwin2018.bat
downloadshave-and-a-haircut-bd0027e737c6512397f841c22786274ed74b927f.tar.xz
shave-and-a-haircut-bd0027e737c6512397f841c22786274ed74b927f.zip
Adding Shave-and-a-Haircut 9.6
Diffstat (limited to 'mkwin2018.bat')
-rw-r--r--mkwin2018.bat26
1 files changed, 26 insertions, 0 deletions
diff --git a/mkwin2018.bat b/mkwin2018.bat
new file mode 100644
index 0000000..427276b
--- /dev/null
+++ b/mkwin2018.bat
@@ -0,0 +1,26 @@
+@echo off
+rem Shave and a Haircut
+rem (c) 2019 Epic Games
+rem US Patent 6720962
+
+setlocal
+
+rem
+rem Clear the error level
+rem
+ver >nul
+
+call mkwinbase
+if not %result%==0 goto done
+
+
+set reuseLibexe=n
+
+if exist "%AUTODESK_LOCATION%\Maya2018\bin\Foundation.dll" (
+ if %errorlevel%==0 call mkwinversion 2018 Release %reuseLibexe%
+ set reuseLibexe=y
+) else (
+ echo AUTODESK_LOCATION not defined or Maya 2018 not installed. Skipping build for Maya 2018
+)
+
+:done