diff options
author | gingold | 2010-01-28 06:08:48 +0000 |
---|---|---|
committer | gingold | 2010-01-28 06:08:48 +0000 |
commit | e2b41faa79b1f32569ccbc514a375fc2e6f5e99f (patch) | |
tree | bdb53cf3c46d99c7dd5d125cb262034e7498cde8 /translate/mcode/windows/ghdl.nsi | |
parent | 3cc13c09aeaaf0920cedd2bf7a8e902735a92d42 (diff) | |
download | ghdl-e2b41faa79b1f32569ccbc514a375fc2e6f5e99f.tar.gz ghdl-e2b41faa79b1f32569ccbc514a375fc2e6f5e99f.tar.bz2 ghdl-e2b41faa79b1f32569ccbc514a375fc2e6f5e99f.zip |
Improve doc.
Remove ortho_code-sysdeps.
Add Pragma convention C in grt for accesses to subprograms.
Fix build on windows.
Diffstat (limited to 'translate/mcode/windows/ghdl.nsi')
-rw-r--r-- | translate/mcode/windows/ghdl.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/mcode/windows/ghdl.nsi b/translate/mcode/windows/ghdl.nsi index 528a7df..aa4d559 100644 --- a/translate/mcode/windows/ghdl.nsi +++ b/translate/mcode/windows/ghdl.nsi @@ -149,7 +149,7 @@ SectionEnd Section "Documentation (Recommended)"
SetOutPath $INSTDIR
- File ghdl.htm
+ File /oname=ghdl.htm ..\..\..\doc\ghdl.html
SectionEnd
Section "Add in PATH (Recommended)"
|