diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-18 01:03:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 13:41:46 +0200 |
| commit | 10f36696805235c774890a4618b7187dd75750d4 (patch) | |
| tree | 3299c802986afe43654418c4ea708f89f61441d2 /platform/windows/wscript | |
| parent | 486c4d7825a151dcf00e3504a8195bff8afddcb3 (diff) | |
Re-work OpenGL video view to use modern shaders / APIs.
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 6c8d47aac..ed5f5d4f2 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -164,6 +164,7 @@ File "%static_deps%/bin/libgpg-error-0.dll" File "%static_deps%/bin/libpangoft2-1.0-0.dll" File "%static_deps%/bin/libx264-155.dll" File "%static_deps%/bin/libwebp-7.dll" +File "%static_deps%/bin/GLEW.dll" """, file=f) if bits == 32: |
