From ee7f0e5a05ec5881ae89de7c71bfed869ba6e3ac Mon Sep 17 00:00:00 2001 From: Benjamin Rosseaux Date: Fri, 10 Aug 2018 08:35:19 +0200 Subject: [PATCH] - More work --- setup.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 setup.bat diff --git a/setup.bat b/setup.bat new file mode 100644 index 000000000..44571f85f --- /dev/null +++ b/setup.bat @@ -0,0 +1,8 @@ +@echo off +if exist .git ( + call initsubmodules.bat +) else ( + call create_externals_symlinks_for_with_svn.bat +) +call compileprojectmanager.bat +