From 60f6aa34d7064cd0bf834cd7bc971a2d0834a0e5 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:27:19 -0700 Subject: [PATCH] update project --- isle.mak | 558 +++++++++++++++++++++++-------------------------------- isle.mdp | Bin 80896 -> 74240 bytes 2 files changed, 237 insertions(+), 321 deletions(-) diff --git a/isle.mak b/isle.mak index 421b4fb9..4f7aa6ac 100644 --- a/isle.mak +++ b/isle.mak @@ -135,10 +135,12 @@ CLEAN : -@erase "$(INTDIR)\mxdschunk.obj" -@erase "$(INTDIR)\mxdsfile.obj" -@erase "$(INTDIR)\mxdsobject.obj" + -@erase "$(INTDIR)\mxdssource.obj" -@erase "$(INTDIR)\mxentity.obj" -@erase "$(INTDIR)\mxeventmanager.obj" -@erase "$(INTDIR)\mxeventpresenter.obj" -@erase "$(INTDIR)\mxflcpresenter.obj" + -@erase "$(INTDIR)\mxioinfo.obj" -@erase "$(INTDIR)\mxloopingflxpresenter.obj" -@erase "$(INTDIR)\mxloopingsmkpresenter.obj" -@erase "$(INTDIR)\mxmediapresenter.obj" @@ -319,10 +321,12 @@ LINK32_OBJS= \ "$(INTDIR)\mxdschunk.obj" \ "$(INTDIR)\mxdsfile.obj" \ "$(INTDIR)\mxdsobject.obj" \ + "$(INTDIR)\mxdssource.obj" \ "$(INTDIR)\mxentity.obj" \ "$(INTDIR)\mxeventmanager.obj" \ "$(INTDIR)\mxeventpresenter.obj" \ "$(INTDIR)\mxflcpresenter.obj" \ + "$(INTDIR)\mxioinfo.obj" \ "$(INTDIR)\mxloopingflxpresenter.obj" \ "$(INTDIR)\mxloopingsmkpresenter.obj" \ "$(INTDIR)\mxmediapresenter.obj" \ @@ -469,10 +473,12 @@ CLEAN : -@erase "$(INTDIR)\mxdschunk.obj" -@erase "$(INTDIR)\mxdsfile.obj" -@erase "$(INTDIR)\mxdsobject.obj" + -@erase "$(INTDIR)\mxdssource.obj" -@erase "$(INTDIR)\mxentity.obj" -@erase "$(INTDIR)\mxeventmanager.obj" -@erase "$(INTDIR)\mxeventpresenter.obj" -@erase "$(INTDIR)\mxflcpresenter.obj" + -@erase "$(INTDIR)\mxioinfo.obj" -@erase "$(INTDIR)\mxloopingflxpresenter.obj" -@erase "$(INTDIR)\mxloopingsmkpresenter.obj" -@erase "$(INTDIR)\mxmediapresenter.obj" @@ -655,10 +661,12 @@ LINK32_OBJS= \ "$(INTDIR)\mxdschunk.obj" \ "$(INTDIR)\mxdsfile.obj" \ "$(INTDIR)\mxdsobject.obj" \ + "$(INTDIR)\mxdssource.obj" \ "$(INTDIR)\mxentity.obj" \ "$(INTDIR)\mxeventmanager.obj" \ "$(INTDIR)\mxeventpresenter.obj" \ "$(INTDIR)\mxflcpresenter.obj" \ + "$(INTDIR)\mxioinfo.obj" \ "$(INTDIR)\mxloopingflxpresenter.obj" \ "$(INTDIR)\mxloopingsmkpresenter.obj" \ "$(INTDIR)\mxmediapresenter.obj" \ @@ -725,9 +733,8 @@ ALL : "LEGO1 - Win32 Release" ".\Release\ISLE.EXE" CLEAN : -@erase "$(INTDIR)\define.obj" - -@erase "$(INTDIR)\isle.obj" -@erase "$(INTDIR)\isle.res" - -@erase "$(INTDIR)\main.obj" + -@erase "$(INTDIR)\isleapp.obj" -@erase "$(INTDIR)\vc40.pdb" -@erase ".\Release\ISLE.EXE" -@erase ".\Release\ISLE.PDB" @@ -786,9 +793,8 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ /out:"Release/ISLE.EXE" /LIBPATH:"ISLE/ext" LINK32_OBJS= \ "$(INTDIR)\define.obj" \ - "$(INTDIR)\isle.obj" \ "$(INTDIR)\isle.res" \ - "$(INTDIR)\main.obj" \ + "$(INTDIR)\isleapp.obj" \ ".\Release\LEGO1.LIB" ".\Release\ISLE.EXE" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) @@ -815,9 +821,8 @@ ALL : "LEGO1 - Win32 Debug" ".\Debug\ISLE.EXE" CLEAN : -@erase "$(INTDIR)\define.obj" - -@erase "$(INTDIR)\isle.obj" -@erase "$(INTDIR)\isle.res" - -@erase "$(INTDIR)\main.obj" + -@erase "$(INTDIR)\isleapp.obj" -@erase "$(INTDIR)\vc40.idb" -@erase "$(INTDIR)\vc40.pdb" -@erase ".\Debug\ISLE.EXE" @@ -878,9 +883,8 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ /out:"Debug/ISLE.EXE" /LIBPATH:"ISLE/ext" LINK32_OBJS= \ "$(INTDIR)\define.obj" \ - "$(INTDIR)\isle.obj" \ "$(INTDIR)\isle.res" \ - "$(INTDIR)\main.obj" \ + "$(INTDIR)\isleapp.obj" \ ".\LEGO1\Debug\LEGO1.lib" ".\Debug\ISLE.EXE" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) @@ -907,8 +911,8 @@ LINK32_OBJS= \ SOURCE=.\LEGO1\mxcore.cpp DEP_CPP_MXCOR=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxcore.obj" : $(SOURCE) $(DEP_CPP_MXCOR) "$(INTDIR)" @@ -920,11 +924,8 @@ DEP_CPP_MXCOR=\ # Begin Source File SOURCE=.\LEGO1\dllmain.cpp -DEP_CPP_DLLMA=\ - ".\LEGO1\legoinc.h"\ - -"$(INTDIR)\dllmain.obj" : $(SOURCE) $(DEP_CPP_DLLMA) "$(INTDIR)" +"$(INTDIR)\dllmain.obj" : $(SOURCE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -940,7 +941,6 @@ DEP_CPP_LEGOO=\ ".\LEGO1\legobuildingmanager.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legogamestate.h"\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legoinputmanager.h"\ ".\LEGO1\legonavcontroller.h"\ ".\LEGO1\legoomni.h"\ @@ -950,7 +950,6 @@ DEP_CPP_LEGOO=\ ".\LEGO1\legoworld.h"\ ".\LEGO1\mxatomid.h"\ ".\LEGO1\mxbackgroundaudiomanager.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxdsaction.h"\ @@ -959,6 +958,7 @@ DEP_CPP_LEGOO=\ ".\LEGO1\mxdssource.h"\ ".\LEGO1\mxentity.h"\ ".\LEGO1\mxeventmanager.h"\ + ".\LEGO1\mxioinfo.h"\ ".\LEGO1\mxmusicmanager.h"\ ".\LEGO1\mxnotificationmanager.h"\ ".\LEGO1\mxobjectfactory.h"\ @@ -976,6 +976,7 @@ DEP_CPP_LEGOO=\ ".\LEGO1\mxticklemanager.h"\ ".\LEGO1\mxtimer.h"\ ".\LEGO1\mxtransitionmanager.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxunknown100dc6b0.h"\ ".\LEGO1\mxvariabletable.h"\ ".\LEGO1\mxvideomanager.h"\ @@ -994,7 +995,6 @@ DEP_CPP_LEGOO=\ SOURCE=.\LEGO1\mxcriticalsection.cpp DEP_CPP_MXCRI=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\mxcriticalsection.h"\ @@ -1008,7 +1008,6 @@ DEP_CPP_MXCRI=\ SOURCE=.\LEGO1\mxautolocker.cpp DEP_CPP_MXAUT=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\mxautolocker.h"\ ".\LEGO1\mxcriticalsection.h"\ @@ -1023,10 +1022,9 @@ DEP_CPP_MXAUT=\ SOURCE=.\LEGO1\mxtimer.cpp DEP_CPP_MXTIM=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxtimer.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxtimer.obj" : $(SOURCE) $(DEP_CPP_MXTIM) "$(INTDIR)" @@ -1039,9 +1037,7 @@ DEP_CPP_MXTIM=\ SOURCE=.\LEGO1\mxomni.cpp DEP_CPP_MXOMN=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\mxatomid.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxeventmanager.h"\ @@ -1061,6 +1057,7 @@ DEP_CPP_MXOMN=\ ".\LEGO1\mxstring.h"\ ".\LEGO1\mxticklemanager.h"\ ".\LEGO1\mxtimer.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxunknown100dc6b0.h"\ ".\LEGO1\mxvariabletable.h"\ ".\LEGO1\mxvideomanager.h"\ @@ -1078,12 +1075,11 @@ DEP_CPP_MXOMN=\ SOURCE=.\LEGO1\mxvideoparam.cpp DEP_CPP_MXVID=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxpalette.h"\ ".\LEGO1\mxrect32.h"\ ".\LEGO1\mxresult.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvariabletable.h"\ ".\LEGO1\mxvideoparam.h"\ ".\LEGO1\mxvideoparamflags.h"\ @@ -1099,7 +1095,6 @@ DEP_CPP_MXVID=\ SOURCE=.\LEGO1\mxvideoparamflags.cpp DEP_CPP_MXVIDE=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\mxvideoparamflags.h"\ @@ -1113,8 +1108,6 @@ DEP_CPP_MXVIDE=\ SOURCE=.\LEGO1\mxomnicreateparam.cpp DEP_CPP_MXOMNI=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxomnicreateflags.h"\ ".\LEGO1\mxomnicreateparam.h"\ @@ -1123,6 +1116,7 @@ DEP_CPP_MXOMNI=\ ".\LEGO1\mxrect32.h"\ ".\LEGO1\mxresult.h"\ ".\LEGO1\mxstring.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvariabletable.h"\ ".\LEGO1\mxvideoparam.h"\ ".\LEGO1\mxvideoparamflags.h"\ @@ -1138,8 +1132,6 @@ DEP_CPP_MXOMNI=\ SOURCE=.\LEGO1\mxomnicreateparambase.cpp DEP_CPP_MXOMNIC=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxomnicreateflags.h"\ ".\LEGO1\mxomnicreateparam.h"\ @@ -1148,6 +1140,7 @@ DEP_CPP_MXOMNIC=\ ".\LEGO1\mxrect32.h"\ ".\LEGO1\mxresult.h"\ ".\LEGO1\mxstring.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvariabletable.h"\ ".\LEGO1\mxvideoparam.h"\ ".\LEGO1\mxvideoparamflags.h"\ @@ -1164,9 +1157,9 @@ DEP_CPP_MXOMNIC=\ SOURCE=.\LEGO1\mxstring.cpp DEP_CPP_MXSTR=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxstring.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxstring.obj" : $(SOURCE) $(DEP_CPP_MXSTR) "$(INTDIR)" @@ -1179,8 +1172,8 @@ DEP_CPP_MXSTR=\ SOURCE=.\LEGO1\mxomnicreateflags.cpp DEP_CPP_MXOMNICR=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxomnicreateflags.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxomnicreateflags.obj" : $(SOURCE) $(DEP_CPP_MXOMNICR) "$(INTDIR)" @@ -1199,7 +1192,6 @@ DEP_CPP_LEGON=\ ".\LEGO1\legobuildingmanager.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legogamestate.h"\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legoinputmanager.h"\ ".\LEGO1\legonavcontroller.h"\ ".\LEGO1\legoomni.h"\ @@ -1210,7 +1202,6 @@ DEP_CPP_LEGON=\ ".\LEGO1\legoworld.h"\ ".\LEGO1\mxatomid.h"\ ".\LEGO1\mxbackgroundaudiomanager.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxdsaction.h"\ @@ -1219,6 +1210,7 @@ DEP_CPP_LEGON=\ ".\LEGO1\mxdssource.h"\ ".\LEGO1\mxentity.h"\ ".\LEGO1\mxeventmanager.h"\ + ".\LEGO1\mxioinfo.h"\ ".\LEGO1\mxmusicmanager.h"\ ".\LEGO1\mxnotificationmanager.h"\ ".\LEGO1\mxobjectfactory.h"\ @@ -1236,6 +1228,7 @@ DEP_CPP_LEGON=\ ".\LEGO1\mxticklemanager.h"\ ".\LEGO1\mxtimer.h"\ ".\LEGO1\mxtransitionmanager.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxunknown100dc6b0.h"\ ".\LEGO1\mxvariabletable.h"\ ".\LEGO1\mxvideomanager.h"\ @@ -1255,9 +1248,9 @@ DEP_CPP_LEGON=\ SOURCE=.\LEGO1\mxdsobject.cpp DEP_CPP_MXDSO=\ ".\LEGO1\mxatomid.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxdsobject.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxdsobject.obj" : $(SOURCE) $(DEP_CPP_MXDSO) "$(INTDIR)" @@ -1283,11 +1276,10 @@ DEP_CPP_MXATO=\ SOURCE=.\LEGO1\mxunknown100dc6b0.cpp DEP_CPP_MXUNK=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxresult.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxunknown100dc6b0.h"\ @@ -1301,13 +1293,12 @@ DEP_CPP_MXUNK=\ SOURCE=.\LEGO1\mxvideomanager.cpp DEP_CPP_MXVIDEO=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxpalette.h"\ ".\LEGO1\mxrect32.h"\ ".\LEGO1\mxresult.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxunknown100dc6b0.h"\ ".\LEGO1\mxvariabletable.h"\ ".\LEGO1\mxvideomanager.h"\ @@ -1325,10 +1316,10 @@ DEP_CPP_MXVIDEO=\ SOURCE=.\LEGO1\mxpalette.cpp DEP_CPP_MXPAL=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxpalette.h"\ ".\LEGO1\mxresult.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxpalette.obj" : $(SOURCE) $(DEP_CPP_MXPAL) "$(INTDIR)" @@ -1343,8 +1334,8 @@ SOURCE=.\LEGO1\act1state.cpp DEP_CPP_ACT1S=\ ".\LEGO1\act1state.h"\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\act1state.obj" : $(SOURCE) $(DEP_CPP_ACT1S) "$(INTDIR)" @@ -1361,9 +1352,9 @@ DEP_CPP_ACT2B=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\act2brick.obj" : $(SOURCE) $(DEP_CPP_ACT2B) "$(INTDIR)" @@ -1378,9 +1369,9 @@ SOURCE=.\LEGO1\act2policestation.cpp DEP_CPP_ACT2P=\ ".\LEGO1\act2policestation.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\act2policestation.obj" : $(SOURCE) $(DEP_CPP_ACT2P) "$(INTDIR)" @@ -1396,9 +1387,9 @@ DEP_CPP_ACT3_=\ ".\LEGO1\act3.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\act3.obj" : $(SOURCE) $(DEP_CPP_ACT3_) "$(INTDIR)" @@ -1416,9 +1407,9 @@ DEP_CPP_ACT3S=\ ".\LEGO1\legoanimactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\act3shark.obj" : $(SOURCE) $(DEP_CPP_ACT3S) "$(INTDIR)" @@ -1436,9 +1427,9 @@ DEP_CPP_AMBUL=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\ambulance.obj" : $(SOURCE) $(DEP_CPP_AMBUL) "$(INTDIR)" @@ -1453,8 +1444,8 @@ SOURCE=.\LEGO1\ambulancemissionstate.cpp DEP_CPP_AMBULA=\ ".\LEGO1\ambulancemissionstate.h"\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\ambulancemissionstate.obj" : $(SOURCE) $(DEP_CPP_AMBULA) "$(INTDIR)" @@ -1469,8 +1460,8 @@ SOURCE=.\LEGO1\animstate.cpp DEP_CPP_ANIMS=\ ".\LEGO1\animstate.h"\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\animstate.obj" : $(SOURCE) $(DEP_CPP_ANIMS) "$(INTDIR)" @@ -1486,9 +1477,9 @@ DEP_CPP_BEACH=\ ".\LEGO1\beachhouseentity.h"\ ".\LEGO1\buildingentity.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\beachhouseentity.obj" : $(SOURCE) $(DEP_CPP_BEACH) "$(INTDIR)" @@ -1506,9 +1497,9 @@ DEP_CPP_BIKE_=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\bike.obj" : $(SOURCE) $(DEP_CPP_BIKE_) "$(INTDIR)" @@ -1523,9 +1514,9 @@ SOURCE=.\LEGO1\buildingentity.cpp DEP_CPP_BUILD=\ ".\LEGO1\buildingentity.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\buildingentity.obj" : $(SOURCE) $(DEP_CPP_BUILD) "$(INTDIR)" @@ -1539,7 +1530,7 @@ DEP_CPP_BUILD=\ SOURCE=.\LEGO1\bumpbouy.cpp DEP_CPP_BUMPB=\ ".\LEGO1\bumpbouy.h"\ - ".\LEGO1\mxbool.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\bumpbouy.obj" : $(SOURCE) $(DEP_CPP_BUMPB) "$(INTDIR)" @@ -1556,9 +1547,9 @@ DEP_CPP_CARRA=\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legorace.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\carrace.obj" : $(SOURCE) $(DEP_CPP_CARRA) "$(INTDIR)" @@ -1576,9 +1567,9 @@ DEP_CPP_DUNEB=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\dunebuggy.obj" : $(SOURCE) $(DEP_CPP_DUNEB) "$(INTDIR)" @@ -1594,9 +1585,9 @@ DEP_CPP_ELEVA=\ ".\LEGO1\elevatorbottom.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\elevatorbottom.obj" : $(SOURCE) $(DEP_CPP_ELEVA) "$(INTDIR)" @@ -1612,9 +1603,9 @@ DEP_CPP_GASST=\ ".\LEGO1\gasstation.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\gasstation.obj" : $(SOURCE) $(DEP_CPP_GASST) "$(INTDIR)" @@ -1630,9 +1621,9 @@ DEP_CPP_GASSTA=\ ".\LEGO1\buildingentity.h"\ ".\LEGO1\gasstationentity.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\gasstationentity.obj" : $(SOURCE) $(DEP_CPP_GASSTA) "$(INTDIR)" @@ -1647,8 +1638,8 @@ SOURCE=.\LEGO1\gasstationstate.cpp DEP_CPP_GASSTAT=\ ".\LEGO1\gasstationstate.h"\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\gasstationstate.obj" : $(SOURCE) $(DEP_CPP_GASSTAT) "$(INTDIR)" @@ -1666,9 +1657,9 @@ DEP_CPP_HELIC=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\helicopter.obj" : $(SOURCE) $(DEP_CPP_HELIC) "$(INTDIR)" @@ -1684,9 +1675,9 @@ DEP_CPP_HISTO=\ ".\LEGO1\historybook.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\historybook.obj" : $(SOURCE) $(DEP_CPP_HISTO) "$(INTDIR)" @@ -1702,9 +1693,9 @@ DEP_CPP_HOSPI=\ ".\LEGO1\hospital.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\hospital.obj" : $(SOURCE) $(DEP_CPP_HOSPI) "$(INTDIR)" @@ -1720,9 +1711,9 @@ DEP_CPP_HOSPIT=\ ".\LEGO1\buildingentity.h"\ ".\LEGO1\hospitalentity.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\hospitalentity.obj" : $(SOURCE) $(DEP_CPP_HOSPIT) "$(INTDIR)" @@ -1737,8 +1728,8 @@ SOURCE=.\LEGO1\hospitalstate.cpp DEP_CPP_HOSPITA=\ ".\LEGO1\hospitalstate.h"\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\hospitalstate.obj" : $(SOURCE) $(DEP_CPP_HOSPITA) "$(INTDIR)" @@ -1754,9 +1745,9 @@ DEP_CPP_INFOC=\ ".\LEGO1\infocenter.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\infocenter.obj" : $(SOURCE) $(DEP_CPP_INFOC) "$(INTDIR)" @@ -1772,9 +1763,9 @@ DEP_CPP_INFOCE=\ ".\LEGO1\infocenterdoor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\infocenterdoor.obj" : $(SOURCE) $(DEP_CPP_INFOCE) "$(INTDIR)" @@ -1790,9 +1781,9 @@ DEP_CPP_INFOCEN=\ ".\LEGO1\buildingentity.h"\ ".\LEGO1\infocenterentity.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\infocenterentity.obj" : $(SOURCE) $(DEP_CPP_INFOCEN) "$(INTDIR)" @@ -1807,8 +1798,8 @@ SOURCE=.\LEGO1\infocenterstate.cpp DEP_CPP_INFOCENT=\ ".\LEGO1\infocenterstate.h"\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\infocenterstate.obj" : $(SOURCE) $(DEP_CPP_INFOCENT) "$(INTDIR)" @@ -1824,9 +1815,9 @@ DEP_CPP_ISLE_=\ ".\LEGO1\isle.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\isle.obj" : $(SOURCE) $(DEP_CPP_ISLE_) "$(INTDIR)" @@ -1842,9 +1833,9 @@ DEP_CPP_ISLEA=\ ".\LEGO1\isleactor.h"\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\isleactor.obj" : $(SOURCE) $(DEP_CPP_ISLEA) "$(INTDIR)" @@ -1861,9 +1852,9 @@ DEP_CPP_ISLEP=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\islepathactor.obj" : $(SOURCE) $(DEP_CPP_ISLEP) "$(INTDIR)" @@ -1881,9 +1872,9 @@ DEP_CPP_JETSK=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\jetski.obj" : $(SOURCE) $(DEP_CPP_JETSK) "$(INTDIR)" @@ -1900,9 +1891,9 @@ DEP_CPP_JETSKI=\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legorace.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\jetskiRace.obj" : $(SOURCE) $(DEP_CPP_JETSKI) "$(INTDIR)" @@ -1917,9 +1908,9 @@ SOURCE=.\LEGO1\jukebox.cpp DEP_CPP_JUKEB=\ ".\LEGO1\jukebox.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\jukebox.obj" : $(SOURCE) $(DEP_CPP_JUKEB) "$(INTDIR)" @@ -1934,9 +1925,9 @@ SOURCE=.\LEGO1\jukeboxentity.cpp DEP_CPP_JUKEBO=\ ".\LEGO1\jukeboxentity.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\jukeboxentity.obj" : $(SOURCE) $(DEP_CPP_JUKEBO) "$(INTDIR)" @@ -1950,12 +1941,11 @@ DEP_CPP_JUKEBO=\ SOURCE=.\LEGO1\legoactioncontrolpresenter.cpp DEP_CPP_LEGOA=\ ".\LEGO1\legoactioncontrolpresenter.h"\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoactioncontrolpresenter.obj" : $(SOURCE) $(DEP_CPP_LEGOA)\ @@ -1973,9 +1963,9 @@ DEP_CPP_LEGOAN=\ ".\LEGO1\legoanimactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoanimactor.obj" : $(SOURCE) $(DEP_CPP_LEGOAN) "$(INTDIR)" @@ -1989,8 +1979,8 @@ DEP_CPP_LEGOAN=\ SOURCE=.\LEGO1\legoanimationmanager.cpp DEP_CPP_LEGOANI=\ ".\LEGO1\legoanimationmanager.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoanimationmanager.obj" : $(SOURCE) $(DEP_CPP_LEGOANI) "$(INTDIR)" @@ -2004,12 +1994,11 @@ DEP_CPP_LEGOANI=\ SOURCE=.\LEGO1\legoanimmmpresenter.cpp DEP_CPP_LEGOANIM=\ ".\LEGO1\legoanimmmpresenter.h"\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcompositepresenter.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoanimmmpresenter.obj" : $(SOURCE) $(DEP_CPP_LEGOANIM) "$(INTDIR)" @@ -2023,12 +2012,11 @@ DEP_CPP_LEGOANIM=\ SOURCE=.\LEGO1\legoanimpresenter.cpp DEP_CPP_LEGOANIMP=\ ".\LEGO1\legoanimpresenter.h"\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2056,8 +2044,8 @@ DEP_CPP_LEGOB=\ SOURCE=.\LEGO1\legocachesound.cpp DEP_CPP_LEGOC=\ ".\LEGO1\legocachesound.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legocachesound.obj" : $(SOURCE) $(DEP_CPP_LEGOC) "$(INTDIR)" @@ -2071,8 +2059,8 @@ DEP_CPP_LEGOC=\ SOURCE=.\LEGO1\legocameracontroller.cpp DEP_CPP_LEGOCA=\ ".\LEGO1\legocameracontroller.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legocameracontroller.obj" : $(SOURCE) $(DEP_CPP_LEGOCA) "$(INTDIR)" @@ -2088,9 +2076,9 @@ DEP_CPP_LEGOCAR=\ ".\LEGO1\legocarbuild.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legocarbuild.obj" : $(SOURCE) $(DEP_CPP_LEGOCAR) "$(INTDIR)" @@ -2105,12 +2093,11 @@ SOURCE=.\LEGO1\legocarbuildanimpresenter.cpp DEP_CPP_LEGOCARB=\ ".\LEGO1\legoanimpresenter.h"\ ".\LEGO1\legocarbuildanimpresenter.h"\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2126,8 +2113,8 @@ DEP_CPP_LEGOCARB=\ SOURCE=.\LEGO1\legocontrolmanager.cpp DEP_CPP_LEGOCO=\ ".\LEGO1\legocontrolmanager.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legocontrolmanager.obj" : $(SOURCE) $(DEP_CPP_LEGOCO) "$(INTDIR)" @@ -2141,9 +2128,9 @@ DEP_CPP_LEGOCO=\ SOURCE=.\LEGO1\legoentity.cpp DEP_CPP_LEGOE=\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoentity.obj" : $(SOURCE) $(DEP_CPP_LEGOE) "$(INTDIR)" @@ -2157,12 +2144,11 @@ DEP_CPP_LEGOE=\ SOURCE=.\LEGO1\legoentitypresenter.cpp DEP_CPP_LEGOEN=\ ".\LEGO1\legoentitypresenter.h"\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcompositepresenter.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoentitypresenter.obj" : $(SOURCE) $(DEP_CPP_LEGOEN) "$(INTDIR)" @@ -2176,13 +2162,12 @@ DEP_CPP_LEGOEN=\ SOURCE=.\LEGO1\legoflctexturepresenter.cpp DEP_CPP_LEGOF=\ ".\LEGO1\legoflctexturepresenter.h"\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxflcpresenter.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2199,13 +2184,12 @@ SOURCE=.\LEGO1\legohideanimpresenter.cpp DEP_CPP_LEGOH=\ ".\LEGO1\legoanimpresenter.h"\ ".\LEGO1\legohideanimpresenter.h"\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legoloopinganimpresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2220,8 +2204,8 @@ DEP_CPP_LEGOH=\ SOURCE=.\LEGO1\legoinputmanager.cpp DEP_CPP_LEGOI=\ ".\LEGO1\legoinputmanager.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoinputmanager.obj" : $(SOURCE) $(DEP_CPP_LEGOI) "$(INTDIR)" @@ -2242,9 +2226,9 @@ DEP_CPP_LEGOJ=\ ".\LEGO1\legojetskiraceactor.h"\ ".\LEGO1\legopathactor.h"\ ".\LEGO1\legoraceactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legojetski.obj" : $(SOURCE) $(DEP_CPP_LEGOJ) "$(INTDIR)" @@ -2257,15 +2241,14 @@ DEP_CPP_LEGOJ=\ SOURCE=.\LEGO1\legoloadcachesoundpresenter.cpp DEP_CPP_LEGOL=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legoloadcachesoundpresenter.h"\ ".\LEGO1\mxaudiopresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ ".\LEGO1\mxsoundpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxwavepresenter.h"\ @@ -2281,14 +2264,13 @@ DEP_CPP_LEGOL=\ SOURCE=.\LEGO1\legolocomotionanimpresenter.cpp DEP_CPP_LEGOLO=\ ".\LEGO1\legoanimpresenter.h"\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legolocomotionanimpresenter.h"\ ".\LEGO1\legoloopinganimpresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2303,13 +2285,12 @@ DEP_CPP_LEGOLO=\ SOURCE=.\LEGO1\legopalettepresenter.cpp DEP_CPP_LEGOP=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legopalettepresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2326,9 +2307,9 @@ DEP_CPP_LEGOPA=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legopathactor.obj" : $(SOURCE) $(DEP_CPP_LEGOPA) "$(INTDIR)" @@ -2341,13 +2322,12 @@ DEP_CPP_LEGOPA=\ SOURCE=.\LEGO1\legopathpresenter.cpp DEP_CPP_LEGOPAT=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legopathpresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legopathpresenter.obj" : $(SOURCE) $(DEP_CPP_LEGOPAT) "$(INTDIR)" @@ -2360,14 +2340,13 @@ DEP_CPP_LEGOPAT=\ SOURCE=.\LEGO1\legophonemepresenter.cpp DEP_CPP_LEGOPH=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legophonemepresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxflcpresenter.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2382,8 +2361,8 @@ DEP_CPP_LEGOPH=\ SOURCE=.\LEGO1\legoplantmanager.cpp DEP_CPP_LEGOPL=\ ".\LEGO1\legoplantmanager.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoplantmanager.obj" : $(SOURCE) $(DEP_CPP_LEGOPL) "$(INTDIR)" @@ -2399,9 +2378,9 @@ DEP_CPP_LEGOR=\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legorace.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legorace.obj" : $(SOURCE) $(DEP_CPP_LEGOR) "$(INTDIR)" @@ -2415,9 +2394,9 @@ DEP_CPP_LEGOR=\ SOURCE=.\LEGO1\legosoundmanager.cpp DEP_CPP_LEGOS=\ ".\LEGO1\legosoundmanager.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxsoundmanager.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legosoundmanager.obj" : $(SOURCE) $(DEP_CPP_LEGOS) "$(INTDIR)" @@ -2430,13 +2409,12 @@ DEP_CPP_LEGOS=\ SOURCE=.\LEGO1\legotexturepresenter.cpp DEP_CPP_LEGOT=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legotexturepresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legotexturepresenter.obj" : $(SOURCE) $(DEP_CPP_LEGOT) "$(INTDIR)" @@ -2449,15 +2427,14 @@ DEP_CPP_LEGOT=\ SOURCE=.\LEGO1\legowavepresenter.cpp DEP_CPP_LEGOW=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legowavepresenter.h"\ ".\LEGO1\mxaudiopresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ ".\LEGO1\mxsoundpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legowavepresenter.obj" : $(SOURCE) $(DEP_CPP_LEGOW) "$(INTDIR)" @@ -2472,9 +2449,9 @@ SOURCE=.\LEGO1\legoworld.cpp DEP_CPP_LEGOWO=\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoworld.obj" : $(SOURCE) $(DEP_CPP_LEGOWO) "$(INTDIR)" @@ -2488,13 +2465,12 @@ DEP_CPP_LEGOWO=\ SOURCE=.\LEGO1\legoworldpresenter.cpp DEP_CPP_LEGOWOR=\ ".\LEGO1\legoentitypresenter.h"\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\legoworldpresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcompositepresenter.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legoworldpresenter.obj" : $(SOURCE) $(DEP_CPP_LEGOWOR) "$(INTDIR)" @@ -2512,9 +2488,9 @@ DEP_CPP_MOTOR=\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ ".\LEGO1\motorcycle.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\motorcycle.obj" : $(SOURCE) $(DEP_CPP_MOTOR) "$(INTDIR)" @@ -2527,13 +2503,12 @@ DEP_CPP_MOTOR=\ SOURCE=.\LEGO1\mxcontrolpresenter.cpp DEP_CPP_MXCON=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcompositepresenter.h"\ ".\LEGO1\mxcontrolpresenter.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxcontrolpresenter.obj" : $(SOURCE) $(DEP_CPP_MXCON) "$(INTDIR)" @@ -2561,9 +2536,9 @@ DEP_CPP_MXDIS=\ SOURCE=.\LEGO1\mxdschunk.cpp DEP_CPP_MXDSC=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxdschunk.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxdschunk.obj" : $(SOURCE) $(DEP_CPP_MXDSC) "$(INTDIR)" @@ -2576,10 +2551,12 @@ DEP_CPP_MXDSC=\ SOURCE=.\LEGO1\mxdsfile.cpp DEP_CPP_MXDSF=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxdsfile.h"\ ".\LEGO1\mxdssource.h"\ + ".\LEGO1\mxioinfo.h"\ + ".\LEGO1\mxstring.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxdsfile.obj" : $(SOURCE) $(DEP_CPP_MXDSF) "$(INTDIR)" @@ -2593,9 +2570,9 @@ DEP_CPP_MXDSF=\ SOURCE=.\LEGO1\mxentity.cpp DEP_CPP_MXENT=\ ".\LEGO1\mxatomid.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxentity.obj" : $(SOURCE) $(DEP_CPP_MXENT) "$(INTDIR)" @@ -2608,9 +2585,9 @@ DEP_CPP_MXENT=\ SOURCE=.\LEGO1\mxeventmanager.cpp DEP_CPP_MXEVE=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxeventmanager.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxeventmanager.obj" : $(SOURCE) $(DEP_CPP_MXEVE) "$(INTDIR)" @@ -2623,13 +2600,12 @@ DEP_CPP_MXEVE=\ SOURCE=.\LEGO1\mxeventpresenter.cpp DEP_CPP_MXEVEN=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxeventpresenter.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxeventpresenter.obj" : $(SOURCE) $(DEP_CPP_MXEVEN) "$(INTDIR)" @@ -2642,13 +2618,12 @@ DEP_CPP_MXEVEN=\ SOURCE=.\LEGO1\mxflcpresenter.cpp DEP_CPP_MXFLC=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxflcpresenter.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2662,14 +2637,13 @@ DEP_CPP_MXFLC=\ SOURCE=.\LEGO1\mxloopingflxpresenter.cpp DEP_CPP_MXLOO=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxflcpresenter.h"\ ".\LEGO1\mxloopingflxpresenter.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2683,14 +2657,13 @@ DEP_CPP_MXLOO=\ SOURCE=.\LEGO1\mxloopingsmkpresenter.cpp DEP_CPP_MXLOOP=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxloopingsmkpresenter.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ ".\LEGO1\mxsmkpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2704,12 +2677,11 @@ DEP_CPP_MXLOOP=\ SOURCE=.\LEGO1\mxmediapresenter.cpp DEP_CPP_MXMED=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxmediapresenter.obj" : $(SOURCE) $(DEP_CPP_MXMED) "$(INTDIR)" @@ -2722,14 +2694,13 @@ DEP_CPP_MXMED=\ SOURCE=.\LEGO1\mxmusicpresenter.cpp DEP_CPP_MXMUS=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\mxaudiopresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxmusicpresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxmusicpresenter.obj" : $(SOURCE) $(DEP_CPP_MXMUS) "$(INTDIR)" @@ -2742,9 +2713,9 @@ DEP_CPP_MXMUS=\ SOURCE=.\LEGO1\mxnotificationmanager.cpp DEP_CPP_MXNOT=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxnotificationmanager.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxnotificationmanager.obj" : $(SOURCE) $(DEP_CPP_MXNOT) "$(INTDIR)" @@ -2757,11 +2728,10 @@ DEP_CPP_MXNOT=\ SOURCE=.\LEGO1\mxpresenter.cpp DEP_CPP_MXPRE=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxpresenter.obj" : $(SOURCE) $(DEP_CPP_MXPRE) "$(INTDIR)" @@ -2774,13 +2744,12 @@ DEP_CPP_MXPRE=\ SOURCE=.\LEGO1\mxsmkpresenter.cpp DEP_CPP_MXSMK=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ ".\LEGO1\mxsmkpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2794,9 +2763,9 @@ DEP_CPP_MXSMK=\ SOURCE=.\LEGO1\mxsoundmanager.cpp DEP_CPP_MXSOU=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxsoundmanager.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxsoundmanager.obj" : $(SOURCE) $(DEP_CPP_MXSOU) "$(INTDIR)" @@ -2809,13 +2778,12 @@ DEP_CPP_MXSOU=\ SOURCE=.\LEGO1\mxstillpresenter.cpp DEP_CPP_MXSTI=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ ".\LEGO1\mxstillpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2830,11 +2798,11 @@ DEP_CPP_MXSTI=\ SOURCE=.\LEGO1\mxstreamer.cpp DEP_CPP_MXSTRE=\ ".\LEGO1\mxatomid.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxresult.h"\ ".\LEGO1\mxstreamcontroller.h"\ ".\LEGO1\mxstreamer.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxstreamer.obj" : $(SOURCE) $(DEP_CPP_MXSTRE) "$(INTDIR)" @@ -2847,9 +2815,9 @@ DEP_CPP_MXSTRE=\ SOURCE=.\LEGO1\mxtransitionmanager.cpp DEP_CPP_MXTRA=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxtransitionmanager.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxtransitionmanager.obj" : $(SOURCE) $(DEP_CPP_MXTRA) "$(INTDIR)" @@ -2862,12 +2830,11 @@ DEP_CPP_MXTRA=\ SOURCE=.\LEGO1\mxvideopresenter.cpp DEP_CPP_MXVIDEOP=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxvideopresenter.h"\ @@ -2881,14 +2848,13 @@ DEP_CPP_MXVIDEOP=\ SOURCE=.\LEGO1\mxwavepresenter.cpp DEP_CPP_MXWAV=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\mxaudiopresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ ".\LEGO1\mxsoundpresenter.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\mxwavepresenter.h"\ @@ -2905,9 +2871,9 @@ DEP_CPP_PIZZA=\ ".\LEGO1\isleactor.h"\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\pizza.h"\ @@ -2924,9 +2890,9 @@ DEP_CPP_PIZZE=\ ".\LEGO1\isleactor.h"\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\pizzeria.h"\ @@ -2941,8 +2907,8 @@ DEP_CPP_PIZZE=\ SOURCE=.\LEGO1\pizzeriastate.cpp DEP_CPP_PIZZER=\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\pizzeriastate.h"\ @@ -2958,9 +2924,9 @@ SOURCE=.\LEGO1\police.cpp DEP_CPP_POLIC=\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\police.h"\ @@ -2976,9 +2942,9 @@ SOURCE=.\LEGO1\policeentity.cpp DEP_CPP_POLICE=\ ".\LEGO1\buildingentity.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\policeentity.h"\ @@ -2993,8 +2959,8 @@ DEP_CPP_POLICE=\ SOURCE=.\LEGO1\policestate.cpp DEP_CPP_POLICES=\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\policestate.h"\ @@ -3012,9 +2978,9 @@ DEP_CPP_RACEC=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\racecar.h"\ @@ -3030,9 +2996,9 @@ SOURCE=.\LEGO1\racestandsentity.cpp DEP_CPP_RACES=\ ".\LEGO1\buildingentity.h"\ ".\LEGO1\legoentity.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\racestandsentity.h"\ @@ -3047,8 +3013,8 @@ DEP_CPP_RACES=\ SOURCE=.\LEGO1\racestate.cpp DEP_CPP_RACEST=\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\racestate.h"\ @@ -3062,8 +3028,8 @@ DEP_CPP_RACEST=\ SOURCE=.\LEGO1\radio.cpp DEP_CPP_RADIO=\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\radio.h"\ @@ -3078,8 +3044,8 @@ DEP_CPP_RADIO=\ SOURCE=.\LEGO1\radiostate.cpp DEP_CPP_RADIOS=\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\radiostate.h"\ @@ -3095,9 +3061,9 @@ SOURCE=.\LEGO1\registrationbook.cpp DEP_CPP_REGIS=\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\registrationbook.h"\ @@ -3113,9 +3079,9 @@ SOURCE=.\LEGO1\score.cpp DEP_CPP_SCORE=\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legoworld.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\score.h"\ @@ -3133,9 +3099,9 @@ DEP_CPP_SKATE=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\skateboard.h"\ @@ -3153,9 +3119,9 @@ DEP_CPP_TOWTR=\ ".\LEGO1\legoactor.h"\ ".\LEGO1\legoentity.h"\ ".\LEGO1\legopathactor.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\towtrack.h"\ @@ -3170,8 +3136,8 @@ DEP_CPP_TOWTR=\ SOURCE=.\LEGO1\towtrackmissionstate.cpp DEP_CPP_TOWTRA=\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ ".\LEGO1\towtrackmissionstate.h"\ @@ -3185,13 +3151,12 @@ DEP_CPP_TOWTRA=\ SOURCE=.\LEGO1\mxcompositemediapresenter.cpp DEP_CPP_MXCOM=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcompositemediapresenter.h"\ ".\LEGO1\mxcompositepresenter.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxcompositemediapresenter.obj" : $(SOURCE) $(DEP_CPP_MXCOM)\ @@ -3205,12 +3170,11 @@ DEP_CPP_MXCOM=\ SOURCE=.\LEGO1\mxcompositepresenter.cpp DEP_CPP_MXCOMP=\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcompositepresenter.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxcompositepresenter.obj" : $(SOURCE) $(DEP_CPP_MXCOMP) "$(INTDIR)" @@ -3224,8 +3188,8 @@ DEP_CPP_MXCOMP=\ SOURCE=.\LEGO1\legostate.cpp DEP_CPP_LEGOST=\ ".\LEGO1\legostate.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\legostate.obj" : $(SOURCE) $(DEP_CPP_LEGOST) "$(INTDIR)" @@ -3238,13 +3202,12 @@ DEP_CPP_LEGOST=\ SOURCE=.\LEGO1\mxaudiopresenter.cpp DEP_CPP_MXAUD=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\mxaudiopresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxaudiopresenter.obj" : $(SOURCE) $(DEP_CPP_MXAUD) "$(INTDIR)" @@ -3257,20 +3220,47 @@ DEP_CPP_MXAUD=\ SOURCE=.\LEGO1\mxsoundpresenter.cpp DEP_CPP_MXSOUN=\ - ".\LEGO1\legoinc.h"\ ".\LEGO1\mxaudiopresenter.h"\ - ".\LEGO1\mxbool.h"\ ".\LEGO1\mxcore.h"\ ".\LEGO1\mxcriticalsection.h"\ ".\LEGO1\mxmediapresenter.h"\ ".\LEGO1\mxpresenter.h"\ ".\LEGO1\mxsoundpresenter.h"\ + ".\LEGO1\mxtypes.h"\ "$(INTDIR)\mxsoundpresenter.obj" : $(SOURCE) $(DEP_CPP_MXSOUN) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\LEGO1\mxioinfo.cpp +DEP_CPP_MXIOI=\ + ".\LEGO1\mxioinfo.h"\ + + +"$(INTDIR)\mxioinfo.obj" : $(SOURCE) $(DEP_CPP_MXIOI) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\LEGO1\mxdssource.cpp +DEP_CPP_MXDSS=\ + ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxdssource.h"\ + ".\LEGO1\mxtypes.h"\ + + +"$(INTDIR)\mxdssource.obj" : $(SOURCE) $(DEP_CPP_MXDSS) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + # End Source File # End Target ################################################################################ @@ -3291,159 +3281,12 @@ DEP_CPP_MXSOUN=\ SOURCE=.\ISLE\define.cpp DEP_CPP_DEFIN=\ ".\ISLE\define.h"\ - ".\LEGO1\legoinc.h"\ "$(INTDIR)\define.obj" : $(SOURCE) $(DEP_CPP_DEFIN) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ISLE\isle.cpp -DEP_CPP_ISLE_=\ - ".\ISLE\define.h"\ - ".\ISLE\isle.h"\ - ".\ISLE\res\resource.h"\ - ".\LEGO1\isle.h"\ - ".\LEGO1\lego3dmanager.h"\ - ".\LEGO1\lego3dview.h"\ - ".\LEGO1\legoanimationmanager.h"\ - ".\LEGO1\legobuildingmanager.h"\ - ".\LEGO1\legoentity.h"\ - ".\LEGO1\legoentitypresenter.h"\ - ".\LEGO1\legogamestate.h"\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\legoinputmanager.h"\ - ".\LEGO1\legomodelpresenter.h"\ - ".\LEGO1\legonavcontroller.h"\ - ".\LEGO1\legoomni.h"\ - ".\LEGO1\legopartpresenter.h"\ - ".\LEGO1\legoplantmanager.h"\ - ".\LEGO1\legoroi.h"\ - ".\LEGO1\legovideomanager.h"\ - ".\LEGO1\legoworld.h"\ - ".\LEGO1\legoworldpresenter.h"\ - ".\LEGO1\mxatomid.h"\ - ".\LEGO1\mxbackgroundaudiomanager.h"\ - ".\LEGO1\mxbool.h"\ - ".\LEGO1\mxcompositepresenter.h"\ - ".\LEGO1\mxcore.h"\ - ".\LEGO1\mxcriticalsection.h"\ - ".\LEGO1\mxdirectdraw.h"\ - ".\LEGO1\mxdsaction.h"\ - ".\LEGO1\mxdsfile.h"\ - ".\LEGO1\mxdsobject.h"\ - ".\LEGO1\mxdssource.h"\ - ".\LEGO1\mxentity.h"\ - ".\LEGO1\mxeventmanager.h"\ - ".\LEGO1\mxmediapresenter.h"\ - ".\LEGO1\mxmusicmanager.h"\ - ".\LEGO1\mxnotificationmanager.h"\ - ".\LEGO1\mxobjectfactory.h"\ - ".\LEGO1\mxomni.h"\ - ".\LEGO1\mxomnicreateflags.h"\ - ".\LEGO1\mxomnicreateparam.h"\ - ".\LEGO1\mxomnicreateparambase.h"\ - ".\LEGO1\mxpalette.h"\ - ".\LEGO1\mxpresenter.h"\ - ".\LEGO1\mxrect32.h"\ - ".\LEGO1\mxresult.h"\ - ".\LEGO1\mxsoundmanager.h"\ - ".\LEGO1\mxstreamcontroller.h"\ - ".\LEGO1\mxstreamer.h"\ - ".\LEGO1\mxstring.h"\ - ".\LEGO1\mxticklemanager.h"\ - ".\LEGO1\mxtimer.h"\ - ".\LEGO1\mxtransitionmanager.h"\ - ".\LEGO1\mxunknown100dc6b0.h"\ - ".\LEGO1\mxvariabletable.h"\ - ".\LEGO1\mxvideomanager.h"\ - ".\LEGO1\mxvideoparam.h"\ - ".\LEGO1\mxvideoparamflags.h"\ - ".\LEGO1\mxvideopresenter.h"\ - ".\LEGO1\viewmanager.h"\ - - -"$(INTDIR)\isle.obj" : $(SOURCE) $(DEP_CPP_ISLE_) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\ISLE\main.cpp -DEP_CPP_MAIN_=\ - ".\ISLE\define.h"\ - ".\ISLE\isle.h"\ - ".\ISLE\res\resource.h"\ - ".\LEGO1\isle.h"\ - ".\LEGO1\lego3dmanager.h"\ - ".\LEGO1\lego3dview.h"\ - ".\LEGO1\legoanimationmanager.h"\ - ".\LEGO1\legobuildingmanager.h"\ - ".\LEGO1\legoentity.h"\ - ".\LEGO1\legoentitypresenter.h"\ - ".\LEGO1\legogamestate.h"\ - ".\LEGO1\legoinc.h"\ - ".\LEGO1\legoinputmanager.h"\ - ".\LEGO1\legomodelpresenter.h"\ - ".\LEGO1\legonavcontroller.h"\ - ".\LEGO1\legoomni.h"\ - ".\LEGO1\legopartpresenter.h"\ - ".\LEGO1\legoplantmanager.h"\ - ".\LEGO1\legoroi.h"\ - ".\LEGO1\legovideomanager.h"\ - ".\LEGO1\legoworld.h"\ - ".\LEGO1\legoworldpresenter.h"\ - ".\LEGO1\mxatomid.h"\ - ".\LEGO1\mxbackgroundaudiomanager.h"\ - ".\LEGO1\mxbool.h"\ - ".\LEGO1\mxcompositepresenter.h"\ - ".\LEGO1\mxcore.h"\ - ".\LEGO1\mxcriticalsection.h"\ - ".\LEGO1\mxdirectdraw.h"\ - ".\LEGO1\mxdsaction.h"\ - ".\LEGO1\mxdsfile.h"\ - ".\LEGO1\mxdsobject.h"\ - ".\LEGO1\mxdssource.h"\ - ".\LEGO1\mxentity.h"\ - ".\LEGO1\mxeventmanager.h"\ - ".\LEGO1\mxmediapresenter.h"\ - ".\LEGO1\mxmusicmanager.h"\ - ".\LEGO1\mxnotificationmanager.h"\ - ".\LEGO1\mxobjectfactory.h"\ - ".\LEGO1\mxomni.h"\ - ".\LEGO1\mxomnicreateflags.h"\ - ".\LEGO1\mxomnicreateparam.h"\ - ".\LEGO1\mxomnicreateparambase.h"\ - ".\LEGO1\mxpalette.h"\ - ".\LEGO1\mxpresenter.h"\ - ".\LEGO1\mxrect32.h"\ - ".\LEGO1\mxresult.h"\ - ".\LEGO1\mxsoundmanager.h"\ - ".\LEGO1\mxstreamcontroller.h"\ - ".\LEGO1\mxstreamer.h"\ - ".\LEGO1\mxstring.h"\ - ".\LEGO1\mxticklemanager.h"\ - ".\LEGO1\mxtimer.h"\ - ".\LEGO1\mxtransitionmanager.h"\ - ".\LEGO1\mxunknown100dc6b0.h"\ - ".\LEGO1\mxvariabletable.h"\ - ".\LEGO1\mxvideomanager.h"\ - ".\LEGO1\mxvideoparam.h"\ - ".\LEGO1\mxvideoparamflags.h"\ - ".\LEGO1\mxvideopresenter.h"\ - ".\LEGO1\viewmanager.h"\ - - -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - # End Source File ################################################################################ # Begin Source File @@ -3884,6 +3727,79 @@ SOURCE=.\LEGO1\mxvideoparamflags.h !ENDIF # End Project Dependency +################################################################################ +# Begin Source File + +SOURCE=.\ISLE\isleapp.cpp +DEP_CPP_ISLEAP=\ + ".\ISLE\define.h"\ + ".\ISLE\isleapp.h"\ + ".\ISLE\res\resource.h"\ + ".\LEGO1\isle.h"\ + ".\LEGO1\lego3dmanager.h"\ + ".\LEGO1\lego3dview.h"\ + ".\LEGO1\legoanimationmanager.h"\ + ".\LEGO1\legobuildingmanager.h"\ + ".\LEGO1\legoentity.h"\ + ".\LEGO1\legoentitypresenter.h"\ + ".\LEGO1\legogamestate.h"\ + ".\LEGO1\legoinputmanager.h"\ + ".\LEGO1\legomodelpresenter.h"\ + ".\LEGO1\legonavcontroller.h"\ + ".\LEGO1\legoomni.h"\ + ".\LEGO1\legopartpresenter.h"\ + ".\LEGO1\legoplantmanager.h"\ + ".\LEGO1\legoroi.h"\ + ".\LEGO1\legovideomanager.h"\ + ".\LEGO1\legoworld.h"\ + ".\LEGO1\legoworldpresenter.h"\ + ".\LEGO1\mxatomid.h"\ + ".\LEGO1\mxbackgroundaudiomanager.h"\ + ".\LEGO1\mxcompositepresenter.h"\ + ".\LEGO1\mxcore.h"\ + ".\LEGO1\mxcriticalsection.h"\ + ".\LEGO1\mxdirectdraw.h"\ + ".\LEGO1\mxdsaction.h"\ + ".\LEGO1\mxdsfile.h"\ + ".\LEGO1\mxdsobject.h"\ + ".\LEGO1\mxdssource.h"\ + ".\LEGO1\mxentity.h"\ + ".\LEGO1\mxeventmanager.h"\ + ".\LEGO1\mxioinfo.h"\ + ".\LEGO1\mxmediapresenter.h"\ + ".\LEGO1\mxmusicmanager.h"\ + ".\LEGO1\mxnotificationmanager.h"\ + ".\LEGO1\mxobjectfactory.h"\ + ".\LEGO1\mxomni.h"\ + ".\LEGO1\mxomnicreateflags.h"\ + ".\LEGO1\mxomnicreateparam.h"\ + ".\LEGO1\mxomnicreateparambase.h"\ + ".\LEGO1\mxpalette.h"\ + ".\LEGO1\mxpresenter.h"\ + ".\LEGO1\mxrect32.h"\ + ".\LEGO1\mxresult.h"\ + ".\LEGO1\mxsoundmanager.h"\ + ".\LEGO1\mxstreamcontroller.h"\ + ".\LEGO1\mxstreamer.h"\ + ".\LEGO1\mxstring.h"\ + ".\LEGO1\mxticklemanager.h"\ + ".\LEGO1\mxtimer.h"\ + ".\LEGO1\mxtransitionmanager.h"\ + ".\LEGO1\mxtypes.h"\ + ".\LEGO1\mxunknown100dc6b0.h"\ + ".\LEGO1\mxvariabletable.h"\ + ".\LEGO1\mxvideomanager.h"\ + ".\LEGO1\mxvideoparam.h"\ + ".\LEGO1\mxvideoparamflags.h"\ + ".\LEGO1\mxvideopresenter.h"\ + ".\LEGO1\viewmanager.h"\ + + +"$(INTDIR)\isleapp.obj" : $(SOURCE) $(DEP_CPP_ISLEAP) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File # End Target # End Project ################################################################################ diff --git a/isle.mdp b/isle.mdp index f3e8b52f76887c4df6d5fe16a6d92cd852ce4265..03f8c1a7c838b4f291f69844abee27e98a950e56 100644 GIT binary patch literal 74240 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 literal 80896 zcmeHQXPX?yajp@GBQAgd4v7(jC`)qE89|iA9B=>x2qIuWHXTm3XLsjrhqtq{o}C2_ zbdYn7lC#1m{SbcFpYR8N@Z&#WSNBY(nV#P5K7f3Lt9u@SC*ZA`?zgLBRaf7*d+q!a z@Fe^Y;4?r!2abXNqn`uKz<(X++EeAf3qKD(fS2JJU|c-S|0Grp4g;16@8g40d#dS^ z@RY>_=&y(YVt^PR28aP-fEXYKhyh}N7$63S0b<~BWZ>-;cxCDMS@;;v!tlSJT)K5( zE8838`6M0hY>)OPMKVpsWm0VPCzF>~Ufz6d>voZUnDoo(*7fNq*-ZL*HrYz?*Q

N5R5sfiq|@DLStN1R&&Oqvk4F2c$^H0V@(>6a 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