mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
This isn't behaving how I expect, investigate another time (nw)
This commit is contained in:
parent
110bc692fa
commit
2d6477f872
1 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ function maintargetosdoptions(_target,_subtarget)
|
||||||
"SDL2",
|
"SDL2",
|
||||||
"Imm32",
|
"Imm32",
|
||||||
"Version",
|
"Version",
|
||||||
|
"Ole32",
|
||||||
"OleAut32",
|
"OleAut32",
|
||||||
}
|
}
|
||||||
configuration { "vs*" }
|
configuration { "vs*" }
|
||||||
|
@ -91,7 +92,6 @@ function maintargetosdoptions(_target,_subtarget)
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
links {
|
links {
|
||||||
"Ole32",
|
|
||||||
"psapi",
|
"psapi",
|
||||||
}
|
}
|
||||||
configuration { "mingw*" }
|
configuration { "mingw*" }
|
||||||
|
@ -114,6 +114,7 @@ function maintargetosdoptions(_target,_subtarget)
|
||||||
targetprefix "sdl"
|
targetprefix "sdl"
|
||||||
links {
|
links {
|
||||||
"psapi"
|
"psapi"
|
||||||
|
"Ole32",
|
||||||
}
|
}
|
||||||
configuration { }
|
configuration { }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue