Changeset 2334
- Timestamp:
- 10/01/03 11:46:11
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp
r2189 r2334 1 1 # Microsoft Developer Studio Project File - Name="Example osgprerendercubemap" - Package Owner=<4> 2 3 2 4 3 # Microsoft Developer Studio Generated Build File, Format Version 6.00 5 4 6 7 5 # ** DO NOT EDIT ** 8 9 10 6 11 7 … … 15 11 16 12 17 18 19 13 CFG=Example osgprerendercubemap - Win32 Release 20 21 14 22 15 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 23 16 24 25 17 !MESSAGE use the Export Makefile command and run 26 27 18 28 19 !MESSAGE 29 20 30 31 21 !MESSAGE NMAKE /f "osgprerendercubemap.mak". 32 33 22 34 23 !MESSAGE 35 24 36 37 25 !MESSAGE You can specify a configuration when running NMAKE 38 39 26 40 27 !MESSAGE by defining the macro CFG on the command line. For example: 41 28 29 !MESSAGE 30 31 !MESSAGE NMAKE /f "osgprerendercubemap.mak" CFG="Example osgprerendercubemap - Win32 Release" 42 32 43 33 !MESSAGE 44 34 45 46 !MESSAGE NMAKE /f "osgprerendercubemap.mak" CFG="Example osgprerendercubemap - Win32 Release" 47 35 !MESSAGE Possible choices for configuration are: 48 36 49 37 !MESSAGE 50 38 51 52 !MESSAGE Possible choices for configuration are:53 54 55 !MESSAGE56 57 58 39 !MESSAGE "Example osgprerendercubemap - Win32 Release" (based on "Win32 (x86) Console Application") 59 40 60 61 41 !MESSAGE "Example osgprerendercubemap - Win32 Debug" (based on "Win32 (x86) Console Application") 62 63 42 64 43 !MESSAGE … … 66 45 67 46 68 69 70 47 # Begin Project 71 72 48 73 49 # PROP AllowPerConfigDependencies 0 74 50 75 76 51 # PROP Scc_ProjName "" 77 78 52 79 53 # PROP Scc_LocalPath "" 80 54 81 82 55 CPP=cl.exe 83 56 84 85 57 RSC=rc.exe 86 87 88 58 89 59 … … 93 63 94 64 95 96 97 65 # PROP BASE Use_MFC 0 98 99 66 100 67 # PROP BASE Use_Debug_Libraries 0 101 68 102 103 69 # PROP BASE Output_Dir "Release" 104 105 70 106 71 # PROP BASE Intermediate_Dir "Release" 107 72 108 109 73 # PROP BASE Target_Dir "" 110 111 74 112 75 # PROP Use_MFC 0 113 76 114 115 77 # PROP Use_Debug_Libraries 0 116 117 78 118 79 # PROP Output_Dir "Release" 119 80 120 121 81 # PROP Intermediate_Dir "Release" 122 123 82 124 83 # PROP Ignore_Export_Lib 0 125 84 126 127 85 # PROP Target_Dir "" 128 129 86 130 87 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 131 88 132 133 89 # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c 134 135 90 136 91 # ADD BASE RSC /l 0x809 /d "NDEBUG" 137 92 138 139 93 # ADD RSC /l 0x809 /d "NDEBUG" 140 141 94 142 95 BSC32=bscmake.exe 143 96 144 145 97 # ADD BASE BSC32 /nologo 146 147 98 148 99 # ADD BSC32 /nologo 149 100 150 151 101 LINK32=link.exe 152 153 102 154 103 # 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 155 104 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" 160 106 161 107 … … 165 111 166 112 167 168 169 113 # PROP BASE Use_MFC 0 170 171 114 172 115 # PROP BASE Use_Debug_Libraries 1 173 116 174 175 117 # PROP BASE Output_Dir "Debug" 176 177 118 178 119 # PROP BASE Intermediate_Dir "Debug" 179 120 180 181 121 # PROP BASE Target_Dir "" 182 183 122 184 123 # PROP Use_MFC 0 185 124 186 187 125 # PROP Use_Debug_Libraries 1 188 189 126 190 127 # PROP Output_Dir "Debug" 191 128 192 193 129 # PROP Intermediate_Dir "Debug" 194 195 130 196 131 # PROP Ignore_Export_Lib 0 197 132 198 199 133 # PROP Target_Dir "" 200 201 134 202 135 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 203 136 204 205 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 /c 206 207 138 208 139 # ADD BASE RSC /l 0x809 /d "_DEBUG" 209 140 210 211 141 # ADD RSC /l 0x809 /d "_DEBUG" 212 213 142 214 143 BSC32=bscmake.exe 215 144 216 217 145 # ADD BASE BSC32 /nologo 218 219 146 220 147 # ADD BSC32 /nologo 221 148 222 223 149 LINK32=link.exe 224 225 150 226 151 # 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 227 152 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" 231 154 232 155 # SUBTRACT LINK32 /incremental:no 233 234 235 156 236 157 … … 240 161 241 162 242 243 244 163 # Begin Target 245 246 247 164 248 165 … … 250 167 # Name "Example osgprerendercubemap - Win32 Release" 251 168 252 253 169 # Name "Example osgprerendercubemap - Win32 Debug" 254 255 170 256 171 # Begin Source File … … 258 173 259 174 260 261 262 175 SOURCE=..\..\..\examples\osgprerendercubemap\osgprerendercubemap.cpp 263 264 176 265 177 # End Source File 266 178 267 268 179 # End Target 269 270 180 271 181 # Begin Group "Resource Files" … … 273 183 274 184 275 276 277 185 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 278 279 186 280 187 # End Group 281 188 282 283 189 # End Project 284 190 285 OpenSceneGraph/trunk/VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp
r1957 r2334 87 87 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 88 88 89 # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD / c89 # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /Zm200 /c 90 90 91 91 # ADD BASE RSC /l 0x809 /d "NDEBUG" … … 103 103 # 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 104 104 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" 106 106 107 107 … … 135 135 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 136 136 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 / c137 # 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 138 138 139 139 # ADD BASE RSC /l 0x809 /d "_DEBUG" … … 151 151 # 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 152 152 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" 154 154 155 155 # SUBTRACT LINK32 /incremental:no
