Changeset 2334

Show
Ignore:
Timestamp:
10/01/03 11:46:11
Author:
robert
Message:

Rewrote the osgtexturerectangle and osgprerendercubemap

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp

    r2189 r2334  
    11# Microsoft Developer Studio Project File - Name="Example osgprerendercubemap" - Package Owner=<4> 
    2  
    32 
    43# Microsoft Developer Studio Generated Build File, Format Version 6.00 
    54 
    6  
    75# ** DO NOT EDIT ** 
    8  
    9  
    106 
    117 
     
    1511 
    1612 
    17  
    18  
    1913CFG=Example osgprerendercubemap - Win32 Release 
    20  
    2114 
    2215!MESSAGE This is not a valid makefile. To build this project using NMAKE, 
    2316 
    24  
    2517!MESSAGE use the Export Makefile command and run 
    26  
    2718 
    2819!MESSAGE  
    2920 
    30  
    3121!MESSAGE NMAKE /f "osgprerendercubemap.mak". 
    32  
    3322 
    3423!MESSAGE  
    3524 
    36  
    3725!MESSAGE You can specify a configuration when running NMAKE 
    38  
    3926 
    4027!MESSAGE by defining the macro CFG on the command line. For example: 
    4128 
     29!MESSAGE  
     30 
     31!MESSAGE NMAKE /f "osgprerendercubemap.mak" CFG="Example osgprerendercubemap - Win32 Release" 
    4232 
    4333!MESSAGE  
    4434 
    45  
    46 !MESSAGE NMAKE /f "osgprerendercubemap.mak" CFG="Example osgprerendercubemap - Win32 Release" 
    47  
     35!MESSAGE Possible choices for configuration are: 
    4836 
    4937!MESSAGE  
    5038 
    51  
    52 !MESSAGE Possible choices for configuration are: 
    53  
    54  
    55 !MESSAGE  
    56  
    57  
    5839!MESSAGE "Example osgprerendercubemap - Win32 Release" (based on "Win32 (x86) Console Application") 
    5940 
    60  
    6141!MESSAGE "Example osgprerendercubemap - Win32 Debug" (based on "Win32 (x86) Console Application") 
    62  
    6342 
    6443!MESSAGE  
     
    6645 
    6746 
    68  
    69  
    7047# Begin Project 
    71  
    7248 
    7349# PROP AllowPerConfigDependencies 0 
    7450 
    75  
    7651# PROP Scc_ProjName "" 
    77  
    7852 
    7953# PROP Scc_LocalPath "" 
    8054 
    81  
    8255CPP=cl.exe 
    8356 
    84  
    8557RSC=rc.exe 
    86  
    87  
    8858 
    8959 
     
    9363 
    9464 
    95  
    96  
    9765# PROP BASE Use_MFC 0 
    98  
    9966 
    10067# PROP BASE Use_Debug_Libraries 0 
    10168 
    102  
    10369# PROP BASE Output_Dir "Release" 
    104  
    10570 
    10671# PROP BASE Intermediate_Dir "Release" 
    10772 
    108  
    10973# PROP BASE Target_Dir "" 
    110  
    11174 
    11275# PROP Use_MFC 0 
    11376 
    114  
    11577# PROP Use_Debug_Libraries 0 
    116  
    11778 
    11879# PROP Output_Dir "Release" 
    11980 
    120  
    12181# PROP Intermediate_Dir "Release" 
    122  
    12382 
    12483# PROP Ignore_Export_Lib 0 
    12584 
    126  
    12785# PROP Target_Dir "" 
    128  
    12986 
    13087# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 
    13188 
    132  
    13389# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c 
    134  
    13590 
    13691# ADD BASE RSC /l 0x809 /d "NDEBUG" 
    13792 
    138  
    13993# ADD RSC /l 0x809 /d "NDEBUG" 
    140  
    14194 
    14295BSC32=bscmake.exe 
    14396 
    144  
    14597# ADD BASE BSC32 /nologo 
    146  
    14798 
    14899# ADD BSC32 /nologo 
    149100 
    150  
    151101LINK32=link.exe 
    152  
    153102 
    154103# 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 
    155104 
    156  
    157 # ADD LINK32 /nologo /subsystem:console /pdb:none /machine:I386 /out:"../../../bin/osgprerendercubemap.exe" /libpath:"../../../lib" 
    158  
    159  
     105# ADD LINK32 opengl32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../../../bin/osgprerendercubemap.exe" /libpath:"../../../lib" 
    160106 
    161107 
     
    165111 
    166112 
    167  
    168  
    169113# PROP BASE Use_MFC 0 
    170  
    171114 
    172115# PROP BASE Use_Debug_Libraries 1 
    173116 
    174  
    175117# PROP BASE Output_Dir "Debug" 
    176  
    177118 
    178119# PROP BASE Intermediate_Dir "Debug" 
    179120 
    180  
    181121# PROP BASE Target_Dir "" 
    182  
    183122 
    184123# PROP Use_MFC 0 
    185124 
    186  
    187125# PROP Use_Debug_Libraries 1 
    188  
    189126 
    190127# PROP Output_Dir "Debug" 
    191128 
    192  
    193129# PROP Intermediate_Dir "Debug" 
    194  
    195130 
    196131# PROP Ignore_Export_Lib 0 
    197132 
    198  
    199133# PROP Target_Dir "" 
    200  
    201134 
    202135# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 
    203136 
    204  
    205137# ADD CPP /nologo /MDd /W3 /Gm /vd0 /GR /GX /Zi /Od /I "../../../include" /D "_CONSOLE" /D "_MBCS" /D "FL_DLL" /D "WIN32" /D "_DEBUG" /FR /YX /FD /Zm200 /c 
    206  
    207138 
    208139# ADD BASE RSC /l 0x809 /d "_DEBUG" 
    209140 
    210  
    211141# ADD RSC /l 0x809 /d "_DEBUG" 
    212  
    213142 
    214143BSC32=bscmake.exe 
    215144 
    216  
    217145# ADD BASE BSC32 /nologo 
    218  
    219146 
    220147# ADD BSC32 /nologo 
    221148 
    222  
    223149LINK32=link.exe 
    224  
    225150 
    226151# 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 /debug /machine:I386 /pdbtype:sept 
    227152 
    228  
    229 # ADD LINK32 glu32.lib opengl32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt" /out:"../../../bin/osgprerendercubemapd.exe" /pdbtype:sept /libpath:"../../../lib" 
    230  
     153# ADD LINK32 opengl32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt" /out:"../../../bin/osgprerendercubemapd.exe" /pdbtype:sept /libpath:"../../../lib" 
    231154 
    232155# SUBTRACT LINK32 /incremental:no 
    233  
    234  
    235156 
    236157 
     
    240161 
    241162 
    242  
    243  
    244163# Begin Target 
    245  
    246  
    247164 
    248165 
     
    250167# Name "Example osgprerendercubemap - Win32 Release" 
    251168 
    252  
    253169# Name "Example osgprerendercubemap - Win32 Debug" 
    254  
    255170 
    256171# Begin Source File 
     
    258173 
    259174 
    260  
    261  
    262175SOURCE=..\..\..\examples\osgprerendercubemap\osgprerendercubemap.cpp 
    263  
    264176 
    265177# End Source File 
    266178 
    267  
    268179# End Target 
    269  
    270180 
    271181# Begin Group "Resource Files" 
     
    273183 
    274184 
    275  
    276  
    277185# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
    278  
    279186 
    280187# End Group 
    281188 
    282  
    283189# End Project 
    284190 
    285  
  • OpenSceneGraph/trunk/VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp

    r1957 r2334  
    8787# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 
    8888 
    89 # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /
     89# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /
    9090 
    9191# ADD BASE RSC /l 0x809 /d "NDEBUG" 
     
    103103# 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 
    104104 
    105 # ADD LINK32 /nologo /subsystem:console /pdb:none /machine:I386 /out:"../../../bin/osgtexturerectangle.exe" /libpath:"../../../lib" 
     105# ADD LINK32 opengl32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"../../../bin/osgtexturerectangle.exe" /libpath:"../../../lib" 
    106106 
    107107 
     
    135135# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 
    136136 
    137 # ADD CPP /nologo /MDd /W3 /Gm /vd0 /GR /GX /Zi /Od /I "../../../include" /D "_CONSOLE" /D "_MBCS" /D "FL_DLL" /D "WIN32" /D "_DEBUG" /FR /YX /FD /
     137# ADD CPP /nologo /MDd /W3 /Gm /vd0 /GR /GX /Zi /Od /I "../../../include" /D "_CONSOLE" /D "_MBCS" /D "FL_DLL" /D "WIN32" /D "_DEBUG" /FR /YX /FD /Zm200 /
    138138 
    139139# ADD BASE RSC /l 0x809 /d "_DEBUG" 
     
    151151# 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 /debug /machine:I386 /pdbtype:sept 
    152152 
    153 # ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt" /out:"../../../bin/osgtexturerectangled.exe" /pdbtype:sept /libpath:"../../../lib" 
     153# ADD LINK32 opengl32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt" /out:"../../../bin/osgtexturerectangled.exe" /pdbtype:sept /libpath:"../../../lib" 
    154154 
    155155# SUBTRACT LINK32 /incremental:no