Skip to content

Commit

Permalink
add third_party_* dll files to packages
Browse files Browse the repository at this point in the history
in particular for `abseil`
  • Loading branch information
pmed committed Oct 24, 2023
1 parent 988bf0b commit 87eba3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuget/v8.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\v8*.lib" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\zlib*.exp" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\zlib*.lib" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\third_party_*.exp" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\third_party_*.lib" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\v8_build_config.json" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\v8*.lib" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\v8*.exp" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\zlib*.exp" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\zlib*.lib" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\third_party_*.exp" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\third_party_*.lib" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\v8_build_config.json" target="lib\Release" />
<file src="v8-$PlatformToolset$-$Platform$.props" target="build\native" />
<file src="..\readme.md" target="" />
Expand Down
2 changes: 2 additions & 0 deletions nuget/v8.redist.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\icu*.dat" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\*_blob.bin" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\zlib*.dll" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\third_party_*.dll" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\v8*.dll" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\icu*.dll" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\icu*.dat" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\*_blob.bin" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\zlib*.dll" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\third_party_*.dll" target="lib\Release" />
<file src="v8.redist-$PlatformToolset$-$Platform$.props" target="build\native" />
<file src="..\readme.md" target="" />
</files>
Expand Down
2 changes: 2 additions & 0 deletions nuget/v8.symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
<files>
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\v8*.pdb" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\zlib*.pdb" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Debug\shared\third_party_*.pdb" target="lib\Debug" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\v8*.pdb" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\zlib*.pdb" target="lib\Release" />
<file src="..\v8\out.gn\$BuildVersion$\$PlatformToolset$\$Platform$\Release\shared\third_party_*.pdb" target="lib\Release" />
<file src="v8.symbols-$PlatformToolset$-$Platform$.props" target="build\native" />
<file src="..\readme.md" target="" />
</files>
Expand Down

0 comments on commit 87eba3f

Please sign in to comment.