Commit 39c72480f58f7d80a593bd888b06785fa694918f
1 parent
a68f744a
Exists in
master
Atualizando empacotamento windows
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
pw3270.nsi.in
... | ... | @@ -196,13 +196,8 @@ Section /o "Software Development Kit" SecSDK |
196 | 196 | file "/oname=$INSTDIR\sdk\include\lib3270\plugins.h" "src\include\lib3270\plugins.h" |
197 | 197 | file "/oname=$INSTDIR\sdk\include\lib3270\macros.h" "src\include\lib3270\macros.h" |
198 | 198 | |
199 | - CreateDirectory "$INSTDIR\sdk\lib" | |
200 | - file "/oname=$INSTDIR\sdk\lib\lib3270.def" ".bin\Release\lib\lib3270.def" | |
201 | - | |
202 | 199 | SectionEnd |
203 | 200 | |
204 | - | |
205 | - | |
206 | 201 | # create a section to define what the uninstaller does. |
207 | 202 | # the section will always be named "Uninstall" |
208 | 203 | section "Uninstall" | ... | ... |