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 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
|
||||
|
||||
Reference in New Issue
Block a user