Commit cb86a1b4d326ce197729be41342bc7a1bd2835c7

Authored by perry.werneck@gmail.com
1 parent 33ea1811

Ajustes para construcao do pacote windows

Showing 2 changed files with 5 additions and 3 deletions   Show diff stats
@@ -208,7 +208,7 @@ nsi: Release @@ -208,7 +208,7 @@ nsi: Release
208 ifneq ($(MAKENSIS),no) 208 ifneq ($(MAKENSIS),no)
209 @chmod +x makegtkruntime.sh 209 @chmod +x makegtkruntime.sh
210 @./makegtkruntime.sh 210 @./makegtkruntime.sh
211 - @$(MAKENSIS) $(PACKAGE_NAME).nsi 211 + @"$(MAKENSIS)" $(PACKAGE_NAME).nsi
212 endif 212 endif
213 213
214 $(PACKAGE_NAME).po: $(TMPDIR)/$(PACKAGE_NAME).pot 214 $(PACKAGE_NAME).po: $(TMPDIR)/$(PACKAGE_NAME).pot
@@ -62,8 +62,8 @@ SubSection "@PACKAGE@" SecMain @@ -62,8 +62,8 @@ SubSection "@PACKAGE@" SecMain
62 file "/oname=$INSTDIR\@PACKAGE@.ico" "src\pw3270\@PACKAGE@.ico" 62 file "/oname=$INSTDIR\@PACKAGE@.ico" "src\pw3270\@PACKAGE@.ico"
63 63
64 # Configuration files 64 # Configuration files
65 - file "/oname=$INSTDIR\@PACKAGE@-logo.png" "src/pw3270/@PACKAGE@-logo.png"  
66 - file "/oname=$INSTDIR\@PACKAGE@.png" "src/pw3270/@PACKAGE@.png" 65 + file "/oname=$INSTDIR\@PACKAGE@-logo.png" "src\pw3270\@PACKAGE@-logo.png"
  66 + file "/oname=$INSTDIR\@PACKAGE@.png" "src\pw3270\@PACKAGE@.png"
67 file "/oname=$INSTDIR\colors.conf" "colors.conf" 67 file "/oname=$INSTDIR\colors.conf" "colors.conf"
68 68
69 # Documentation files 69 # Documentation files
@@ -135,6 +135,8 @@ SubSection "@PACKAGE@" SecMain @@ -135,6 +135,8 @@ SubSection "@PACKAGE@" SecMain
135 # 135 #
136 SubSectionEnd 136 SubSectionEnd
137 137
  138 +SubSectionEnd
  139 +
138 Section /o "GTK+ Runtime" SecGTK 140 Section /o "GTK+ Runtime" SecGTK
139 141
140 setOutPath $INSTDIR 142 setOutPath $INSTDIR