From Eric Hammil, addition of /Zm200's to keep things compiling under VS6

This commit is contained in:
Robert Osfield
2004-02-05 21:23:09 +00:00
parent 345298badd
commit bff1e6d76d
34 changed files with 342 additions and 2492 deletions

View File

@@ -42,8 +42,9 @@ RSC=rc.exe
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /Zm200 /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "NDEBUG"
@@ -69,8 +70,9 @@ LINK32=link.exe
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /vmg /vd0 /GR /GX /Zi /Od /I "../../../include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /vmg /vd0 /GR /GX /Zi /Od /I "../../../include" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /YX /FD /GZ /Zm200 /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "_DEBUG"
@@ -110,10 +112,26 @@ SOURCE=..\..\..\src\osgPlugins\lwo\Object.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\old_lw.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\old_Lwo2.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\old_Lwo2Layer.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\Polygon.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\ReaderWriterLWO.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\Surface.cpp
# End Source File
# Begin Source File
@@ -128,24 +146,6 @@ SOURCE=..\..\..\src\osgPlugins\lwo\Unit.cpp
SOURCE=..\..\..\src\osgPlugins\lwo\VertexMap.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\ReaderWriterLWO.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\old_lw.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\old_Lwo2.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\lwo\old_Lwo2Layer.cpp
# End Source File
# End Group
# Begin Group "Header Files"
@@ -192,6 +192,18 @@ SOURCE=..\..\..\Src\osgPlugins\lwo\Object.h
# End Source File
# Begin Source File
SOURCE=..\..\..\Src\osgPlugins\lwo\old_lw.h
# End Source File
# Begin Source File
SOURCE=..\..\..\Src\osgPlugins\lwo\old_Lwo2.h
# End Source File
# Begin Source File
SOURCE=..\..\..\Src\osgPlugins\lwo\old_Lwo2Layer.h
# End Source File
# Begin Source File
SOURCE=..\..\..\Src\osgPlugins\lwo\Polygon.h
# End Source File
# Begin Source File
@@ -210,20 +222,6 @@ SOURCE=..\..\..\Src\osgPlugins\lwo\Unit.h
SOURCE=..\..\..\Src\osgPlugins\lwo\VertexMap.h
# End Source File
# Begin Source File
SOURCE=..\..\..\Src\osgPlugins\lwo\old_lw.h
# End Source File
# Begin Source File
SOURCE=..\..\..\Src\osgPlugins\lwo\old_Lwo2Layer.h
# End Source File
# Begin Source File
SOURCE=..\..\..\Src\osgPlugins\lwo\old_Lwo2.h
# End Source File
# End Group
# End Target
# Begin Group "Header Files No. 1"

View File

@@ -42,6 +42,7 @@ RSC=rc.exe
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /I "../../../src/osgPlugins/txp" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSGTXP_LIBRARY" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
@@ -69,8 +70,9 @@ LINK32=link.exe
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
F90=df.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /vmg /vd0 /GR /GX /Zi /Od /I "../../../include" /I "../../../src/osgPlugins/txp" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D __COMP_DLL=7931 /D "WIN32" /D "_DEBUG" /D "OSGTXP_LIBRARY" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /vmg /vd0 /GR /GX /Zi /Od /I "../../../include" /I "../../../src/osgPlugins/txp" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D __COMP_DLL=7931 /D "WIN32" /D "_DEBUG" /D "OSGTXP_LIBRARY" /YX /FD /GZ /Zm200 /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x41a /d "_DEBUG"
@@ -98,34 +100,6 @@ SOURCE=..\..\..\src\osgPlugins\txp\ReaderWriterTXP.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPArchive.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPIO.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPNode.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPPagedLOD.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPPageManager.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPParser.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPSeamLOD.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TileMapper.cpp
# End Source File
# Begin Source File
@@ -154,6 +128,10 @@ SOURCE=..\..\..\src\osgPlugins\txp\trpage_light.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\trpage_main.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\trpage_managers.cpp
# End Source File
# Begin Source File
@@ -162,10 +140,6 @@ SOURCE=..\..\..\src\osgPlugins\txp\trpage_material.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\trpage_main.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\trpage_model.cpp
# End Source File
# Begin Source File
@@ -216,6 +190,34 @@ SOURCE=..\..\..\src\osgPlugins\txp\trpage_warchive.cpp
SOURCE=..\..\..\src\osgPlugins\txp\trpage_writebuf.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPArchive.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPIO.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPNode.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPPagedLOD.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPPageManager.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPParser.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPSeamLOD.cpp
# End Source File
# End Group
# Begin Group "Header Files"
@@ -226,30 +228,6 @@ SOURCE=..\..\..\src\osgPlugins\txp\ReaderWriterTXP.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPArchive.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPNode.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPPagedLOD.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPPageManager.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPParser.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPSeamLOD.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TileMapper.h
# End Source File
# Begin Source File
@@ -304,6 +282,30 @@ SOURCE=..\..\..\src\osgPlugins\txp\trpage_util.h
SOURCE=..\..\..\src\osgPlugins\txp\trpage_write.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPArchive.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPNode.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPPagedLOD.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPPageManager.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPParser.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\txp\TXPSeamLOD.h
# End Source File
# End Group
# Begin Group "Resource Files"