| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902 |
- # Microsoft Developer Studio Project File - Name="max2w3d" - Package Owner=<4>
- # Microsoft Developer Studio Generated Build File, Format Version 6.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
- CFG=max2w3d - Win32 Release
- !MESSAGE This is not a valid makefile. To build this project using NMAKE,
- !MESSAGE use the Export Makefile command and run
- !MESSAGE
- !MESSAGE NMAKE /f "max2w3d.mak".
- !MESSAGE
- !MESSAGE You can specify a configuration when running NMAKE
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "max2w3d.mak" CFG="max2w3d - Win32 Release"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "max2w3d - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "max2w3d - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "max2w3d - Win32 Hybrid" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "max2w3d - Win32 Max4Release" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "max2w3d - Win32 GMax Hybrid" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "max2w3d - Win32 GMax Release" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "max2w3d - Win32 mainMax4Hybrid" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE
- # Begin Project
- # PROP AllowPerConfigDependencies 0
- # PROP Scc_ProjName ""$/Commando/Code/Tools/max2w3d", SSJAAAAA"
- # PROP Scc_LocalPath "."
- CPP=cl.exe
- MTL=midl.exe
- RSC=rc.exe
- !IF "$(CFG)" == "max2w3d - Win32 Release"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir ".\Release"
- # PROP Intermediate_Dir ".\Release"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\Pluglib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
- # ADD LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release\Max2w3d.dle" /libpath:"..\Pluglib\Release"
- # SUBTRACT LINK32 /debug
- !ELSEIF "$(CFG)" == "max2w3d - Win32 Debug"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir ".\Debug"
- # PROP Intermediate_Dir ".\Debug"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\Pluglib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
- # ADD LINK32 winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib pluglibd.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug\Max2w3d.dle" /libpath:"..\Pluglib\Debug"
- !ELSEIF "$(CFG)" == "max2w3d - Win32 Hybrid"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Hybrid"
- # PROP BASE Intermediate_Dir "Hybrid"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir ".\Hybrid"
- # PROP Intermediate_Dir ".\Hybrid"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MD /W3 /GX /Z7 /O2 /I "..\pluglib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /FD /c
- # ADD CPP /nologo /MD /W3 /GX /Z7 /Od /I "..\Pluglib" /D "WIN32" /D "_WINDOWS" /U "_UNICODE _MBCS" /FR /YX /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comctl32.lib core.lib geom.lib mesh.lib util.lib bmm.lib pluglib.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Hybrid/max2w3d.dle" /libpath:"..\pluglib\lib"
- # ADD LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Hybrid\Max2w3d.dle" /libpath:"..\Pluglib\Hybrid"
- # SUBTRACT LINK32 /pdb:none
- !ELSEIF "$(CFG)" == "max2w3d - Win32 Max4Release"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Max4Release"
- # PROP BASE Intermediate_Dir "Max4Release"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Max4 Release"
- # PROP Intermediate_Dir "Max4 Release"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\Pluglib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /FD /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\Pluglib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "W3D_MAX4" /FR /YX /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Run\Max2w3d.dle" /libpath:"..\Pluglib\Release"
- # SUBTRACT BASE LINK32 /debug
- # ADD LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Run\Max2w3d.dle" /libpath:"..\Pluglib\Max4_Release"
- # SUBTRACT LINK32 /debug
- !ELSEIF "$(CFG)" == "max2w3d - Win32 GMax Hybrid"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "GMax_Hybrid"
- # PROP BASE Intermediate_Dir "GMax_Hybrid"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "GMax_Hybrid"
- # PROP Intermediate_Dir "GMax_Hybrid"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MD /W3 /GX /Z7 /Od /I "..\Pluglib" /D "WIN32" /D "_WINDOWS" /D "W3D_MAX4" /U "_UNICODE _MBCS" /FR /YX /FD /c
- # ADD CPP /nologo /MD /W3 /GX /ZI /Od /I "..\Pluglib" /I "..\wwmaxmath" /I "..\..\wwdebug" /D "WIN32" /D "_WINDOWS" /D "W3D_MAX4" /D "W3D_GMAXDEV" /U "_UNICODE _MBCS" /FR /YX /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG" /d "W3D_GMAXDEV"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"GMax_Hybrid\Max2w3d.dle" /libpath:"..\Pluglib\Hybrid"
- # SUBTRACT BASE LINK32 /pdb:none
- # ADD LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /incremental:yes /debug /machine:I386 /out:"GMax_Hybrid\GMax2w3d.dle" /libpath:"..\Pluglib\GMax_Hybrid"
- # SUBTRACT LINK32 /pdb:none
- !ELSEIF "$(CFG)" == "max2w3d - Win32 GMax Release"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "GMax_Release"
- # PROP BASE Intermediate_Dir "GMax_Release"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "GMax_Release"
- # PROP Intermediate_Dir "GMax_Release"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MD /W3 /GX /ZI /Od /I "..\Pluglib" /D "WIN32" /D "_WINDOWS" /D "W3D_MAX4" /D "W3D_GMAXDEV" /U "_UNICODE _MBCS" /FR /YX /FD /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /Ob2 /I "..\Pluglib" /D "WIN32" /D "_WINDOWS" /D "W3D_MAX4" /D "W3D_GMAXDEV" /U "_UNICODE _MBCS" /FR /YX /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "W3D_GMAXDEV"
- # ADD RSC /l 0x409 /d "NDEBUG" /d "W3D_GMAXDEV"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /incremental:yes /debug /machine:I386 /out:"GMax_Release\GMax2w3d.dle" /libpath:"..\Pluglib\GMaxHybrid"
- # SUBTRACT BASE LINK32 /pdb:none
- # ADD LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /machine:I386 /out:"GMax_Release\GMax2w3d.dle" /libpath:"..\Pluglib\GMax_Release" /RELEASE
- # SUBTRACT LINK32 /pdb:none
- !ELSEIF "$(CFG)" == "max2w3d - Win32 mainMax4Hybrid"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "mainMax4Hybrid"
- # PROP BASE Intermediate_Dir "mainMax4Hybrid"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "mainMax4Hybrid"
- # PROP Intermediate_Dir "mainMax4Hybrid"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MD /W3 /GX /Z7 /Od /I "..\Pluglib" /D "WIN32" /D "_WINDOWS" /U "_UNICODE _MBCS" /FR /YX /FD /c
- # ADD CPP /nologo /MD /W3 /GX /ZI /Od /I "..\Pluglib" /D "WIN32" /D "_WINDOWS" /D "W3D_MAX4" /U "_UNICODE _MBCS" /FR /YX /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Run\Max2w3d.dle" /libpath:"..\Pluglib\Hybrid"
- # SUBTRACT BASE LINK32 /pdb:none
- # ADD LINK32 pluglib.lib mesh.lib maxutil.lib maxscrpt.lib bmm.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib core.lib geom.lib paramblk2.lib /nologo /subsystem:windows /dll /incremental:yes /debug /machine:I386 /out:"mainMax4Hybrid/Max2w3d.dle" /libpath:"..\Pluglib\Max4_Hybrid"
- # SUBTRACT LINK32 /pdb:none
- !ENDIF
- # Begin Target
- # Name "max2w3d - Win32 Release"
- # Name "max2w3d - Win32 Debug"
- # Name "max2w3d - Win32 Hybrid"
- # Name "max2w3d - Win32 Max4Release"
- # Name "max2w3d - Win32 GMax Hybrid"
- # Name "max2w3d - Win32 GMax Release"
- # Name "max2w3d - Win32 mainMax4Hybrid"
- # Begin Group "Source Files"
- # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
- # Begin Source File
- SOURCE=.\aabtreebuilder.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\AlphaModifier.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\animationcompressionsettings.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\bchannel.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\boneicon.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\bpick.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\colboxsave.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\dazzlesave.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\dllmain.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\exportlog.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\floaterdialog.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\FormClass.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\FPMatNav.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\gamemaps.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtl.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlForm.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlPassDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlShaderDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlTextureDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlVertexMaterialDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\genlodextensiondialog.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\genmtlnamesdialog.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\gennamesdialog.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\geometryexporttask.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\GMaxMtlDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\gridsnapmodifier.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\hiersave.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\hlodsave.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\logdlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\maxworldinfo.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\meshbuild.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\meshcon.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\meshsave.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\motion.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\namedsel.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\nullsave.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\PCToPS2Material.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\presetexportoptionsdialog.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\PS2GameMtl.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\PS2GameMtlShaderDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\rcmenu.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\simpdib.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\skin.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\skindata.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\SnapPoints.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\util.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\vchannel.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\vxl.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\vxldbg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\vxllayer.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\w3dappdata.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\w3ddesc.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\w3ddlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\w3dexp.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\w3dmtl.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\w3dutil.cpp
- # End Source File
- # End Group
- # Begin Group "Header Files"
- # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
- # Begin Source File
- SOURCE=.\aabtreebuilder.h
- # End Source File
- # Begin Source File
- SOURCE=.\AlphaModifier.h
- # End Source File
- # Begin Source File
- SOURCE=.\animationcompressionsettings.h
- # End Source File
- # Begin Source File
- SOURCE=.\bchannel.h
- # End Source File
- # Begin Source File
- SOURCE=.\boneicon.h
- # End Source File
- # Begin Source File
- SOURCE=.\bpick.h
- # End Source File
- # Begin Source File
- SOURCE=.\colboxsave.h
- # End Source File
- # Begin Source File
- SOURCE=.\dazzlesave.h
- # End Source File
- # Begin Source File
- SOURCE=.\dllmain.h
- # End Source File
- # Begin Source File
- SOURCE=.\exportlog.h
- # End Source File
- # Begin Source File
- SOURCE=.\floaterdialog.h
- # End Source File
- # Begin Source File
- SOURCE=.\FormClass.h
- # End Source File
- # Begin Source File
- SOURCE=.\FPMatNav.h
- # End Source File
- # Begin Source File
- SOURCE=.\gamemaps.h
- # End Source File
- # Begin Source File
- SOURCE=.\gamemtl.h
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlForm.h
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlPassDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlShaderDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlTextureDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\GameMtlVertexMaterialDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\genlodextensiondialog.h
- # End Source File
- # Begin Source File
- SOURCE=.\genmtlnamesdialog.h
- # End Source File
- # Begin Source File
- SOURCE=.\gennamesdialog.h
- # End Source File
- # Begin Source File
- SOURCE=.\geometryexportcontext.h
- # End Source File
- # Begin Source File
- SOURCE=.\geometryexporttask.h
- # End Source File
- # Begin Source File
- SOURCE=.\GMaxMtlDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\gridsnapmodifier.h
- # End Source File
- # Begin Source File
- SOURCE=.\hiersave.h
- # End Source File
- # Begin Source File
- SOURCE=.\hlodsave.h
- # End Source File
- # Begin Source File
- SOURCE=.\logdlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\maxworldinfo.h
- # End Source File
- # Begin Source File
- SOURCE=.\meshbuild.h
- # End Source File
- # Begin Source File
- SOURCE=.\meshcon.h
- # End Source File
- # Begin Source File
- SOURCE=.\meshsave.h
- # End Source File
- # Begin Source File
- SOURCE=.\motion.h
- # End Source File
- # Begin Source File
- SOURCE=.\namedsel.h
- # End Source File
- # Begin Source File
- SOURCE=.\nullsave.h
- # End Source File
- # Begin Source File
- SOURCE=.\presetexportoptionsdialog.h
- # End Source File
- # Begin Source File
- SOURCE=.\PS2GameMtlShaderDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\rcmenu.h
- # End Source File
- # Begin Source File
- SOURCE=..\pluglib\realcrc.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\simpdib.h
- # End Source File
- # Begin Source File
- SOURCE=.\skin.h
- # End Source File
- # Begin Source File
- SOURCE=.\skindata.h
- # End Source File
- # Begin Source File
- SOURCE=.\SnapPoints.h
- # End Source File
- # Begin Source File
- SOURCE=.\util.h
- # End Source File
- # Begin Source File
- SOURCE=.\vchannel.h
- # End Source File
- # Begin Source File
- SOURCE=.\vxl.h
- # End Source File
- # Begin Source File
- SOURCE=.\vxldbg.h
- # End Source File
- # Begin Source File
- SOURCE=.\vxllayer.h
- # End Source File
- # Begin Source File
- SOURCE=.\w3d_file.h
- # End Source File
- # Begin Source File
- SOURCE=.\w3d_obsolete.h
- # End Source File
- # Begin Source File
- SOURCE=.\w3dappdata.h
- # End Source File
- # Begin Source File
- SOURCE=.\w3ddesc.h
- # End Source File
- # Begin Source File
- SOURCE=.\w3ddlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\w3dexp.h
- # End Source File
- # Begin Source File
- SOURCE=.\w3dmtl.h
- # End Source File
- # Begin Source File
- SOURCE=.\w3dutil.h
- # End Source File
- # End Group
- # Begin Group "Resource Files"
- # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
- # Begin Source File
- SOURCE=.\Res\assign.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\bitmap1.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\browse.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\Delete.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\DISK12.ICO
- # End Source File
- # Begin Source File
- SOURCE=.\Res\get.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\havoc.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\havoc.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\material_ed.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\max2w3d.def
- # End Source File
- # Begin Source File
- SOURCE=.\max2w3d.rc
- # End Source File
- # Begin Source File
- SOURCE=.\Res\newmtl.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\nextsibling.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\one.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\orig.ico
- # End Source File
- # Begin Source File
- SOURCE=.\Res\orig1.ico
- # End Source File
- # Begin Source File
- SOURCE=.\Res\Picker.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\prevsibling.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\prevsibling.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\RenX.ico
- # End Source File
- # Begin Source File
- SOURCE=.\resource.h
- # End Source File
- # Begin Source File
- SOURCE=.\Res\small_banner.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\small_banner.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\small_havoc.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\small_havoc.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\two.bmp
- # End Source File
- # Begin Source File
- SOURCE=.\Res\w3d.ico
- # End Source File
- # Begin Source File
- SOURCE=.\Res\ww3d.bmp
- # End Source File
- # End Group
- # Begin Group "MAXScript Extensions"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=.\AppData.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\ExportAll.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\ExportAllDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\ExportAllDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\InputDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\InputDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\SceneSetup.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\SceneSetupDlg.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\SceneSetupDlg.h
- # End Source File
- # Begin Source File
- SOURCE=.\SkinCopy.cpp
- # End Source File
- # Begin Source File
- SOURCE=.\Utility.cpp
- # End Source File
- # End Group
- # Begin Group "MAXScripts"
- # PROP Default_Filter ""
- # Begin Source File
- SOURCE=.\Export.ms
- # End Source File
- # Begin Source File
- SOURCE=.\ResetAndCollapse.ms
- # End Source File
- # Begin Source File
- SOURCE=.\SceneSetup.ms
- # End Source File
- # End Group
- # Begin Source File
- SOURCE=.\changes.txt
- # End Source File
- # End Target
- # End Project
|