mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 15:51: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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
MxStreamer* Streamer()
|
|
||||||
{
|
|
||||||
// FIXME: Stub
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
MxTickleManager* TickleManager()
|
|
||||||
{
|
|
||||||
// FIXME: Stub
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
MxVariableTable* VariableTable()
|
|
||||||
{
|
|
||||||
// FIXME: Stub
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
long Start(MxDSAction* a)
|
long Start(MxDSAction* a)
|
||||||
{
|
{
|
||||||
// FIXME: Stub
|
// FIXME: Stub
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
#ifndef LEGOPARTPRESENTER_H
|
#ifndef LEGOPARTPRESENTER_H
|
||||||
#define LEGOPARTPRESENTER_H
|
#define LEGOPARTPRESENTER_H
|
||||||
|
|
||||||
|
#include "mxmediapresenter.h"
|
||||||
|
|
||||||
// VTABLE 0x100d4df0
|
// VTABLE 0x100d4df0
|
||||||
// SIZE 0x54 (from inlined construction at 0x10009fac)
|
// SIZE 0x54 (from inlined construction at 0x10009fac)
|
||||||
class LegoPartPresenter : public MxMediaPresenter
|
class LegoPartPresenter : public MxMediaPresenter
|
||||||
|
|||||||
2
nmake2
2
nmake2
@ -1 +1 @@
|
|||||||
Subproject commit 3d04ffed77947de5c16c044f4c1e47c812ba3ec6
|
Subproject commit ecc6c938d120d06a9df14a716f9ca2fceb0173e2
|
||||||
@ -113,6 +113,9 @@ project "isle"
|
|||||||
--flag /ML or /MLd
|
--flag /ML or /MLd
|
||||||
staticruntime "libc"
|
staticruntime "libc"
|
||||||
|
|
||||||
|
filter { "configurations:Release", "action:nmake2" }
|
||||||
|
linkoptions { "/incremental:no" }
|
||||||
|
|
||||||
filter { "action:not nmake2" }
|
filter { "action:not nmake2" }
|
||||||
--flag /MT or /MTd
|
--flag /MT or /MTd
|
||||||
staticruntime "on"
|
staticruntime "on"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user