summaryrefslogtreecommitdiff
path: root/makefile/preflighting/win32/appvalidator.bat
diff options
context:
space:
mode:
Diffstat (limited to 'makefile/preflighting/win32/appvalidator.bat')
-rw-r--r--makefile/preflighting/win32/appvalidator.bat20
1 files changed, 20 insertions, 0 deletions
diff --git a/makefile/preflighting/win32/appvalidator.bat b/makefile/preflighting/win32/appvalidator.bat
new file mode 100644
index 0000000..0881d71
--- /dev/null
+++ b/makefile/preflighting/win32/appvalidator.bat
@@ -0,0 +1,20 @@
+@echo off
+
+set wdir=%0\..
+
+
+if EXIST %wdir%\motodevstudioc.exe (
+ SET exe=motodevstudioc
+) ELSE (
+ SET exe=eclipsec
+)
+
+%wdir%\%exe% -nosplash --launcher.suppressErrors -nl en -application com.motorolamobility.preflighting.MOTODEVApplicationValidator %* -vmargs -Xms128m -Xmx512m -Declipse.exitdata=""
+
+set err=%ERRORLEVEL%
+
+
+echo.
+
+
+EXIT /B %err% \ No newline at end of file