mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
update nmake2, fix build
This commit is contained in:
parent
aaf6d0b4dc
commit
2df1030714
@ -164,24 +164,6 @@ unsigned char LegoOmni::vtable40()
|
||||
return 0;
|
||||
}
|
||||
|
||||
MxStreamer* Streamer()
|
||||
{
|
||||
// FIXME: Stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
MxTickleManager* TickleManager()
|
||||
{
|
||||
// FIXME: Stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
MxVariableTable* VariableTable()
|
||||
{
|
||||
// FIXME: Stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
long Start(MxDSAction* a)
|
||||
{
|
||||
// FIXME: Stub
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
#ifndef LEGOPARTPRESENTER_H
|
||||
#define LEGOPARTPRESENTER_H
|
||||
|
||||
#include "mxmediapresenter.h"
|
||||
|
||||
// VTABLE 0x100d4df0
|
||||
// SIZE 0x54 (from inlined construction at 0x10009fac)
|
||||
class LegoPartPresenter : public MxMediaPresenter
|
||||
|
||||
2
nmake2
2
nmake2
@ -1 +1 @@
|
||||
Subproject commit 3d04ffed77947de5c16c044f4c1e47c812ba3ec6
|
||||
Subproject commit ecc6c938d120d06a9df14a716f9ca2fceb0173e2
|
||||
@ -112,6 +112,9 @@ project "isle"
|
||||
filter { "action:nmake2" }
|
||||
--flag /ML or /MLd
|
||||
staticruntime "libc"
|
||||
|
||||
filter { "configurations:Release", "action:nmake2" }
|
||||
linkoptions { "/incremental:no" }
|
||||
|
||||
filter { "action:not nmake2" }
|
||||
--flag /MT or /MTd
|
||||
@ -142,6 +145,6 @@ project "lego1"
|
||||
files { addSrcFiles("LEGO1") }
|
||||
|
||||
filter { "platforms:win*" }
|
||||
links { "kernel32", "dsound", "advapi32", "user32", "Gdi32", "Winmm" }
|
||||
links { "kernel32", "dsound", "advapi32", "user32", "Gdi32", "Winmm" }
|
||||
|
||||
filter {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user