Commit df26bc3c717a4ca109f495c1b625bd04b22577ad
1 parent
f27bfea9
Exists in
master
and in
5 other branches
Melhorando empacotamento windows.
Showing
3 changed files
with
4 additions
and
2 deletions
Show diff stats
.gitignore
configure.ac
| @@ -97,6 +97,7 @@ case "$host" in | @@ -97,6 +97,7 @@ case "$host" in | ||
| 97 | LIBS="$LIBS -lws2_32 -lwtsapi32 -lintl -lcomdlg32" | 97 | LIBS="$LIBS -lws2_32 -lwtsapi32 -lintl -lcomdlg32" |
| 98 | 98 | ||
| 99 | AC_CONFIG_FILES(win/makegtkruntime.sh) | 99 | AC_CONFIG_FILES(win/makegtkruntime.sh) |
| 100 | + AC_CONFIG_FILES(win/copydeps.sh) | ||
| 100 | AC_CONFIG_FILES(win/pw3270.nsi) | 101 | AC_CONFIG_FILES(win/pw3270.nsi) |
| 101 | AC_CONFIG_FILES(src/pw3270/resources.rc) | 102 | AC_CONFIG_FILES(src/pw3270/resources.rc) |
| 102 | 103 |
win/copydeps.sh.in
| @@ -2,8 +2,8 @@ | @@ -2,8 +2,8 @@ | ||
| 2 | myDIR=$(dirname $(readlink -f $0)) | 2 | myDIR=$(dirname $(readlink -f $0)) |
| 3 | 3 | ||
| 4 | # Updated by ./configure | 4 | # Updated by ./configure |
| 5 | -BASEDIR=/home/c1103788/project/pw3270/current | ||
| 6 | -prefix=/usr/x86_64-w64-mingw32/sys-root/mingw | 5 | +BASEDIR=@BASEDIR@ |
| 6 | +prefix=@prefix@ | ||
| 7 | 7 | ||
| 8 | # Crio diretório temporário | 8 | # Crio diretório temporário |
| 9 | TEMPDIR=$(mktemp -d) | 9 | TEMPDIR=$(mktemp -d) |