Commit 6e5998620495823ed7e8b45277302cb285b68e2b
1 parent
0f609fc4
Exists in
master
and in
4 other branches
Fixing windows builds.
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
configure.ac
@@ -83,6 +83,8 @@ dnl INSTALL_PACKAGES="windows-lib ${INSTALL_PACKAGES}" | @@ -83,6 +83,8 @@ dnl INSTALL_PACKAGES="windows-lib ${INSTALL_PACKAGES}" | ||
83 | # Windows and linux doesn't use the same defaults. | 83 | # Windows and linux doesn't use the same defaults. |
84 | AC_CONFIG_FILES(schemas/windows/application.gschema.xml) | 84 | AC_CONFIG_FILES(schemas/windows/application.gschema.xml) |
85 | AC_CONFIG_FILES(schemas/windows/window.gschema.xml) | 85 | AC_CONFIG_FILES(schemas/windows/window.gschema.xml) |
86 | + AC_CONFIG_FILES(schemas/windows/window.gschema.xml) | ||
87 | + AC_CONFIG_FILES(win/makeruntime.sh) | ||
86 | 88 | ||
87 | if test "$host_cpu" = "x86_64"; then | 89 | if test "$host_cpu" = "x86_64"; then |
88 | app_cv_programfiles="PROGRAMFILES64" | 90 | app_cv_programfiles="PROGRAMFILES64" |
win/pack.sh
@@ -339,8 +339,7 @@ buildExtraPackage() | @@ -339,8 +339,7 @@ buildExtraPackage() | ||
339 | --includedir=${WORKDIR}/build/${ARCH}/include \ | 339 | --includedir=${WORKDIR}/build/${ARCH}/include \ |
340 | --sysconfdir=${WORKDIR}/build/${ARCH} \ | 340 | --sysconfdir=${WORKDIR}/build/${ARCH} \ |
341 | --datadir=${WORKDIR}/build/${ARCH} \ | 341 | --datadir=${WORKDIR}/build/${ARCH} \ |
342 | - --datarootdir=${WORKDIR}/build/${ARCH} \ | ||
343 | - --without-static-ipc3270 | 342 | + --datarootdir=${WORKDIR}/build/${ARCH} |
344 | 343 | ||
345 | fi | 344 | fi |
346 | 345 |