Skip to content

Commit

Permalink
Success export img ivshmem
Browse files Browse the repository at this point in the history
  • Loading branch information
serpilliere committed Dec 14, 2022
1 parent af2d07d commit b016df0
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ windows:
swresample-*.dll ../bin/libssp-*.dll \
/SRC/target/x86_64-pc-windows-gnu/release/"
mkdir ../target/windows
cd ../target/x86_64-pc-windows-gnu/release ; 7z a ../../windows/sanzu-$(SANZU_VERSION)-x86_64-pc-windows-gnu.zip sanzu_client.exe *.dll
cd ../target/x86_64-pc-windows-gnu/release ; 7z a ../../windows/sanzu-$(SANZU_VERSION)-x86_64-pc-windows-gnu.zip sanzu_server.exe sanzu_client.exe *.dll

clean:
rm -fr ../target/
Expand Down
2 changes: 1 addition & 1 deletion sanzu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ winapi = { version = "0.3", features = [
"impl-default", "winuser", "wingdi", "winbase", "libloaderapi", "processthreadsapi",
"errhandlingapi", "winerror", "commctrl", "sysinfoapi", "shobjidl", "combaseapi",
"commdlg", "d2d1", "objbase", "dwrite", "winnls", "shellapi", "wincodec", "stringapiset",
"d3d9", "d3d9types", "dwmapi", "d3d11", "dxgi1_2"] }
"d3d9", "d3d9types", "dwmapi", "d3d11", "dxgi1_2", "setupapi", "ioapiset", "winioctl"] }

[target.'cfg(unix)'.dependencies]
libgssapi = { version = "0.6", optional = true }
Expand Down
Loading

0 comments on commit b016df0

Please sign in to comment.