mirror of
https://github.com/holub/mame
synced 2025-06-08 22:03:55 +03:00
Fixed VS build (nw)
This commit is contained in:
parent
882b443bc1
commit
fa32ced4ce
@ -11,6 +11,9 @@ function maintargetosdoptions(_target,_subtarget)
|
|||||||
linkoptions {
|
linkoptions {
|
||||||
"-municode",
|
"-municode",
|
||||||
}
|
}
|
||||||
|
links {
|
||||||
|
"mingw32",
|
||||||
|
}
|
||||||
|
|
||||||
configuration { }
|
configuration { }
|
||||||
|
|
||||||
@ -34,7 +37,6 @@ function maintargetosdoptions(_target,_subtarget)
|
|||||||
links {
|
links {
|
||||||
"comctl32",
|
"comctl32",
|
||||||
"comdlg32",
|
"comdlg32",
|
||||||
"mingw32",
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user