summaryrefslogtreecommitdiff
path: root/dist/mcode/windows
diff options
context:
space:
mode:
authorTristan Gingold2015-10-23 07:50:14 +0200
committerTristan Gingold2015-10-23 07:50:14 +0200
commite59043ad0cea266574fa9bb5fa8cac55a3956cad (patch)
tree7e8c15796a51dbcf001c973f3f2e4855581496b2 /dist/mcode/windows
parent6249b33b1f1ad3aaf1a9dea30552b4aab189b741 (diff)
downloadghdl-e59043ad0cea266574fa9bb5fa8cac55a3956cad.tar.gz
ghdl-e59043ad0cea266574fa9bb5fa8cac55a3956cad.tar.bz2
ghdl-e59043ad0cea266574fa9bb5fa8cac55a3956cad.zip
Update legacy build script for windows.
Diffstat (limited to 'dist/mcode/windows')
-rw-r--r--dist/mcode/windows/ghdl.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/mcode/windows/ghdl.nsi b/dist/mcode/windows/ghdl.nsi
index aa4d559..5b21aea 100644
--- a/dist/mcode/windows/ghdl.nsi
+++ b/dist/mcode/windows/ghdl.nsi
@@ -138,6 +138,8 @@ Section "VHDL standard and ieee libraries"
File /r ..\lib\v87\std ..\lib\v87\ieee
SetOutPath $INSTDIR\lib\v93
File /r ..\lib\v93\std ..\lib\v93\ieee
+ SetOutPath $INSTDIR\lib\v08
+ File /r ..\lib\v08\std ..\lib\v08\ieee
SectionEnd
Section "Synopsys libraries (Recommended)"
@@ -187,6 +189,7 @@ path_not_set:
; Remove files and uninstaller
Delete $INSTDIR\bin\ghdl.exe
+ Delete $INSTDIR\bin\ghdl.htm
Delete $INSTDIR\uninst-ghdl.exe
Delete $INSTDIR\COPYING.txt
RMDir $INSTDIR\bin