mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
add kernel32 dependency, fix legoomni
This commit is contained in:
parent
1b0a276705
commit
aaf6d0b4dc
@ -164,11 +164,6 @@ unsigned char LegoOmni::vtable40()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void LegoOmni::CreateInstance()
|
|
||||||
{
|
|
||||||
// FIXME: Stub
|
|
||||||
}
|
|
||||||
|
|
||||||
MxStreamer* Streamer()
|
MxStreamer* Streamer()
|
||||||
{
|
{
|
||||||
// FIXME: Stub
|
// FIXME: Stub
|
||||||
@ -181,12 +176,6 @@ MxTickleManager* TickleManager()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
MxTransitionManager* TransitionManager()
|
|
||||||
{
|
|
||||||
// FIXME: Stub
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
MxVariableTable* VariableTable()
|
MxVariableTable* VariableTable()
|
||||||
{
|
{
|
||||||
// FIXME: Stub
|
// FIXME: Stub
|
||||||
|
|||||||
@ -118,7 +118,7 @@ project "isle"
|
|||||||
staticruntime "on"
|
staticruntime "on"
|
||||||
|
|
||||||
filter { "platforms:win*" }
|
filter { "platforms:win*" }
|
||||||
links { "dsound", "advapi32", "user32", "gdi32", "winmm" }
|
links { "kernel32", "dsound", "advapi32", "user32", "gdi32", "winmm" }
|
||||||
--flag language for rc.exe
|
--flag language for rc.exe
|
||||||
resoptions { "/l 0x409" }
|
resoptions { "/l 0x409" }
|
||||||
|
|
||||||
@ -142,6 +142,6 @@ project "lego1"
|
|||||||
files { addSrcFiles("LEGO1") }
|
files { addSrcFiles("LEGO1") }
|
||||||
|
|
||||||
filter { "platforms:win*" }
|
filter { "platforms:win*" }
|
||||||
links { "dsound", "advapi32", "user32", "Gdi32", "Winmm" }
|
links { "kernel32", "dsound", "advapi32", "user32", "Gdi32", "Winmm" }
|
||||||
|
|
||||||
filter {}
|
filter {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user