OpenSceneGraph/VisualStudio/osgPlugins/pic/pic.dsp

219 lines
4.0 KiB
Plaintext
Raw Normal View History

2001-01-11 00:32:10 +08:00
# Microsoft Developer Studio Project File - Name="pic" - Package Owner=<4>
2001-01-11 00:32:10 +08:00
# Microsoft Developer Studio Generated Build File, Format Version 6.00
2001-01-11 00:32:10 +08:00
# ** DO NOT EDIT **
2001-01-11 00:32:10 +08:00
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
2001-01-11 00:32:10 +08:00
CFG=pic - Win32 Debug
2001-01-11 00:32:10 +08:00
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
2001-01-11 00:32:10 +08:00
!MESSAGE use the Export Makefile command and run
2001-01-11 00:32:10 +08:00
!MESSAGE
2001-01-11 00:32:10 +08:00
!MESSAGE NMAKE /f "pic.mak".
2001-01-11 00:32:10 +08:00
!MESSAGE
2001-01-11 00:32:10 +08:00
!MESSAGE You can specify a configuration when running NMAKE
2001-01-11 00:32:10 +08:00
!MESSAGE by defining the macro CFG on the command line. For example:
2001-01-11 00:32:10 +08:00
!MESSAGE
!MESSAGE NMAKE /f "pic.mak" CFG="osgPlugin pic - Win32 Debug"
2001-01-11 00:32:10 +08:00
!MESSAGE
2001-01-11 00:32:10 +08:00
!MESSAGE Possible choices for configuration are:
2001-01-11 00:32:10 +08:00
!MESSAGE
!MESSAGE "osgPlugin pic - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "osgPlugin pic - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
2001-01-11 00:32:10 +08:00
!MESSAGE
2001-01-11 00:32:10 +08:00
# Begin Project
2001-01-11 00:32:10 +08:00
# PROP AllowPerConfigDependencies 0
2001-01-11 00:32:10 +08:00
# PROP Scc_ProjName ""
2001-01-11 00:32:10 +08:00
# PROP Scc_LocalPath ""
2001-01-11 00:32:10 +08:00
CPP=cl.exe
2001-01-11 00:32:10 +08:00
MTL=midl.exe
2001-01-11 00:32:10 +08:00
RSC=rc.exe
!IF "$(CFG)" == "osgPlugin pic - Win32 Release"
2001-01-11 00:32:10 +08:00
2001-01-11 00:32:10 +08:00
# PROP BASE Use_MFC 0
2001-01-11 00:32:10 +08:00
# PROP BASE Use_Debug_Libraries 0
2001-01-11 00:32:10 +08:00
# PROP BASE Output_Dir "Release"
2001-01-11 00:32:10 +08:00
# PROP BASE Intermediate_Dir "Release"
2001-01-11 00:32:10 +08:00
# PROP BASE Target_Dir ""
2001-01-11 00:32:10 +08:00
# PROP Use_MFC 0
2001-01-11 00:32:10 +08:00
# PROP Use_Debug_Libraries 0
2001-01-11 00:32:10 +08:00
# PROP Output_Dir "../../../lib"
2001-01-11 00:32:10 +08:00
# PROP Intermediate_Dir "Release"
2001-01-11 00:32:10 +08:00
# PROP Ignore_Export_Lib 0
2001-01-11 00:32:10 +08:00
# PROP Target_Dir ""
# 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
2001-01-11 00:32:10 +08:00
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
2001-01-11 00:32:10 +08:00
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
2001-01-11 00:32:10 +08:00
# ADD BASE RSC /l 0x809 /d "NDEBUG"
2001-01-11 00:32:10 +08:00
# ADD RSC /l 0x809 /d "NDEBUG"
2001-01-11 00:32:10 +08:00
BSC32=bscmake.exe
2001-01-11 00:32:10 +08:00
# ADD BASE BSC32 /nologo
2001-01-11 00:32:10 +08:00
# ADD BSC32 /nologo
2001-01-11 00:32:10 +08:00
LINK32=link.exe
2001-01-11 00:32:10 +08:00
# 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 /nologo /dll /pdb:none /machine:I386 /nodefaultlib:"LIBC" /out:"../../../bin/osgdb_pic.dll" /libpath:"../../../lib"
2001-01-11 00:32:10 +08:00
# SUBTRACT LINK32 /nodefaultlib
!ELSEIF "$(CFG)" == "osgPlugin pic - Win32 Debug"
2001-01-11 00:32:10 +08:00
2001-01-11 00:32:10 +08:00
# PROP BASE Use_MFC 0
2001-01-11 00:32:10 +08:00
# PROP BASE Use_Debug_Libraries 1
2001-01-11 00:32:10 +08:00
# PROP BASE Output_Dir "Debug"
2001-01-11 00:32:10 +08:00
# PROP BASE Intermediate_Dir "Debug"
2001-01-11 00:32:10 +08:00
# PROP BASE Target_Dir ""
2001-01-11 00:32:10 +08:00
# PROP Use_MFC 0
2001-01-11 00:32:10 +08:00
# PROP Use_Debug_Libraries 1
2001-01-11 00:32:10 +08:00
# PROP Output_Dir "../../../lib"
2001-01-11 00:32:10 +08:00
# PROP Intermediate_Dir "Debug"
2001-01-11 00:32:10 +08:00
# PROP Ignore_Export_Lib 0
2001-01-11 00:32:10 +08:00
# PROP Target_Dir ""
# 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 "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
2001-01-11 00:32:10 +08:00
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
2001-01-11 00:32:10 +08:00
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
2001-01-11 00:32:10 +08:00
# ADD BASE RSC /l 0x809 /d "_DEBUG"
2001-01-11 00:32:10 +08:00
# ADD RSC /l 0x809 /d "_DEBUG"
2001-01-11 00:32:10 +08:00
BSC32=bscmake.exe
2001-01-11 00:32:10 +08:00
# ADD BASE BSC32 /nologo
2001-01-11 00:32:10 +08:00
# ADD BSC32 /nologo
2001-01-11 00:32:10 +08:00
LINK32=link.exe
2001-01-11 00:32:10 +08:00
# 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 /nologo /dll /debug /machine:I386 /nodefaultlib:"LIBC" /out:"../../../bin/osgdb_picd.dll" /pdbtype:sept /libpath:"../../../lib"
2001-01-11 00:32:10 +08:00
# SUBTRACT LINK32 /nodefaultlib
2001-01-11 00:32:10 +08:00
!ENDIF
2001-01-11 00:32:10 +08:00
# Begin Target
# Name "osgPlugin pic - Win32 Release"
# Name "osgPlugin pic - Win32 Debug"
2001-01-11 00:32:10 +08:00
# Begin Group "Source Files"
2001-01-11 00:32:10 +08:00
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
2001-01-11 00:32:10 +08:00
# Begin Source File
2001-01-11 00:32:10 +08:00
SOURCE=..\..\..\src\osgPlugins\pic\ReaderWriterPIC.cpp
2001-01-11 00:32:10 +08:00
# End Source File
2001-01-11 00:32:10 +08:00
# End Group
2001-01-11 00:32:10 +08:00
# Begin Group "Header Files"
2001-01-11 00:32:10 +08:00
# PROP Default_Filter "h;hpp;hxx;hm;inl"
2001-01-11 00:32:10 +08:00
# End Group
2001-01-11 00:32:10 +08:00
# Begin Group "Resource Files"
2001-01-11 00:32:10 +08:00
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
2001-01-11 00:32:10 +08:00
# End Group
2001-01-11 00:32:10 +08:00
# End Target
2001-01-11 00:32:10 +08:00
# End Project