Skip to content

Commit 60cd501

Browse files
author
godofredo
committedJan 19, 2007
!enddif tag has been commented to get uncompression of sample data working.
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6445 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a7f69c6 commit 60cd501

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎win_build/qgis.nsi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@ Section "Sample Data - Spearfish (GRASS)" SEC02
134134
!insertmacro ZIPDLL_EXTRACT "$INSTDIR\SampleData\spearfish.zip" "$INSTDIR\SampleData\" "<ALL>"
135135
;ZipDLL::extractall "$INSTDIR\SampleData\spearfish.zip" "$INSTDIR\SampleData\"
136136
;the next line is a hack / workaround for a problem in zipdll.nsh
137-
!endif
137+
;!endif
138+
;!endif commented by freddy to solve the sample data extracting problem,
139+
;also is neccesary to download header file for nsi from :
140+
; http://forums.winamp.com/attachment.php?s=b03c6736d9de4a864dd2d4e7b40babfb&postid=1293264
138141

139142

140143
SectionEnd

0 commit comments

Comments
 (0)
Please sign in to comment.