diff options
author | 2015-08-01 10:07:05 +0200 | |
---|---|---|
committer | 2015-08-01 10:07:05 +0200 | |
commit | fa32ced4ce2b2d8b66e29e6b148c28367b64dd5a (patch) | |
tree | 02c5f2968bb65eed5447fc460e33f2ff0b20a1bb /scripts/src/osd/windows.lua | |
parent | 882b443bc10351eabfbcc36cfd48162c22106c1e (diff) |
Fixed VS build (nw)
Diffstat (limited to 'scripts/src/osd/windows.lua')
-rw-r--r-- | scripts/src/osd/windows.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/src/osd/windows.lua b/scripts/src/osd/windows.lua index 8c0698a8db7..b793b83433d 100644 --- a/scripts/src/osd/windows.lua +++ b/scripts/src/osd/windows.lua @@ -11,6 +11,9 @@ function maintargetosdoptions(_target,_subtarget) linkoptions { "-municode", } + links { + "mingw32", + } configuration { } @@ -34,7 +37,6 @@ function maintargetosdoptions(_target,_subtarget) links { "comctl32", "comdlg32", - "mingw32", } end |