Updated regarding dotnet and installation.
This commit is contained in:
@@ -25,6 +25,7 @@ else
|
||||
set WINNAME=x86
|
||||
endiff
|
||||
|
||||
|
||||
iff .%1.==.. then
|
||||
remtrace ---------------------------------------------
|
||||
remtrace Checkout and compile the hallow tool
|
||||
@@ -43,7 +44,7 @@ iff .%1.==.. then
|
||||
cleanup_dotnet_eiffel hallow hallow.exe
|
||||
iff not exist libhallow.dll then
|
||||
remtrace Couldnt generate hallow.exe
|
||||
CANCEL
|
||||
CANCEL_ON_ERROR
|
||||
else
|
||||
move hallow.exe %INIT_DIR\install\bin
|
||||
move libhallow.dll %INIT_DIR\install\bin
|
||||
@@ -64,7 +65,7 @@ iff .%1.==.. then
|
||||
iff not exist setup.dll then
|
||||
remtrace Couldnt generate setup.dll
|
||||
QUIT
|
||||
CANCEL
|
||||
CANCEL_ON_ERROR
|
||||
endiff
|
||||
safe_md %INIT_DIR\install\binaries
|
||||
safe_md %INIT_DIR\install\binaries\%WINNAME
|
||||
@@ -75,6 +76,7 @@ remtrace ----------------------------------------------
|
||||
remtrace Building the MSIs
|
||||
remtrace ----------------------------------------------
|
||||
|
||||
|
||||
cdd %INIT_DIR\install\content\eiffelstudio
|
||||
safe_md %INSTALL_DIR\setups
|
||||
safe_md %INSTALL_DIR\setups\gpl
|
||||
@@ -92,6 +94,7 @@ remtrace Preparing Commercial edition
|
||||
espawn "nmake /nologo enterprise_%WINNAME"
|
||||
safe_copy %INIT_DIR\install\bin\studio_ent_%WINNAME\package.msi %INSTALL_DIR\setups\enterprise\%STUDIO_NAME%_ent_%SVN_VERSION-%ISE_PLATFORM%.msi
|
||||
|
||||
|
||||
remtrace ----------------------------------------------
|
||||
remtrace Building the Zips
|
||||
remtrace ----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user