Commit 4a131610519f7bec6c8653ec51894197a7b4db36

Authored by Perry Werneck
1 parent cf4268c3
Exists in v5.2

Fixing windows builds.

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
Makefile.in
... ... @@ -254,8 +254,8 @@ locale: \
254 254  
255 255 locale/$(PACKAGE_TARNAME).pot: \
256 256 $(POTDIR)/pw3270.pot \
257   - /usr/share/@PRODUCT_NAME@/pot/lib3270.pot \
258   - /usr/share/@PRODUCT_NAME@/pot/libv3270.pot \
  257 + $(datarootdir)/$(PRODUCT_NAME)/lib3270.pot \
  258 + $(datarootdir)/$(PRODUCT_NAME)/libv3270.pot \
259 259 $(POTDIR)/ui.pot
260 260  
261 261 @rm -f $@
... ...
win/pw3270.nsi.in
... ... @@ -287,7 +287,7 @@ Section "Uninstall"
287 287 delete $SYSDIR\hllapi.dll
288 288 !endif
289 289  
290   -!ifdef WITHMONO
  290 +!ifdef WITHMONO-TN3270
291 291 delete $SYSDIR\mono-tn3270.dll
292 292 !endif
293 293  
... ... @@ -299,7 +299,7 @@ Function .onInit
299 299  
300 300 #---[ Check DOTNET Command line option ]0-------------------------------------------------------------
301 301  
302   -!ifdef WITHMONO
  302 +!ifdef WITHMONO-TN3270
303 303 Push $0
304 304  
305 305 ${GetParameters} $R0
... ...