Commit 6c3e01ad5a39b6051d4187141140cfb597cf2ea3
1 parent
de83b7b7
Exists in
develop
Debug win32 installer.
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
win/pw3270.nsi.in
@@ -190,9 +190,13 @@ SubSection "@PRODUCT_NAME@" SecMain | @@ -190,9 +190,13 @@ SubSection "@PRODUCT_NAME@" SecMain | ||
190 | !ifdef WITHSDK | 190 | !ifdef WITHSDK |
191 | Section /o "Software Development Kit" SDK | 191 | Section /o "Software Development Kit" SDK |
192 | 192 | ||
193 | - setOutPath $INSTDIR\sdk | 193 | + setOutPath $INSTDIR\sdk\include |
194 | file /r "include\*.*" | 194 | file /r "include\*.*" |
195 | + | ||
196 | + setOutPath $INSTDIR\sdk\lib | ||
195 | file /r "lib\*.a" | 197 | file /r "lib\*.a" |
198 | + | ||
199 | + setOutPath $INSTDIR\sdk\lib\pkgconfig | ||
196 | file /r "lib\pkgconfig\*.pc" | 200 | file /r "lib\pkgconfig\*.pc" |
197 | 201 | ||
198 | setOutPath $INSTDIR\sdk\msvc | 202 | setOutPath $INSTDIR\sdk\msvc |