Commit 5eb153a51d838045c99fbda21eb83d8b6de0ee74
1 parent
19f56e5b
Exists in
develop
Working on win32 bundle.
Showing
2 changed files
with
56 additions
and
52 deletions
Show diff stats
locale/pw3270.pot
| @@ -8,7 +8,7 @@ msgid "" | @@ -8,7 +8,7 @@ msgid "" | ||
| 8 | msgstr "" | 8 | msgstr "" |
| 9 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
| 10 | "Report-Msgid-Bugs-To: \n" | 10 | "Report-Msgid-Bugs-To: \n" |
| 11 | -"POT-Creation-Date: 2023-04-13 07:52-0300\n" | 11 | +"POT-Creation-Date: 2023-04-13 10:02-0300\n" |
| 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 14 | "Language-Team: LANGUAGE <LL@li.org>\n" | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
win/bundle.common
| @@ -116,62 +116,64 @@ install_bin() { | @@ -116,62 +116,64 @@ install_bin() { | ||
| 116 | 116 | ||
| 117 | while read FILENAME | 117 | while read FILENAME |
| 118 | do | 118 | do |
| 119 | + echo ${FILENAME} | ||
| 119 | objdump -p ${FILENAME} | grep "DLL Name:" | cut -d: -f2 | tr "[:upper:]" "[:lower:]" >> ${REQUIRES} | 120 | objdump -p ${FILENAME} | grep "DLL Name:" | cut -d: -f2 | tr "[:upper:]" "[:lower:]" >> ${REQUIRES} |
| 120 | done < ${SOURCES} | 121 | done < ${SOURCES} |
| 121 | 122 | ||
| 122 | libs_to_exclude=" | 123 | libs_to_exclude=" |
| 123 | - advapi32 | ||
| 124 | - cfgmgr32 | ||
| 125 | - comctl32 | ||
| 126 | - comdlg32 | ||
| 127 | - crypt32 | ||
| 128 | - d3d8 | ||
| 129 | - d3d9 | ||
| 130 | - ddraw | ||
| 131 | - dnsapi | ||
| 132 | - dsound | ||
| 133 | - dwmapi | ||
| 134 | - gdi32 | ||
| 135 | - gdiplus | ||
| 136 | - glu32 | ||
| 137 | - glut32 | ||
| 138 | - imm32 | ||
| 139 | - iphlpapi | ||
| 140 | - kernel32 | ||
| 141 | - ksuser | ||
| 142 | - mpr | ||
| 143 | - mscms | ||
| 144 | - mscoree | ||
| 145 | - msimg32 | ||
| 146 | - msvcr71 | ||
| 147 | - msvcr80 | ||
| 148 | - msvcr90 | ||
| 149 | - msvcrt | ||
| 150 | - mswsock | ||
| 151 | - netapi32 | ||
| 152 | - odbc32 | ||
| 153 | - ole32 | ||
| 154 | - oleacc | ||
| 155 | - oleaut32 | ||
| 156 | - opengl32 | ||
| 157 | - psapi | ||
| 158 | - rpcrt4 | ||
| 159 | - secur32 | ||
| 160 | - setupapi | ||
| 161 | - shell32 | ||
| 162 | - shlwapi | ||
| 163 | - user32 | ||
| 164 | - usp10 | ||
| 165 | - version | ||
| 166 | - wininet | ||
| 167 | - winmm | ||
| 168 | - wldap32 | ||
| 169 | - ws2_32 | ||
| 170 | - wsock32 | 124 | + advapi32.dll |
| 125 | + cfgmgr32.dll | ||
| 126 | + comctl32.dll | ||
| 127 | + comdlg32.dll | ||
| 128 | + crypt32.dll | ||
| 129 | + d3d8.dll | ||
| 130 | + d3d9.dll | ||
| 131 | + ddraw.dll | ||
| 132 | + dnsapi.dll | ||
| 133 | + dsound.dll | ||
| 134 | + dwmapi.dll | ||
| 135 | + gdi32.dll | ||
| 136 | + gdiplus.dll | ||
| 137 | + glu32.dll | ||
| 138 | + glut32.dll | ||
| 139 | + imm32.dll | ||
| 140 | + iphlpapi.dll | ||
| 141 | + kernel32.dll | ||
| 142 | + ksuser.dll | ||
| 143 | + mpr.dll | ||
| 144 | + mscms.dll | ||
| 145 | + mscoree.dll | ||
| 146 | + msimg32.dll | ||
| 147 | + msvcr71.dll | ||
| 148 | + msvcr80.dll | ||
| 149 | + msvcr90.dll | ||
| 150 | + msvcrt.dll | ||
| 151 | + mswsock.dll | ||
| 152 | + netapi32.dll | ||
| 153 | + odbc32.dll | ||
| 154 | + ole32.dll | ||
| 155 | + oleacc.dll | ||
| 156 | + oleaut32.dll | ||
| 157 | + opengl32.dll | ||
| 158 | + psapi.dll | ||
| 159 | + rpcrt4.dll | ||
| 160 | + secur32.dll | ||
| 161 | + setupapi.dll | ||
| 162 | + shell32.dll | ||
| 163 | + shlwapi.dll | ||
| 164 | + user32.dll | ||
| 165 | + usp10.dll | ||
| 166 | + version.dll | ||
| 167 | + wininet.dll | ||
| 168 | + winmm.dll | ||
| 169 | + wldap32.dll | ||
| 170 | + ws2_32.dll | ||
| 171 | + wsock32.dll | ||
| 171 | winspool.drv | 172 | winspool.drv |
| 172 | - ntdll | ||
| 173 | - winhttp | ||
| 174 | - hid | 173 | + ntdll.dll |
| 174 | + winhttp.dll | ||
| 175 | + hid.dll | ||
| 176 | + bcrypt.dll | ||
| 175 | " | 177 | " |
| 176 | 178 | ||
| 177 | # Remove system DLLs from list | 179 | # Remove system DLLs from list |
| @@ -183,6 +185,8 @@ install_bin() { | @@ -183,6 +185,8 @@ install_bin() { | ||
| 183 | while read FILENAME | 185 | while read FILENAME |
| 184 | do | 186 | do |
| 185 | 187 | ||
| 188 | + echo ${FILENAME} | ||
| 189 | + | ||
| 186 | if [ ! -e "${bindir}/${FILENAME}" ]; then | 190 | if [ ! -e "${bindir}/${FILENAME}" ]; then |
| 187 | 191 | ||
| 188 | if [ -e ${MINGW_PREFIX}/bin/${FILENAME} ]; then | 192 | if [ -e ${MINGW_PREFIX}/bin/${FILENAME} ]; then |