[MOAB-dev] r1775 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Apr 23 11:34:37 CDT 2008


Author: kraftche
Date: 2008-04-23 11:34:37 -0500 (Wed, 23 Apr 2008)
New Revision: 1775

Removed:
   MOAB/trunk/MB.dsp
   MOAB/trunk/MBStatic.dsp
   MOAB/trunk/MBTest.dsp
   MOAB/trunk/MBUtil.dsp
Log:
remove old .dsp files

Deleted: MOAB/trunk/MB.dsp
===================================================================
--- MOAB/trunk/MB.dsp	2008-04-23 14:15:53 UTC (rev 1774)
+++ MOAB/trunk/MB.dsp	2008-04-23 16:34:37 UTC (rev 1775)
@@ -1,314 +0,0 @@
-# Microsoft Developer Studio Project File - Name="MB" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=MB - 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 "MB.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 "MB.mak" CFG="MB - Win32 Release"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "MB - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "MB - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "MB - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "MB___Win32_Release"
-# PROP BASE Intermediate_Dir "MB___Win32_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" /D "_MBCS" /D "_USRDLL" /D "MB_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "%CUBITROOT%\exodus\exodus3.07\include" /I "%CUBITROOT%\netcdf\netcdf-3.4\include" /I "$(CUBITROOT)\exodus\exodus3.07\include" /I "$(CUBITROOT)\netcdf\netcdf-3.4\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MB_EXPORTS" /D "IS_BUILDING_MB" /D "NETCDF_FILE" /YX /FD /c
-# SUBTRACT CPP /Fr
-# 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 odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 libexoIIv2c.lib netcdfs.lib /nologo /dll /machine:I386 /out:"components/MB.dll" /libpath:"$(CUBITROOT)\exodus\exodus3.07\lib\NT" /libpath:"$(CUBITROOT)\netcdf\netcdf-3.4\lib"
-
-!ELSEIF  "$(CFG)" == "MB - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "MB___Win32_Debug"
-# PROP BASE Intermediate_Dir "MB___Win32_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" /D "_MBCS" /D "_USRDLL" /D "MB_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "$(CUBITROOT)\exodus\exodus3.07\include" /I "$(CUBITROOT)\netcdf\netcdf-3.4\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MB_EXPORTS" /D "IS_BUILDING_MB" /D "NETCDF_FILE" /YX /FD /GZ /c
-# SUBTRACT CPP /Fr
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /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 odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 libexoIIv2c_db.lib netcdfsd.lib /nologo /dll /debug /machine:I386 /out:"components/MBd.dll" /pdbtype:sept /libpath:"$(CUBITROOT)\exodus\exodus3.07\lib\NT" /libpath:"$(CUBITROOT)\netcdf\netcdf-3.4\lib"
-# SUBTRACT LINK32 /profile
-
-!ENDIF 
-
-# Begin Target
-
-# Name "MB - Win32 Release"
-# Name "MB - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\AEntityFactory.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\DenseTagCollections.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\EntitySequence.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\EntitySequenceManager.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExoIIUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\GeomTopoTool.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HigherOrderFactory.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HomXform.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBBits.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBCN.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBCore.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBFactory.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBMeshSet.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBRange.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBReadUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBSkinner.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBWriteUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadNCDF.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadVtk.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScdElementSeq.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScdVertexSeq.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\SparseTagCollections.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TagServer.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tqdcfr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\WriteNCDF.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\AEntityFactory.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\DenseTagCollections.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\EntitySequence.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\EntitySequenceManager.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExoIIUtil.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\GeomTopoTool.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HigherOrderFactory.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HomXform.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBBits.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBCN.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBCore.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBInterface.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBInternals.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBMeshSet.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBRange.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBReadUtil.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBSkinner.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBUtil.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadNCDF.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadVtk.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScdElementSeq.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScdVertexSeq.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\SparseTagCollections.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TagServer.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tqdcfr.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\WriteNCDF.hpp
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project

Deleted: MOAB/trunk/MBStatic.dsp
===================================================================
--- MOAB/trunk/MBStatic.dsp	2008-04-23 14:15:53 UTC (rev 1774)
+++ MOAB/trunk/MBStatic.dsp	2008-04-23 16:34:37 UTC (rev 1775)
@@ -1,366 +0,0 @@
-# Microsoft Developer Studio Project File - Name="MBStatic" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=MBStatic - Win32 Debug
-!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 "MBStatic.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 "MBStatic.mak" CFG="MBStatic - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "MBStatic - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "MBStatic - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "MBStatic - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Static_Release"
-# PROP BASE Intermediate_Dir "Static_Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Static_Release"
-# PROP Intermediate_Dir "Static_Release"
-# PROP Target_Dir ""
-F90=df.exe
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "$(CUBITROOT)\exodus\exodus3.07\include" /I "$(CUBITROOT)\netcdf\netcdf-3.4.snl\include" /D "NDEBUG" /D "IS_BUILDING_MDB" /D "IS_BUILDING_MB" /D "WIN32" /D "_MBCS" /D "_LIB" /D STRSTREAM_H_SPEC=<strstream> /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF  "$(CFG)" == "MBStatic - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "MBStatic___Win32_Debug"
-# PROP BASE Intermediate_Dir "MBStatic___Win32_Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Static_Debug"
-# PROP Intermediate_Dir "Static_Debug"
-# PROP Target_Dir ""
-F90=df.exe
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "$(CUBITROOT)\exodus\exodus3.07\include" /I "$(CUBITROOT)\netcdf\netcdf-3.4.snl\include" /D "_DEBUG" /D "IS_BUILDING_MB" /D "WIN32" /D "_MBCS" /D "_LIB" /D STRSTREAM_H_SPEC=<strstream> /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF 
-
-# Begin Target
-
-# Name "MBStatic - Win32 Release"
-# Name "MBStatic - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\AEntityFactory.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\DenseTagCollections.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\DualTool.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\EntitySequence.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\EntitySequenceManager.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExoIIUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\GeomTopoTool.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HigherOrderFactory.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HomXform.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBBits.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBCN.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBCore.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBFactory.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBMem.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBMeshSet.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBRange.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBReadUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBSkinner.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBWriteUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MeshTopoUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\PolyEntitySequence.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadNCDF.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadVtk.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScdElementSeq.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScdVertexSeq.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\SparseTagCollections.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TagServer.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tqdcfr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\WriteGMV.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\WriteNCDF.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\WriteSLAC.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\AEntityFactory.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\DenseTagCollections.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\DualTool.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\EntitySequence.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\EntitySequenceManager.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExoIIUtil.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\GeomTopoTool.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HigherOrderFactory.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HomXform.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBBits.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBCN.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBCore.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBError.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBInterface.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBInternals.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBMem.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBMeshSet.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBRange.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBReadUtil.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBReadUtilIface.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBSkinner.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBUtil.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBWriteUtil.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MBWriteUtilIface.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MeshTopoUtil.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\PolyEntitySequence.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadNCDF.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadVtk.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScdElementSeq.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScdVertexSeq.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\SparseTagCollections.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TagServer.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Tqdcfr.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\WriteGMV.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\WriteNCDF.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\WriteSLAC.hpp
-# End Source File
-# End Group
-# End Target
-# End Project

Deleted: MOAB/trunk/MBTest.dsp
===================================================================
--- MOAB/trunk/MBTest.dsp	2008-04-23 14:15:53 UTC (rev 1774)
+++ MOAB/trunk/MBTest.dsp	2008-04-23 16:34:37 UTC (rev 1775)
@@ -1,104 +0,0 @@
-# Microsoft Developer Studio Project File - Name="MdbTest" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=MDBTEST - WIN32 DEBUG
-!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 "MdbTest.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 "MdbTest.mak" CFG="MDBTEST - WIN32 DEBUG"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "MdbTest - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "MdbTest - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "MdbTest - 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 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# SUBTRACT CPP /Fr
-# 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 odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 netcdfs.lib libexoIIv2c.lib /nologo /subsystem:console /machine:I386 /out:"MdbTest.exe" /libpath:"$(CUBITROOT)/netcdf/netcdf-3.4/lib" /libpath:"$(CUBITROOT)\exodus\exodus3.07\lib\NT"
-
-!ELSEIF  "$(CFG)" == "MdbTest - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "MdbTest___Win32_Debug"
-# PROP BASE Intermediate_Dir "MdbTest___Win32_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 /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# SUBTRACT CPP /Fr
-# 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 odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 netcdfsd.lib libexoIIv2c_db.lib /nologo /subsystem:console /debug /machine:I386 /out:"MdbTestd.exe" /pdbtype:sept /libpath:"$(CUBITROOT)/netcdf/netcdf-3.4/lib" /libpath:"$(CUBITROOT)\exodus\exodus3.07\lib\NT"
-
-!ENDIF 
-
-# Begin Target
-
-# Name "MdbTest - Win32 Release"
-# Name "MdbTest - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\MDBTest.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project

Deleted: MOAB/trunk/MBUtil.dsp
===================================================================
--- MOAB/trunk/MBUtil.dsp	2008-04-23 14:15:53 UTC (rev 1774)
+++ MOAB/trunk/MBUtil.dsp	2008-04-23 16:34:37 UTC (rev 1775)
@@ -1,122 +0,0 @@
-# Microsoft Developer Studio Project File - Name="MDBUtil" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=MDBUtil - Win32 Debug
-!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 "MDBUtil.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 "MDBUtil.mak" CFG="MDBUtil - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "MDBUtil - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "MDBUtil - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "MDBUtil - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "MDBUtil___Win32_Release"
-# PROP BASE Intermediate_Dir "MDBUtil___Win32_Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-F90=df.exe
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "IS_BUILDING_MDB" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF  "$(CFG)" == "MDBUtil - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "MDBUtil___Win32_Debug"
-# PROP BASE Intermediate_Dir "MDBUtil___Win32_Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-F90=df.exe
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "IS_BUILDING_MDB" /D "MDB_EXPORT" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF 
-
-# Begin Target
-
-# Name "MDBUtil - Win32 Release"
-# Name "MDBUtil - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\MDBDefines.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MDBRange.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MDBSkinner.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MDBUtil.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MOABCN.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\MDBRange.hpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MDBUtil.hpp
-# End Source File
-# End Group
-# End Target
-# End Project




More information about the moab-dev mailing list