update nmake2, fix build

This commit is contained in:
Roman Masanin 2023-06-30 02:33:31 +02:00
parent aaf6d0b4dc
commit 2df1030714
4 changed files with 7 additions and 20 deletions

View File

@ -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

View File

@ -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

@ -1 +1 @@
Subproject commit 3d04ffed77947de5c16c044f4c1e47c812ba3ec6
Subproject commit ecc6c938d120d06a9df14a716f9ca2fceb0173e2

View File

@ -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 {}