Added a solution to generate only GPL version.

This commit is contained in:
2018-09-07 19:33:13 +02:00
parent 1415685e5e
commit 12e9c09911
9 changed files with 140 additions and 107 deletions

View File

@@ -6,6 +6,12 @@ echo ISE_PLATFORM=%ISE_PLATFORM
echo DELIV_DIR=%DELIV_DIR
echo INSTALL_DIR=%INSTALL_DIR
echo STUDIO_DIR=%STUDIO_DIR
iff defined NO_GPL_BUILD then
echo NO_GPL_BUILD=%NO_GPL_BUILD
endiff
iff defined NO_ENTERPRISE_BUILD then
echo NO_ENTERPRISE_BUILD=%NO_ENTERPRISE_BUILD
endiff
echo Log file location: %INSTALL_LOG
echo The private ISE svn repository: %DEFAULT_ISE_SVN
echo The public svn repository: %DEFAULT_PUBLIC_SVN