nsi: Add files for MSVC

This commit is contained in:
Jonas Kvinge 2022-08-07 09:36:02 +02:00
parent 1a6fcd5da6
commit 5b7087cc9e
2 changed files with 18 additions and 6 deletions

View File

@ -1557,11 +1557,9 @@ jobs:
-DBUILD_WERROR=OFF -DBUILD_WERROR=OFF
-DARCH=x86_64 -DARCH=x86_64
-DENABLE_WIN32_CONSOLE=OFF -DENABLE_WIN32_CONSOLE=OFF
-DENABLE_DBUS=OFF
-DENABLE_LIBGPOD=OFF
-DENABLE_LIBMTP=OFF
-DUSE_TAGLIB=ON -DUSE_TAGLIB=ON
-DPKG_CONFIG_EXECUTABLE="c:/msvc_x86_64/bin/pkg-config.exe" -DPKG_CONFIG_EXECUTABLE="c:/msvc_x86_64/bin/pkg-config.exe"
-DICU_ROOT="c:\msvc_x86_64"
- name: Run Make - name: Run Make
env: env:
@ -1821,11 +1819,9 @@ jobs:
-DBUILD_WERROR=OFF -DBUILD_WERROR=OFF
-DARCH=x86_64 -DARCH=x86_64
-DENABLE_WIN32_CONSOLE=ON -DENABLE_WIN32_CONSOLE=ON
-DENABLE_DBUS=OFF
-DENABLE_LIBGPOD=OFF
-DENABLE_LIBMTP=OFF
-DUSE_TAGLIB=ON -DUSE_TAGLIB=ON
-DPKG_CONFIG_EXECUTABLE="c:/msvc_x86_64/bin/pkg-config.exe" -DPKG_CONFIG_EXECUTABLE="c:/msvc_x86_64/bin/pkg-config.exe"
-DICU_ROOT="c:\msvc_x86_64"
- name: Run Make - name: Run Make
env: env:

View File

@ -368,6 +368,8 @@ Section "Strawberry" Strawberry
File "gsttag-1.0-0.dll" File "gsttag-1.0-0.dll"
File "gsturidownloader-1.0-0.dll" File "gsturidownloader-1.0-0.dll"
File "gstvideo-1.0-0.dll" File "gstvideo-1.0-0.dll"
File "harfbuzz.dll"
File "icudt71.dll"
File "intl-8.dll" File "intl-8.dll"
File "libbs2b.dll" File "libbs2b.dll"
File "libfaac_dll.dll" File "libfaac_dll.dll"
@ -394,6 +396,9 @@ Section "Strawberry" Strawberry
File "wavpackdll.dll" File "wavpackdll.dll"
!ifdef release !ifdef release
File "freetype.dll"
File "icuin71.dll"
File "icuuc71.dll"
File "libpng16.dll" File "libpng16.dll"
File "libprotobuf.dll" File "libprotobuf.dll"
File "libxml2.dll" File "libxml2.dll"
@ -403,6 +408,9 @@ Section "Strawberry" Strawberry
File "zlib.dll" File "zlib.dll"
!endif !endif
!ifdef debug !ifdef debug
File "freetyped.dll"
File "icuin71d.dll"
File "icuuc71d.dll"
File "libpng16d.dll" File "libpng16d.dll"
File "libprotobufd.dll" File "libprotobufd.dll"
File "libxml2d.dll" File "libxml2d.dll"
@ -861,6 +869,8 @@ Section "Uninstall"
Delete "$INSTDIR\gsttag-1.0-0.dll" Delete "$INSTDIR\gsttag-1.0-0.dll"
Delete "$INSTDIR\gsturidownloader-1.0-0.dll" Delete "$INSTDIR\gsturidownloader-1.0-0.dll"
Delete "$INSTDIR\gstvideo-1.0-0.dll" Delete "$INSTDIR\gstvideo-1.0-0.dll"
Delete "$INSTDIR\harfbuzz.dll"
Delete "$INSTDIR\icudt71.dll"
Delete "$INSTDIR\intl-8.dll" Delete "$INSTDIR\intl-8.dll"
Delete "$INSTDIR\libbs2b.dll" Delete "$INSTDIR\libbs2b.dll"
Delete "$INSTDIR\libfaac_dll.dll" Delete "$INSTDIR\libfaac_dll.dll"
@ -887,6 +897,9 @@ Section "Uninstall"
Delete "$INSTDIR\wavpackdll.dll" Delete "$INSTDIR\wavpackdll.dll"
!ifdef release !ifdef release
Delete "$INSTDIR\freetype.dll"
Delete "$INSTDIR\icuin71.dll"
Delete "$INSTDIR\icuuc71.dll"
Delete "$INSTDIR\libpng16.dll" Delete "$INSTDIR\libpng16.dll"
Delete "$INSTDIR\libprotobuf.dll" Delete "$INSTDIR\libprotobuf.dll"
Delete "$INSTDIR\libxml2.dll" Delete "$INSTDIR\libxml2.dll"
@ -896,6 +909,9 @@ Section "Uninstall"
Delete "$INSTDIR\zlib.dll" Delete "$INSTDIR\zlib.dll"
!endif !endif
!ifdef debug !ifdef debug
Delete "$INSTDIR\freetyped.dll"
Delete "$INSTDIR\icuin71d.dll"
Delete "$INSTDIR\icuuc71d.dll"
Delete "$INSTDIR\libpng16d.dll" Delete "$INSTDIR\libpng16d.dll"
Delete "$INSTDIR\libprotobufd.dll" Delete "$INSTDIR\libprotobufd.dll"
Delete "$INSTDIR\libxml2d.dll" Delete "$INSTDIR\libxml2d.dll"