Updated some visual studio files for the new applications.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Microsoft Developer Studio Project File - Name="Example osgarchive" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Project File - Name="Application osgarchive" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||
|
||||
CFG=Example osgarchive - Win32 Release
|
||||
CFG=Application osgarchive - Win32 Release
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
@@ -13,12 +13,12 @@ CFG=Example osgarchive - Win32 Release
|
||||
!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 "osgarchive.mak" CFG="Example osgarchive - Win32 Release"
|
||||
!MESSAGE NMAKE /f "osgarchive.mak" CFG="Application osgarchive - Win32 Release"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "Example osgarchive - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Example osgarchive - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgarchive - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgarchive - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
@@ -28,7 +28,7 @@ CFG=Example osgarchive - Win32 Release
|
||||
CPP=cl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "Example osgarchive - Win32 Release"
|
||||
!IF "$(CFG)" == "Application osgarchive - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
@@ -53,7 +53,7 @@ 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 /subsystem:console /machine:I386
|
||||
# ADD LINK32 OpenThreadsWin32.lib opengl32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../../../bin/osgarchive.exe" /libpath:"../../../lib" /libpath:"../../../../OpenThreads/lib/win32" /libpath:"../../../../Producer/lib" /libpath:"../../../../3rdParty/lib"
|
||||
|
||||
!ELSEIF "$(CFG)" == "Example osgarchive - Win32 Debug"
|
||||
!ELSEIF "$(CFG)" == "Application osgarchive - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
@@ -83,8 +83,8 @@ LINK32=link.exe
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "Example osgarchive - Win32 Release"
|
||||
# Name "Example osgarchive - Win32 Debug"
|
||||
# Name "Application osgarchive - Win32 Release"
|
||||
# Name "Application osgarchive - Win32 Debug"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\examples\osgarchive\osgarchive.cpp
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Microsoft Developer Studio Project File - Name="Example osgconv" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Project File - Name="Application osgconv" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||
|
||||
CFG=Example osgconv - Win32 Release
|
||||
CFG=Application osgconv - Win32 Release
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
@@ -13,12 +13,12 @@ CFG=Example osgconv - Win32 Release
|
||||
!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 "osgconv.mak" CFG="Example osgconv - Win32 Release"
|
||||
!MESSAGE NMAKE /f "osgconv.mak" CFG="Application osgconv - Win32 Release"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "Example osgconv - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Example osgconv - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgconv - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgconv - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
@@ -28,7 +28,7 @@ CFG=Example osgconv - Win32 Release
|
||||
CPP=cl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "Example osgconv - Win32 Release"
|
||||
!IF "$(CFG)" == "Application osgconv - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
@@ -53,7 +53,7 @@ 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 /subsystem:console /machine:I386
|
||||
# ADD LINK32 OpenThreadsWin32.lib opengl32.lib Producer.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../../../bin/osgconv.exe" /libpath:"../../../lib" /libpath:"../../../../OpenThreads/lib/win32" /libpath:"../../../../Producer/lib" /libpath:"../../../../3rdParty/lib"
|
||||
|
||||
!ELSEIF "$(CFG)" == "Example osgconv - Win32 Debug"
|
||||
!ELSEIF "$(CFG)" == "Application osgconv - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
@@ -83,8 +83,8 @@ LINK32=link.exe
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "Example osgconv - Win32 Release"
|
||||
# Name "Example osgconv - Win32 Debug"
|
||||
# Name "Application osgconv - Win32 Release"
|
||||
# Name "Application osgconv - Win32 Debug"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\examples\osgconv\GeoSet.cpp
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Microsoft Developer Studio Project File - Name="Example osgdem" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Project File - Name="Application osgdem" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||
|
||||
CFG=Example osgdem - Win32 Release
|
||||
CFG=Application osgdem - Win32 Release
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
@@ -13,12 +13,12 @@ CFG=Example osgdem - Win32 Release
|
||||
!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 "osgdem.mak" CFG="Example osgdem - Win32 Release"
|
||||
!MESSAGE NMAKE /f "osgdem.mak" CFG="Application osgdem - Win32 Release"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "Example osgdem - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Example osgdem - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgdem - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgdem - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
@@ -28,7 +28,7 @@ CFG=Example osgdem - Win32 Release
|
||||
CPP=cl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "Example osgdem - Win32 Release"
|
||||
!IF "$(CFG)" == "Application osgdem - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
@@ -53,7 +53,7 @@ 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 /subsystem:console /machine:I386
|
||||
# ADD LINK32 OpenThreadsWin32.lib gdal_i.lib producer.lib opengl32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../../../bin/osgdem.exe" /libpath:"../../../lib" /libpath:"../../../../OpenThreads/lib/win32" /libpath:"../../../../Producer/lib" /libpath:"../../../../3rdParty/lib"
|
||||
|
||||
!ELSEIF "$(CFG)" == "Example osgdem - Win32 Debug"
|
||||
!ELSEIF "$(CFG)" == "Application osgdem - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
@@ -83,8 +83,8 @@ LINK32=link.exe
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "Example osgdem - Win32 Release"
|
||||
# Name "Example osgdem - Win32 Debug"
|
||||
# Name "Application osgdem - Win32 Release"
|
||||
# Name "Application osgdem - Win32 Debug"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\examples\osgdem\osgdem.cpp
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Microsoft Developer Studio Project File - Name="Example osgversion" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Project File - Name="Application osgversion" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||
|
||||
CFG=Example osgversion - Win32 Release
|
||||
CFG=Application osgversion - Win32 Release
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
@@ -13,12 +13,12 @@ CFG=Example osgversion - Win32 Release
|
||||
!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 "osgversion.mak" CFG="Example osgversion - Win32 Release"
|
||||
!MESSAGE NMAKE /f "osgversion.mak" CFG="Application osgversion - Win32 Release"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "Example osgversion - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Example osgversion - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgversion - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgversion - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
@@ -28,7 +28,7 @@ CFG=Example osgversion - Win32 Release
|
||||
CPP=cl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "Example osgversion - Win32 Release"
|
||||
!IF "$(CFG)" == "Application osgversion - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
@@ -53,7 +53,7 @@ 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 /subsystem:console /machine:I386
|
||||
# ADD LINK32 OpenThreadsWin32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../../../bin/osgversion.exe" /libpath:"../../../lib" /libpath:"../../../../OpenThreads/lib/win32" /libpath:"../../../../Producer/lib" /libpath:"../../../../3rdParty/lib"
|
||||
|
||||
!ELSEIF "$(CFG)" == "Example osgversion - Win32 Debug"
|
||||
!ELSEIF "$(CFG)" == "Application osgversion - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
@@ -83,8 +83,8 @@ LINK32=link.exe
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "Example osgversion - Win32 Release"
|
||||
# Name "Example osgversion - Win32 Debug"
|
||||
# Name "Application osgversion - Win32 Release"
|
||||
# Name "Application osgversion - Win32 Debug"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\examples\osgversion\osgversion.cpp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Microsoft Developer Studio Project File - Name="Example osgviewer" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Project File - Name="Application osgviewer" - Package Owner=<4>
|
||||
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
|
||||
CFG=Example osgviewer - Win32 Release
|
||||
CFG=Application osgviewer - Win32 Release
|
||||
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
|
||||
@@ -28,7 +28,7 @@ CFG=Example osgviewer - Win32 Release
|
||||
|
||||
!MESSAGE
|
||||
|
||||
!MESSAGE NMAKE /f "osgviewer.mak" CFG="Example osgviewer - Win32 Release"
|
||||
!MESSAGE NMAKE /f "osgviewer.mak" CFG="Application osgviewer - Win32 Release"
|
||||
|
||||
!MESSAGE
|
||||
|
||||
@@ -36,9 +36,9 @@ CFG=Example osgviewer - Win32 Release
|
||||
|
||||
!MESSAGE
|
||||
|
||||
!MESSAGE "Example osgviewer - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgviewer - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||
|
||||
!MESSAGE "Example osgviewer - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
!MESSAGE "Application osgviewer - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||
|
||||
!MESSAGE
|
||||
|
||||
@@ -58,7 +58,7 @@ RSC=rc.exe
|
||||
|
||||
|
||||
|
||||
!IF "$(CFG)" == "Example osgviewer - Win32 Release"
|
||||
!IF "$(CFG)" == "Application osgviewer - Win32 Release"
|
||||
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ LINK32=link.exe
|
||||
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "Example osgviewer - Win32 Debug"
|
||||
!ELSEIF "$(CFG)" == "Application osgviewer - Win32 Debug"
|
||||
|
||||
|
||||
|
||||
@@ -164,9 +164,9 @@ LINK32=link.exe
|
||||
|
||||
|
||||
|
||||
# Name "Example osgviewer - Win32 Release"
|
||||
# Name "Application osgviewer - Win32 Release"
|
||||
|
||||
# Name "Example osgviewer - Win32 Debug"
|
||||
# Name "Application osgviewer - Win32 Debug"
|
||||
|
||||
# Begin Source File
|
||||
|
||||
|
||||
Reference in New Issue
Block a user