summaryrefslogtreecommitdiffhomepage
path: root/release
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-11-04 18:36:15 +0100
committerraysan5 <[email protected]>2017-11-04 18:36:15 +0100
commit36ae9c8c3a91798606ad9595b57d11329c60fc36 (patch)
tree229956fe8ab538496f378154e642e9b69104159c /release
parentd43af4918be5262246a0efa5acb178d1b39c008c (diff)
downloadraylib-36ae9c8c3a91798606ad9595b57d11329c60fc36.tar.gz
raylib-36ae9c8c3a91798606ad9595b57d11329c60fc36.zip
Compile DLL avoiding extra dependencies
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin>dumpbin.exe D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll /DEPENDENTS Microsoft (R) COFF/PE Dumper Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll File Type: DLL Image has the following dependencies: KERNEL32.dll glfw3.dll OpenAL32.dll Summary 4000 .data 1000 .gfids 23000 .rdata 5000 .reloc 1000 .rsrc 68000 .text 1000 _RDATA
Diffstat (limited to 'release')
-rw-r--r--release/libs/win32/msvc/raylib.dllbin451072 -> 593920 bytes
-rw-r--r--release/libs/win32/msvc/raylibdll.libbin63284 -> 64760 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/release/libs/win32/msvc/raylib.dll b/release/libs/win32/msvc/raylib.dll
index 5eb531f7..b9896ff8 100644
--- a/release/libs/win32/msvc/raylib.dll
+++ b/release/libs/win32/msvc/raylib.dll
Binary files differ
diff --git a/release/libs/win32/msvc/raylibdll.lib b/release/libs/win32/msvc/raylibdll.lib
index 87f5d7c4..8ad371ae 100644
--- a/release/libs/win32/msvc/raylibdll.lib
+++ b/release/libs/win32/msvc/raylibdll.lib
Binary files differ