1# Microsoft Developer Studio Project File - Name="coin4" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 6 7CFG=coin4 - Win32 DLL (Release) 8!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9!MESSAGE use the Export Makefile command and run 10!MESSAGE 11!MESSAGE NMAKE /f "coin4.mak". 12!MESSAGE 13!MESSAGE You can specify a configuration when running NMAKE 14!MESSAGE by defining the macro CFG on the command line. For example: 15!MESSAGE 16!MESSAGE NMAKE /f "coin4.mak" CFG="coin4 - Win32 DLL (Debug)" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "coin4 - Win32 LIB (Release)" (based on "Win32 (x86) Static Library") 21!MESSAGE "coin4 - Win32 LIB (Debug)" (based on "Win32 (x86) Static Library") 22!MESSAGE "coin4 - Win32 DLL (Release)" (based on "Win32 (x86) Dynamic-Link Library") 23!MESSAGE "coin4 - Win32 DLL (Debug)" (based on "Win32 (x86) Dynamic-Link Library") 24!MESSAGE 25 26# Begin Project 27# PROP AllowPerConfigDependencies 0 28# PROP Scc_ProjName "" 29# PROP Scc_LocalPath "" 30CPP=cl.exe 31MTL=midl.exe 32RSC=rc.exe 33 34!IF "$(CFG)" == "coin4 - Win32 LIB (Release)" 35 36# PROP BASE Use_MFC 0 37# PROP BASE Use_Debug_Libraries 0 38# PROP BASE Output_Dir "StaticRelease" 39# PROP BASE Intermediate_Dir "StaticRelease" 40# PROP BASE Target_Dir "" 41# PROP Use_MFC 0 42# PROP Use_Debug_Libraries 0 43# PROP Output_Dir "StaticRelease" 44# PROP Intermediate_Dir "StaticRelease" 45# PROP Target_Dir "" 46MTL=midl.exe 47CPP=cl.exe 48# ADD BASE CPP /nologo /MD /W3 /GX /Ox /Gy /Zi /I "." /I "include" /I "..\..\include" /I "src" /I "..\..\src" /I "..\..\include\Inventor\annex" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_LIB" /D COIN_DEBUG=0 /D "HAVE_CONFIG_H" /D "YY_NO_UNISTD_H" /D "COIN_INTERNAL" /FD /c 49# ADD CPP /nologo /MD /W3 /GX /Ox /Gy /Zi /I "." /I "include" /I "..\..\include" /I "src" /I "..\..\src" /I "..\..\include\Inventor\annex" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_LIB" /D COIN_DEBUG=0 /D "HAVE_CONFIG_H" /D "YY_NO_UNISTD_H" /D "COIN_INTERNAL" /FD /c 50RSC=rc.exe 51# ADD BASE RSC /l 0x414 /d "NDEBUG" 52# ADD RSC /l 0x414 /d "NDEBUG" 53BSC32=bscmake.exe 54# ADD BASE BSC32 /nologo 55# ADD BSC32 /nologo 56LIB32=link.exe -lib 57# ADD BASE LIB32 /nologo /machine:I386 /out:"coin4s.lib" 58# ADD LIB32 /nologo /machine:I386 /out:"coin4s.lib" 59 60!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 61 62# PROP BASE Use_MFC 0 63# PROP BASE Use_Debug_Libraries 1 64# PROP BASE Output_Dir "StaticDebug" 65# PROP BASE Intermediate_Dir "StaticDebug" 66# PROP BASE Target_Dir "" 67# PROP Use_MFC 0 68# PROP Use_Debug_Libraries 1 69# PROP Output_Dir "StaticDebug" 70# PROP Intermediate_Dir "StaticDebug" 71# PROP Target_Dir "" 72MTL=midl.exe 73CPP=cl.exe 74# ADD BASE CPP /nologo /MDd /W3 /GX /GZ /Od /Zi /I "." /I "include" /I "..\..\include" /I "src" /I "..\..\src" /I "..\..\include\Inventor\annex" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_LIB" /D COIN_DEBUG=1 /D "HAVE_CONFIG_H" /D "YY_NO_UNISTD_H" /D "COIN_INTERNAL" /FD /c 75# ADD CPP /nologo /MDd /W3 /GX /GZ /Od /Zi /I "." /I "include" /I "..\..\include" /I "src" /I "..\..\src" /I "..\..\include\Inventor\annex" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_LIB" /D COIN_DEBUG=1 /D "HAVE_CONFIG_H" /D "YY_NO_UNISTD_H" /D "COIN_INTERNAL" /FD /c 76RSC=rc.exe 77# ADD BASE RSC /l 0x414 /d "_DEBUG" 78# ADD RSC /l 0x414 /d "_DEBUG" 79BSC32=bscmake.exe 80# ADD BASE BSC32 /nologo 81# ADD BSC32 /nologo 82LIB32=link.exe -lib 83# ADD BASE LIB32 /nologo /machine:I386 /out:"coin4sd.lib" 84# ADD LIB32 /nologo /machine:I386 /out:"coin4sd.lib" 85 86!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Release)" 87 88# PROP BASE Use_MFC 0 89# PROP BASE Use_Debug_Libraries 0 90# PROP BASE Output_Dir "Release" 91# PROP BASE Intermediate_Dir "Release" 92# PROP BASE Target_Dir "" 93# PROP Use_MFC 0 94# PROP Use_Debug_Libraries 0 95# PROP Output_Dir "Release" 96# PROP Intermediate_Dir "Release" 97# PROP Ignore_Export_Lib 0 98# PROP Target_Dir "" 99CPP=cl.exe 100# ADD BASE CPP /nologo /MD /W3 /GX /Ox /Gy /Zi /I "." /I "include" /I "..\..\include" /I "src" /I "..\..\src" /I "..\..\include\Inventor\annex" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D COIN_DEBUG=0 /D "HAVE_CONFIG_H" /D "COIN_MAKE_DLL" /D "YY_NO_UNISTD_H" /D "COIN_INTERNAL" /FD /c 101# ADD CPP /nologo /MD /W3 /GX /Ox /Gy /Zi /I "." /I "include" /I "..\..\include" /I "src" /I "..\..\src" /I "..\..\include\Inventor\annex" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D COIN_DEBUG=0 /D "HAVE_CONFIG_H" /D "COIN_MAKE_DLL" /D "YY_NO_UNISTD_H" /D "COIN_INTERNAL" /FD /c 102MTL=midl.exe 103# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 104# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 105RCS=rc.exe 106# ADD BASE RSC /l 0x409 /d "NDEBUG" 107# ADD RSC /l 0x409 /d "NDEBUG" 108BSC32=bscmake.exe 109# ADD BASE BSC32 /nologo 110# ADD BSC32 /nologo 111LINK32=link.exe 112# ADD BASE LINK32 opengl32.lib gdi32.lib winmm.lib user32.lib /nologo /dll /release /machine:I386 /pdbtype:sept 113# ADD LINK32 opengl32.lib gdi32.lib winmm.lib user32.lib /nologo /dll /release /machine:I386 /pdbtype:sept /out:"coin4.dll" /opt:nowin98 114# SUBTRACT LINK32 /pdb:none 115 116!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 117 118# PROP BASE Use_MFC 0 119# PROP BASE Use_Debug_Libraries 1 120# PROP BASE Output_Dir "Debug" 121# PROP BASE Intermediate_Dir "Debug" 122# PROP BASE Target_Dir "" 123# PROP Use_MFC 0 124# PROP Use_Debug_Libraries 1 125# PROP Output_Dir "Debug" 126# PROP Intermediate_Dir "Debug" 127# PROP Target_Dir "" 128CPP=cl.exe 129# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /GZ /Zi /Od /I "." /I "include" /I "..\..\include" /I "src" /I "..\..\src" /I "..\..\include\Inventor\annex" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D COIN_DEBUG=1 /D "HAVE_CONFIG_H" /D "COIN_MAKE_DLL" /D "YY_NO_UNISTD_H" /D "COIN_INTERNAL" /FD /c 130# ADD CPP /nologo /MDd /W3 /Gm /GX /GZ /Zi /Od /I "." /I "include" /I "..\..\include" /I "src" /I "..\..\src" /I "..\..\include\Inventor\annex" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D COIN_DEBUG=1 /D "HAVE_CONFIG_H" /D "COIN_MAKE_DLL" /D "YY_NO_UNISTD_H" /D "COIN_INTERNAL" /FD /c 131MTL=midl.exe 132# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 133# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 134RCS=rc.exe 135# ADD BASE RSC /l 0x409 /d "_DEBUG" 136# ADD RSC /l 0x409 /d "_DEBUG" 137BSC32=bscmake.exe 138# ADD BASE BSC32 /nologo 139# ADD BSC32 /nologo 140LINK32=link.exe 141# ADD BASE LINK32 opengl32.lib gdi32.lib winmm.lib user32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept 142# ADD LINK32 opengl32.lib gdi32.lib winmm.lib user32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /out:"coin4d.dll" /opt:nowin98 143 144!ENDIF 145 146# Begin Target 147 148# Name "coin4 - Win32 DLL (Release)" 149# Name "coin4 - Win32 DLL (Debug)" 150# Name "coin4 - Win32 LIB (Release)" 151# Name "coin4 - Win32 LIB (Debug)" 152# Begin Group "Documents" 153# PROP Default_Filter ";txt" 154# Begin Source File 155 156SOURCE=..\..\README 157# End Source File 158# Begin Source File 159 160SOURCE=..\..\README.WIN32 161# End Source File 162# Begin Source File 163 164SOURCE=..\..\NEWS 165# End Source File 166# Begin Source File 167 168SOURCE=..\..\RELNOTES 169# End Source File 170# Begin Source File 171 172SOURCE=..\..\COPYING 173# End Source File 174# Begin Source File 175 176SOURCE=..\..\THANKS 177# End Source File 178# End Group 179# Begin Group "Template Files" 180# PROP Default_Filter "in" 181# End Group 182# Begin Group "Source Files" 183# PROP Default_Filter "c;cpp;ic;icc;h" 184 185# Begin Group "xml/expat sources" 186# PROP Default_Filter "c;cpp;ic;icc;h" 187# Begin Source File 188 189SOURCE=..\..\src\xml\expat\xmlparse.c 190!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 191# PROP Intermediate_Dir "Release\xml\expat" 192!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 193# PROP Intermediate_Dir "Debug\xml\expat" 194!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 195# PROP Intermediate_Dir "StaticRelease\xml\expat" 196!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 197# PROP Intermediate_Dir "StaticDebug\xml\expat" 198!ENDIF 199# End Source File 200# Begin Source File 201 202SOURCE=..\..\src\xml\expat\xmlrole.c 203!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 204# PROP Intermediate_Dir "Release\xml\expat" 205!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 206# PROP Intermediate_Dir "Debug\xml\expat" 207!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 208# PROP Intermediate_Dir "StaticRelease\xml\expat" 209!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 210# PROP Intermediate_Dir "StaticDebug\xml\expat" 211!ENDIF 212# End Source File 213# Begin Source File 214 215SOURCE=..\..\src\xml\expat\xmltok.c 216!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 217# PROP Intermediate_Dir "Release\xml\expat" 218!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 219# PROP Intermediate_Dir "Debug\xml\expat" 220!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 221# PROP Intermediate_Dir "StaticRelease\xml\expat" 222!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 223# PROP Intermediate_Dir "StaticDebug\xml\expat" 224!ENDIF 225# End Source File 226# End Group 227# Begin Group "xml sources" 228# PROP Default_Filter "c;cpp;ic;icc;h" 229# Begin Source File 230 231SOURCE=..\..\src\xml\document.cpp 232!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 233# PROP Intermediate_Dir "Release\xml" 234!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 235# PROP Intermediate_Dir "Debug\xml" 236!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 237# PROP Intermediate_Dir "StaticRelease\xml" 238!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 239# PROP Intermediate_Dir "StaticDebug\xml" 240!ENDIF 241# End Source File 242# Begin Source File 243 244SOURCE=..\..\src\xml\element.cpp 245!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 246# PROP Intermediate_Dir "Release\xml" 247!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 248# PROP Intermediate_Dir "Debug\xml" 249!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 250# PROP Intermediate_Dir "StaticRelease\xml" 251!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 252# PROP Intermediate_Dir "StaticDebug\xml" 253!ENDIF 254# End Source File 255# Begin Source File 256 257SOURCE=..\..\src\xml\attribute.cpp 258!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 259# PROP Intermediate_Dir "Release\xml" 260!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 261# PROP Intermediate_Dir "Debug\xml" 262!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 263# PROP Intermediate_Dir "StaticRelease\xml" 264!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 265# PROP Intermediate_Dir "StaticDebug\xml" 266!ENDIF 267# End Source File 268# Begin Source File 269 270SOURCE=..\..\src\xml\entity.cpp 271!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 272# PROP Intermediate_Dir "Release\xml" 273!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 274# PROP Intermediate_Dir "Debug\xml" 275!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 276# PROP Intermediate_Dir "StaticRelease\xml" 277!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 278# PROP Intermediate_Dir "StaticDebug\xml" 279!ENDIF 280# End Source File 281# Begin Source File 282 283SOURCE=..\..\src\xml\utils.cpp 284!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 285# PROP Intermediate_Dir "Release\xml" 286!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 287# PROP Intermediate_Dir "Debug\xml" 288!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 289# PROP Intermediate_Dir "StaticRelease\xml" 290!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 291# PROP Intermediate_Dir "StaticDebug\xml" 292!ENDIF 293# End Source File 294# Begin Source File 295 296SOURCE=..\..\src\xml\path.cpp 297!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 298# PROP Intermediate_Dir "Release\xml" 299!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 300# PROP Intermediate_Dir "Debug\xml" 301!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 302# PROP Intermediate_Dir "StaticRelease\xml" 303!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 304# PROP Intermediate_Dir "StaticDebug\xml" 305!ENDIF 306# End Source File 307# End Group 308# Begin Group "actions sources" 309# PROP Default_Filter "c;cpp;ic;icc;h" 310# Begin Source File 311 312SOURCE=..\..\src\actions\SoAction.cpp 313!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 314# PROP Intermediate_Dir "Release\actions" 315!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 316# PROP Intermediate_Dir "Debug\actions" 317!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 318# PROP Intermediate_Dir "StaticRelease\actions" 319!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 320# PROP Intermediate_Dir "StaticDebug\actions" 321!ENDIF 322# End Source File 323# Begin Source File 324 325SOURCE=..\..\src\actions\SoBoxHighlightRenderAction.cpp 326!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 327# PROP Intermediate_Dir "Release\actions" 328!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 329# PROP Intermediate_Dir "Debug\actions" 330!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 331# PROP Intermediate_Dir "StaticRelease\actions" 332!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 333# PROP Intermediate_Dir "StaticDebug\actions" 334!ENDIF 335# End Source File 336# Begin Source File 337 338SOURCE=..\..\src\actions\SoCallbackAction.cpp 339!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 340# PROP Intermediate_Dir "Release\actions" 341!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 342# PROP Intermediate_Dir "Debug\actions" 343!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 344# PROP Intermediate_Dir "StaticRelease\actions" 345!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 346# PROP Intermediate_Dir "StaticDebug\actions" 347!ENDIF 348# End Source File 349# Begin Source File 350 351SOURCE=..\..\src\actions\SoGLRenderAction.cpp 352!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 353# PROP Intermediate_Dir "Release\actions" 354!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 355# PROP Intermediate_Dir "Debug\actions" 356!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 357# PROP Intermediate_Dir "StaticRelease\actions" 358!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 359# PROP Intermediate_Dir "StaticDebug\actions" 360!ENDIF 361# End Source File 362# Begin Source File 363 364SOURCE=..\..\src\actions\SoGetBoundingBoxAction.cpp 365!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 366# PROP Intermediate_Dir "Release\actions" 367!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 368# PROP Intermediate_Dir "Debug\actions" 369!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 370# PROP Intermediate_Dir "StaticRelease\actions" 371!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 372# PROP Intermediate_Dir "StaticDebug\actions" 373!ENDIF 374# End Source File 375# Begin Source File 376 377SOURCE=..\..\src\actions\SoGetMatrixAction.cpp 378!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 379# PROP Intermediate_Dir "Release\actions" 380!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 381# PROP Intermediate_Dir "Debug\actions" 382!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 383# PROP Intermediate_Dir "StaticRelease\actions" 384!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 385# PROP Intermediate_Dir "StaticDebug\actions" 386!ENDIF 387# End Source File 388# Begin Source File 389 390SOURCE=..\..\src\actions\SoGetPrimitiveCountAction.cpp 391!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 392# PROP Intermediate_Dir "Release\actions" 393!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 394# PROP Intermediate_Dir "Debug\actions" 395!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 396# PROP Intermediate_Dir "StaticRelease\actions" 397!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 398# PROP Intermediate_Dir "StaticDebug\actions" 399!ENDIF 400# End Source File 401# Begin Source File 402 403SOURCE=..\..\src\actions\SoHandleEventAction.cpp 404!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 405# PROP Intermediate_Dir "Release\actions" 406!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 407# PROP Intermediate_Dir "Debug\actions" 408!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 409# PROP Intermediate_Dir "StaticRelease\actions" 410!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 411# PROP Intermediate_Dir "StaticDebug\actions" 412!ENDIF 413# End Source File 414# Begin Source File 415 416SOURCE=..\..\src\actions\SoLineHighlightRenderAction.cpp 417!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 418# PROP Intermediate_Dir "Release\actions" 419!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 420# PROP Intermediate_Dir "Debug\actions" 421!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 422# PROP Intermediate_Dir "StaticRelease\actions" 423!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 424# PROP Intermediate_Dir "StaticDebug\actions" 425!ENDIF 426# End Source File 427# Begin Source File 428 429SOURCE=..\..\src\actions\SoPickAction.cpp 430!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 431# PROP Intermediate_Dir "Release\actions" 432!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 433# PROP Intermediate_Dir "Debug\actions" 434!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 435# PROP Intermediate_Dir "StaticRelease\actions" 436!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 437# PROP Intermediate_Dir "StaticDebug\actions" 438!ENDIF 439# End Source File 440# Begin Source File 441 442SOURCE=..\..\src\actions\SoRayPickAction.cpp 443!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 444# PROP Intermediate_Dir "Release\actions" 445!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 446# PROP Intermediate_Dir "Debug\actions" 447!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 448# PROP Intermediate_Dir "StaticRelease\actions" 449!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 450# PROP Intermediate_Dir "StaticDebug\actions" 451!ENDIF 452# End Source File 453# Begin Source File 454 455SOURCE=..\..\src\actions\SoReorganizeAction.cpp 456!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 457# PROP Intermediate_Dir "Release\actions" 458!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 459# PROP Intermediate_Dir "Debug\actions" 460!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 461# PROP Intermediate_Dir "StaticRelease\actions" 462!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 463# PROP Intermediate_Dir "StaticDebug\actions" 464!ENDIF 465# End Source File 466# Begin Source File 467 468SOURCE=..\..\src\actions\SoSearchAction.cpp 469!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 470# PROP Intermediate_Dir "Release\actions" 471!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 472# PROP Intermediate_Dir "Debug\actions" 473!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 474# PROP Intermediate_Dir "StaticRelease\actions" 475!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 476# PROP Intermediate_Dir "StaticDebug\actions" 477!ENDIF 478# End Source File 479# Begin Source File 480 481SOURCE=..\..\src\actions\SoSimplifyAction.cpp 482!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 483# PROP Intermediate_Dir "Release\actions" 484!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 485# PROP Intermediate_Dir "Debug\actions" 486!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 487# PROP Intermediate_Dir "StaticRelease\actions" 488!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 489# PROP Intermediate_Dir "StaticDebug\actions" 490!ENDIF 491# End Source File 492# Begin Source File 493 494SOURCE=..\..\src\actions\SoToVRMLAction.cpp 495!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 496# PROP Intermediate_Dir "Release\actions" 497!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 498# PROP Intermediate_Dir "Debug\actions" 499!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 500# PROP Intermediate_Dir "StaticRelease\actions" 501!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 502# PROP Intermediate_Dir "StaticDebug\actions" 503!ENDIF 504# End Source File 505# Begin Source File 506 507SOURCE=..\..\src\actions\SoToVRML2Action.cpp 508!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 509# PROP Intermediate_Dir "Release\actions" 510!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 511# PROP Intermediate_Dir "Debug\actions" 512!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 513# PROP Intermediate_Dir "StaticRelease\actions" 514!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 515# PROP Intermediate_Dir "StaticDebug\actions" 516!ENDIF 517# End Source File 518# Begin Source File 519 520SOURCE=..\..\src\actions\SoWriteAction.cpp 521!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 522# PROP Intermediate_Dir "Release\actions" 523!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 524# PROP Intermediate_Dir "Debug\actions" 525!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 526# PROP Intermediate_Dir "StaticRelease\actions" 527!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 528# PROP Intermediate_Dir "StaticDebug\actions" 529!ENDIF 530# End Source File 531# Begin Source File 532 533SOURCE=..\..\src\actions\SoAudioRenderAction.cpp 534!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 535# PROP Intermediate_Dir "Release\actions" 536!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 537# PROP Intermediate_Dir "Debug\actions" 538!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 539# PROP Intermediate_Dir "StaticRelease\actions" 540!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 541# PROP Intermediate_Dir "StaticDebug\actions" 542!ENDIF 543# End Source File 544# End Group 545# Begin Group "base sources" 546# PROP Default_Filter "c;cpp;ic;icc;h" 547# Begin Source File 548 549SOURCE=..\..\src\base\dict.cpp 550!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 551# PROP Intermediate_Dir "Release\base" 552!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 553# PROP Intermediate_Dir "Debug\base" 554!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 555# PROP Intermediate_Dir "StaticRelease\base" 556!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 557# PROP Intermediate_Dir "StaticDebug\base" 558!ENDIF 559# End Source File 560# Begin Source File 561 562SOURCE=..\..\src\base\hash.cpp 563!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 564# PROP Intermediate_Dir "Release\base" 565!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 566# PROP Intermediate_Dir "Debug\base" 567!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 568# PROP Intermediate_Dir "StaticRelease\base" 569!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 570# PROP Intermediate_Dir "StaticDebug\base" 571!ENDIF 572# End Source File 573# Begin Source File 574 575SOURCE=..\..\src\base\heap.cpp 576!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 577# PROP Intermediate_Dir "Release\base" 578!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 579# PROP Intermediate_Dir "Debug\base" 580!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 581# PROP Intermediate_Dir "StaticRelease\base" 582!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 583# PROP Intermediate_Dir "StaticDebug\base" 584!ENDIF 585# End Source File 586# Begin Source File 587 588SOURCE=..\..\src\base\list.cpp 589!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 590# PROP Intermediate_Dir "Release\base" 591!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 592# PROP Intermediate_Dir "Debug\base" 593!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 594# PROP Intermediate_Dir "StaticRelease\base" 595!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 596# PROP Intermediate_Dir "StaticDebug\base" 597!ENDIF 598# End Source File 599# Begin Source File 600 601SOURCE=..\..\src\base\memalloc.cpp 602!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 603# PROP Intermediate_Dir "Release\base" 604!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 605# PROP Intermediate_Dir "Debug\base" 606!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 607# PROP Intermediate_Dir "StaticRelease\base" 608!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 609# PROP Intermediate_Dir "StaticDebug\base" 610!ENDIF 611# End Source File 612# Begin Source File 613 614SOURCE=..\..\src\base\rbptree.cpp 615!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 616# PROP Intermediate_Dir "Release\base" 617!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 618# PROP Intermediate_Dir "Debug\base" 619!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 620# PROP Intermediate_Dir "StaticRelease\base" 621!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 622# PROP Intermediate_Dir "StaticDebug\base" 623!ENDIF 624# End Source File 625# Begin Source File 626 627SOURCE=..\..\src\base\time.cpp 628!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 629# PROP Intermediate_Dir "Release\base" 630!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 631# PROP Intermediate_Dir "Debug\base" 632!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 633# PROP Intermediate_Dir "StaticRelease\base" 634!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 635# PROP Intermediate_Dir "StaticDebug\base" 636!ENDIF 637# End Source File 638# Begin Source File 639 640SOURCE=..\..\src\base\string.cpp 641!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 642# PROP Intermediate_Dir "Release\base" 643!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 644# PROP Intermediate_Dir "Debug\base" 645!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 646# PROP Intermediate_Dir "StaticRelease\base" 647!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 648# PROP Intermediate_Dir "StaticDebug\base" 649!ENDIF 650# End Source File 651# Begin Source File 652 653SOURCE=..\..\src\base\dynarray.cpp 654!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 655# PROP Intermediate_Dir "Release\base" 656!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 657# PROP Intermediate_Dir "Debug\base" 658!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 659# PROP Intermediate_Dir "StaticRelease\base" 660!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 661# PROP Intermediate_Dir "StaticDebug\base" 662!ENDIF 663# End Source File 664# Begin Source File 665 666SOURCE=..\..\src\base\namemap.cpp 667!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 668# PROP Intermediate_Dir "Release\base" 669!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 670# PROP Intermediate_Dir "Debug\base" 671!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 672# PROP Intermediate_Dir "StaticRelease\base" 673!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 674# PROP Intermediate_Dir "StaticDebug\base" 675!ENDIF 676# End Source File 677# Begin Source File 678 679SOURCE=..\..\src\base\SbBSPTree.cpp 680!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 681# PROP Intermediate_Dir "Release\base" 682!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 683# PROP Intermediate_Dir "Debug\base" 684!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 685# PROP Intermediate_Dir "StaticRelease\base" 686!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 687# PROP Intermediate_Dir "StaticDebug\base" 688!ENDIF 689# End Source File 690# Begin Source File 691 692SOURCE=..\..\src\base\SbByteBuffer.cpp 693!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 694# PROP Intermediate_Dir "Release\base" 695!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 696# PROP Intermediate_Dir "Debug\base" 697!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 698# PROP Intermediate_Dir "StaticRelease\base" 699!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 700# PROP Intermediate_Dir "StaticDebug\base" 701!ENDIF 702# End Source File 703# Begin Source File 704 705SOURCE=..\..\src\base\SbBox2s.cpp 706!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 707# PROP Intermediate_Dir "Release\base" 708!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 709# PROP Intermediate_Dir "Debug\base" 710!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 711# PROP Intermediate_Dir "StaticRelease\base" 712!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 713# PROP Intermediate_Dir "StaticDebug\base" 714!ENDIF 715# End Source File 716# Begin Source File 717 718SOURCE=..\..\src\base\SbBox2i32.cpp 719!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 720# PROP Intermediate_Dir "Release\base" 721!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 722# PROP Intermediate_Dir "Debug\base" 723!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 724# PROP Intermediate_Dir "StaticRelease\base" 725!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 726# PROP Intermediate_Dir "StaticDebug\base" 727!ENDIF 728# End Source File 729# Begin Source File 730 731SOURCE=..\..\src\base\SbBox2f.cpp 732!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 733# PROP Intermediate_Dir "Release\base" 734!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 735# PROP Intermediate_Dir "Debug\base" 736!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 737# PROP Intermediate_Dir "StaticRelease\base" 738!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 739# PROP Intermediate_Dir "StaticDebug\base" 740!ENDIF 741# End Source File 742# Begin Source File 743 744SOURCE=..\..\src\base\SbBox2d.cpp 745!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 746# PROP Intermediate_Dir "Release\base" 747!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 748# PROP Intermediate_Dir "Debug\base" 749!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 750# PROP Intermediate_Dir "StaticRelease\base" 751!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 752# PROP Intermediate_Dir "StaticDebug\base" 753!ENDIF 754# End Source File 755# Begin Source File 756 757SOURCE=..\..\src\base\SbBox3s.cpp 758!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 759# PROP Intermediate_Dir "Release\base" 760!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 761# PROP Intermediate_Dir "Debug\base" 762!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 763# PROP Intermediate_Dir "StaticRelease\base" 764!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 765# PROP Intermediate_Dir "StaticDebug\base" 766!ENDIF 767# End Source File 768# Begin Source File 769 770SOURCE=..\..\src\base\SbBox3i32.cpp 771!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 772# PROP Intermediate_Dir "Release\base" 773!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 774# PROP Intermediate_Dir "Debug\base" 775!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 776# PROP Intermediate_Dir "StaticRelease\base" 777!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 778# PROP Intermediate_Dir "StaticDebug\base" 779!ENDIF 780# End Source File 781# Begin Source File 782 783SOURCE=..\..\src\base\SbBox3f.cpp 784!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 785# PROP Intermediate_Dir "Release\base" 786!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 787# PROP Intermediate_Dir "Debug\base" 788!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 789# PROP Intermediate_Dir "StaticRelease\base" 790!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 791# PROP Intermediate_Dir "StaticDebug\base" 792!ENDIF 793# End Source File 794# Begin Source File 795 796SOURCE=..\..\src\base\SbBox3d.cpp 797!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 798# PROP Intermediate_Dir "Release\base" 799!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 800# PROP Intermediate_Dir "Debug\base" 801!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 802# PROP Intermediate_Dir "StaticRelease\base" 803!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 804# PROP Intermediate_Dir "StaticDebug\base" 805!ENDIF 806# End Source File 807# Begin Source File 808 809SOURCE=..\..\src\base\SbClip.cpp 810!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 811# PROP Intermediate_Dir "Release\base" 812!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 813# PROP Intermediate_Dir "Debug\base" 814!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 815# PROP Intermediate_Dir "StaticRelease\base" 816!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 817# PROP Intermediate_Dir "StaticDebug\base" 818!ENDIF 819# End Source File 820# Begin Source File 821 822SOURCE=..\..\src\base\SbColor.cpp 823!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 824# PROP Intermediate_Dir "Release\base" 825!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 826# PROP Intermediate_Dir "Debug\base" 827!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 828# PROP Intermediate_Dir "StaticRelease\base" 829!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 830# PROP Intermediate_Dir "StaticDebug\base" 831!ENDIF 832# End Source File 833# Begin Source File 834 835SOURCE=..\..\src\base\SbColor4f.cpp 836!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 837# PROP Intermediate_Dir "Release\base" 838!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 839# PROP Intermediate_Dir "Debug\base" 840!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 841# PROP Intermediate_Dir "StaticRelease\base" 842!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 843# PROP Intermediate_Dir "StaticDebug\base" 844!ENDIF 845# End Source File 846# Begin Source File 847 848SOURCE=..\..\src\base\SbCylinder.cpp 849!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 850# PROP Intermediate_Dir "Release\base" 851!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 852# PROP Intermediate_Dir "Debug\base" 853!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 854# PROP Intermediate_Dir "StaticRelease\base" 855!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 856# PROP Intermediate_Dir "StaticDebug\base" 857!ENDIF 858# End Source File 859# Begin Source File 860 861SOURCE=..\..\src\base\SbDict.cpp 862!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 863# PROP Intermediate_Dir "Release\base" 864!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 865# PROP Intermediate_Dir "Debug\base" 866!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 867# PROP Intermediate_Dir "StaticRelease\base" 868!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 869# PROP Intermediate_Dir "StaticDebug\base" 870!ENDIF 871# End Source File 872# Begin Source File 873 874SOURCE=..\..\src\base\SbDPLine.cpp 875!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 876# PROP Intermediate_Dir "Release\base" 877!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 878# PROP Intermediate_Dir "Debug\base" 879!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 880# PROP Intermediate_Dir "StaticRelease\base" 881!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 882# PROP Intermediate_Dir "StaticDebug\base" 883!ENDIF 884# End Source File 885# Begin Source File 886 887SOURCE=..\..\src\base\SbDPMatrix.cpp 888!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 889# PROP Intermediate_Dir "Release\base" 890!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 891# PROP Intermediate_Dir "Debug\base" 892!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 893# PROP Intermediate_Dir "StaticRelease\base" 894!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 895# PROP Intermediate_Dir "StaticDebug\base" 896!ENDIF 897# End Source File 898# Begin Source File 899 900SOURCE=..\..\src\base\SbDPPlane.cpp 901!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 902# PROP Intermediate_Dir "Release\base" 903!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 904# PROP Intermediate_Dir "Debug\base" 905!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 906# PROP Intermediate_Dir "StaticRelease\base" 907!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 908# PROP Intermediate_Dir "StaticDebug\base" 909!ENDIF 910# End Source File 911# Begin Source File 912 913SOURCE=..\..\src\base\SbDPRotation.cpp 914!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 915# PROP Intermediate_Dir "Release\base" 916!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 917# PROP Intermediate_Dir "Debug\base" 918!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 919# PROP Intermediate_Dir "StaticRelease\base" 920!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 921# PROP Intermediate_Dir "StaticDebug\base" 922!ENDIF 923# End Source File 924# Begin Source File 925 926SOURCE=..\..\src\base\SbHeap.cpp 927!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 928# PROP Intermediate_Dir "Release\base" 929!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 930# PROP Intermediate_Dir "Debug\base" 931!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 932# PROP Intermediate_Dir "StaticRelease\base" 933!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 934# PROP Intermediate_Dir "StaticDebug\base" 935!ENDIF 936# End Source File 937# Begin Source File 938 939SOURCE=..\..\src\base\SbImage.cpp 940!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 941# PROP Intermediate_Dir "Release\base" 942!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 943# PROP Intermediate_Dir "Debug\base" 944!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 945# PROP Intermediate_Dir "StaticRelease\base" 946!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 947# PROP Intermediate_Dir "StaticDebug\base" 948!ENDIF 949# End Source File 950# Begin Source File 951 952SOURCE=..\..\src\base\SbLine.cpp 953!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 954# PROP Intermediate_Dir "Release\base" 955!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 956# PROP Intermediate_Dir "Debug\base" 957!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 958# PROP Intermediate_Dir "StaticRelease\base" 959!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 960# PROP Intermediate_Dir "StaticDebug\base" 961!ENDIF 962# End Source File 963# Begin Source File 964 965SOURCE=..\..\src\base\SbMatrix.cpp 966!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 967# PROP Intermediate_Dir "Release\base" 968!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 969# PROP Intermediate_Dir "Debug\base" 970!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 971# PROP Intermediate_Dir "StaticRelease\base" 972!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 973# PROP Intermediate_Dir "StaticDebug\base" 974!ENDIF 975# End Source File 976# Begin Source File 977 978SOURCE=..\..\src\base\SbName.cpp 979!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 980# PROP Intermediate_Dir "Release\base" 981!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 982# PROP Intermediate_Dir "Debug\base" 983!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 984# PROP Intermediate_Dir "StaticRelease\base" 985!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 986# PROP Intermediate_Dir "StaticDebug\base" 987!ENDIF 988# End Source File 989# Begin Source File 990 991SOURCE=..\..\src\base\SbOctTree.cpp 992!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 993# PROP Intermediate_Dir "Release\base" 994!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 995# PROP Intermediate_Dir "Debug\base" 996!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 997# PROP Intermediate_Dir "StaticRelease\base" 998!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 999# PROP Intermediate_Dir "StaticDebug\base" 1000!ENDIF 1001# End Source File 1002# Begin Source File 1003 1004SOURCE=..\..\src\base\SbPlane.cpp 1005!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1006# PROP Intermediate_Dir "Release\base" 1007!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1008# PROP Intermediate_Dir "Debug\base" 1009!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1010# PROP Intermediate_Dir "StaticRelease\base" 1011!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1012# PROP Intermediate_Dir "StaticDebug\base" 1013!ENDIF 1014# End Source File 1015# Begin Source File 1016 1017SOURCE=..\..\src\base\SbRotation.cpp 1018!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1019# PROP Intermediate_Dir "Release\base" 1020!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1021# PROP Intermediate_Dir "Debug\base" 1022!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1023# PROP Intermediate_Dir "StaticRelease\base" 1024!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1025# PROP Intermediate_Dir "StaticDebug\base" 1026!ENDIF 1027# End Source File 1028# Begin Source File 1029 1030SOURCE=..\..\src\base\SbSphere.cpp 1031!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1032# PROP Intermediate_Dir "Release\base" 1033!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1034# PROP Intermediate_Dir "Debug\base" 1035!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1036# PROP Intermediate_Dir "StaticRelease\base" 1037!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1038# PROP Intermediate_Dir "StaticDebug\base" 1039!ENDIF 1040# End Source File 1041# Begin Source File 1042 1043SOURCE=..\..\src\base\SbString.cpp 1044!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1045# PROP Intermediate_Dir "Release\base" 1046!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1047# PROP Intermediate_Dir "Debug\base" 1048!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1049# PROP Intermediate_Dir "StaticRelease\base" 1050!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1051# PROP Intermediate_Dir "StaticDebug\base" 1052!ENDIF 1053# End Source File 1054# Begin Source File 1055 1056SOURCE=..\..\src\base\SbTesselator.cpp 1057!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1058# PROP Intermediate_Dir "Release\base" 1059!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1060# PROP Intermediate_Dir "Debug\base" 1061!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1062# PROP Intermediate_Dir "StaticRelease\base" 1063!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1064# PROP Intermediate_Dir "StaticDebug\base" 1065!ENDIF 1066# End Source File 1067# Begin Source File 1068 1069SOURCE=..\..\src\base\SbGLUTessellator.cpp 1070!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1071# PROP Intermediate_Dir "Release\base" 1072!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1073# PROP Intermediate_Dir "Debug\base" 1074!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1075# PROP Intermediate_Dir "StaticRelease\base" 1076!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1077# PROP Intermediate_Dir "StaticDebug\base" 1078!ENDIF 1079# End Source File 1080# Begin Source File 1081 1082SOURCE=..\..\src\base\SbTime.cpp 1083!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1084# PROP Intermediate_Dir "Release\base" 1085!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1086# PROP Intermediate_Dir "Debug\base" 1087!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1088# PROP Intermediate_Dir "StaticRelease\base" 1089!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1090# PROP Intermediate_Dir "StaticDebug\base" 1091!ENDIF 1092# End Source File 1093# Begin Source File 1094 1095SOURCE=..\..\src\base\SbVec2b.cpp 1096!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1097# PROP Intermediate_Dir "Release\base" 1098!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1099# PROP Intermediate_Dir "Debug\base" 1100!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1101# PROP Intermediate_Dir "StaticRelease\base" 1102!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1103# PROP Intermediate_Dir "StaticDebug\base" 1104!ENDIF 1105# End Source File 1106# Begin Source File 1107 1108SOURCE=..\..\src\base\SbVec2ub.cpp 1109!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1110# PROP Intermediate_Dir "Release\base" 1111!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1112# PROP Intermediate_Dir "Debug\base" 1113!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1114# PROP Intermediate_Dir "StaticRelease\base" 1115!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1116# PROP Intermediate_Dir "StaticDebug\base" 1117!ENDIF 1118# End Source File 1119# Begin Source File 1120 1121SOURCE=..\..\src\base\SbVec2s.cpp 1122!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1123# PROP Intermediate_Dir "Release\base" 1124!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1125# PROP Intermediate_Dir "Debug\base" 1126!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1127# PROP Intermediate_Dir "StaticRelease\base" 1128!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1129# PROP Intermediate_Dir "StaticDebug\base" 1130!ENDIF 1131# End Source File 1132# Begin Source File 1133 1134SOURCE=..\..\src\base\SbVec2us.cpp 1135!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1136# PROP Intermediate_Dir "Release\base" 1137!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1138# PROP Intermediate_Dir "Debug\base" 1139!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1140# PROP Intermediate_Dir "StaticRelease\base" 1141!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1142# PROP Intermediate_Dir "StaticDebug\base" 1143!ENDIF 1144# End Source File 1145# Begin Source File 1146 1147SOURCE=..\..\src\base\SbVec2i32.cpp 1148!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1149# PROP Intermediate_Dir "Release\base" 1150!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1151# PROP Intermediate_Dir "Debug\base" 1152!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1153# PROP Intermediate_Dir "StaticRelease\base" 1154!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1155# PROP Intermediate_Dir "StaticDebug\base" 1156!ENDIF 1157# End Source File 1158# Begin Source File 1159 1160SOURCE=..\..\src\base\SbVec2ui32.cpp 1161!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1162# PROP Intermediate_Dir "Release\base" 1163!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1164# PROP Intermediate_Dir "Debug\base" 1165!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1166# PROP Intermediate_Dir "StaticRelease\base" 1167!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1168# PROP Intermediate_Dir "StaticDebug\base" 1169!ENDIF 1170# End Source File 1171# Begin Source File 1172 1173SOURCE=..\..\src\base\SbVec2f.cpp 1174!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1175# PROP Intermediate_Dir "Release\base" 1176!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1177# PROP Intermediate_Dir "Debug\base" 1178!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1179# PROP Intermediate_Dir "StaticRelease\base" 1180!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1181# PROP Intermediate_Dir "StaticDebug\base" 1182!ENDIF 1183# End Source File 1184# Begin Source File 1185 1186SOURCE=..\..\src\base\SbVec2d.cpp 1187!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1188# PROP Intermediate_Dir "Release\base" 1189!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1190# PROP Intermediate_Dir "Debug\base" 1191!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1192# PROP Intermediate_Dir "StaticRelease\base" 1193!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1194# PROP Intermediate_Dir "StaticDebug\base" 1195!ENDIF 1196# End Source File 1197# Begin Source File 1198 1199SOURCE=..\..\src\base\SbVec3b.cpp 1200!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1201# PROP Intermediate_Dir "Release\base" 1202!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1203# PROP Intermediate_Dir "Debug\base" 1204!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1205# PROP Intermediate_Dir "StaticRelease\base" 1206!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1207# PROP Intermediate_Dir "StaticDebug\base" 1208!ENDIF 1209# End Source File 1210# Begin Source File 1211 1212SOURCE=..\..\src\base\SbVec3ub.cpp 1213!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1214# PROP Intermediate_Dir "Release\base" 1215!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1216# PROP Intermediate_Dir "Debug\base" 1217!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1218# PROP Intermediate_Dir "StaticRelease\base" 1219!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1220# PROP Intermediate_Dir "StaticDebug\base" 1221!ENDIF 1222# End Source File 1223# Begin Source File 1224 1225SOURCE=..\..\src\base\SbVec3s.cpp 1226!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1227# PROP Intermediate_Dir "Release\base" 1228!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1229# PROP Intermediate_Dir "Debug\base" 1230!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1231# PROP Intermediate_Dir "StaticRelease\base" 1232!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1233# PROP Intermediate_Dir "StaticDebug\base" 1234!ENDIF 1235# End Source File 1236# Begin Source File 1237 1238SOURCE=..\..\src\base\SbVec3us.cpp 1239!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1240# PROP Intermediate_Dir "Release\base" 1241!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1242# PROP Intermediate_Dir "Debug\base" 1243!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1244# PROP Intermediate_Dir "StaticRelease\base" 1245!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1246# PROP Intermediate_Dir "StaticDebug\base" 1247!ENDIF 1248# End Source File 1249# Begin Source File 1250 1251SOURCE=..\..\src\base\SbVec3i32.cpp 1252!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1253# PROP Intermediate_Dir "Release\base" 1254!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1255# PROP Intermediate_Dir "Debug\base" 1256!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1257# PROP Intermediate_Dir "StaticRelease\base" 1258!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1259# PROP Intermediate_Dir "StaticDebug\base" 1260!ENDIF 1261# End Source File 1262# Begin Source File 1263 1264SOURCE=..\..\src\base\SbVec3ui32.cpp 1265!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1266# PROP Intermediate_Dir "Release\base" 1267!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1268# PROP Intermediate_Dir "Debug\base" 1269!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1270# PROP Intermediate_Dir "StaticRelease\base" 1271!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1272# PROP Intermediate_Dir "StaticDebug\base" 1273!ENDIF 1274# End Source File 1275# Begin Source File 1276 1277SOURCE=..\..\src\base\SbVec3f.cpp 1278!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1279# PROP Intermediate_Dir "Release\base" 1280!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1281# PROP Intermediate_Dir "Debug\base" 1282!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1283# PROP Intermediate_Dir "StaticRelease\base" 1284!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1285# PROP Intermediate_Dir "StaticDebug\base" 1286!ENDIF 1287# End Source File 1288# Begin Source File 1289 1290SOURCE=..\..\src\base\SbVec3d.cpp 1291!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1292# PROP Intermediate_Dir "Release\base" 1293!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1294# PROP Intermediate_Dir "Debug\base" 1295!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1296# PROP Intermediate_Dir "StaticRelease\base" 1297!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1298# PROP Intermediate_Dir "StaticDebug\base" 1299!ENDIF 1300# End Source File 1301# Begin Source File 1302 1303SOURCE=..\..\src\base\SbVec4b.cpp 1304!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1305# PROP Intermediate_Dir "Release\base" 1306!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1307# PROP Intermediate_Dir "Debug\base" 1308!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1309# PROP Intermediate_Dir "StaticRelease\base" 1310!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1311# PROP Intermediate_Dir "StaticDebug\base" 1312!ENDIF 1313# End Source File 1314# Begin Source File 1315 1316SOURCE=..\..\src\base\SbVec4ub.cpp 1317!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1318# PROP Intermediate_Dir "Release\base" 1319!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1320# PROP Intermediate_Dir "Debug\base" 1321!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1322# PROP Intermediate_Dir "StaticRelease\base" 1323!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1324# PROP Intermediate_Dir "StaticDebug\base" 1325!ENDIF 1326# End Source File 1327# Begin Source File 1328 1329SOURCE=..\..\src\base\SbVec4s.cpp 1330!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1331# PROP Intermediate_Dir "Release\base" 1332!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1333# PROP Intermediate_Dir "Debug\base" 1334!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1335# PROP Intermediate_Dir "StaticRelease\base" 1336!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1337# PROP Intermediate_Dir "StaticDebug\base" 1338!ENDIF 1339# End Source File 1340# Begin Source File 1341 1342SOURCE=..\..\src\base\SbVec4us.cpp 1343!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1344# PROP Intermediate_Dir "Release\base" 1345!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1346# PROP Intermediate_Dir "Debug\base" 1347!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1348# PROP Intermediate_Dir "StaticRelease\base" 1349!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1350# PROP Intermediate_Dir "StaticDebug\base" 1351!ENDIF 1352# End Source File 1353# Begin Source File 1354 1355SOURCE=..\..\src\base\SbVec4i32.cpp 1356!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1357# PROP Intermediate_Dir "Release\base" 1358!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1359# PROP Intermediate_Dir "Debug\base" 1360!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1361# PROP Intermediate_Dir "StaticRelease\base" 1362!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1363# PROP Intermediate_Dir "StaticDebug\base" 1364!ENDIF 1365# End Source File 1366# Begin Source File 1367 1368SOURCE=..\..\src\base\SbVec4ui32.cpp 1369!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1370# PROP Intermediate_Dir "Release\base" 1371!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1372# PROP Intermediate_Dir "Debug\base" 1373!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1374# PROP Intermediate_Dir "StaticRelease\base" 1375!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1376# PROP Intermediate_Dir "StaticDebug\base" 1377!ENDIF 1378# End Source File 1379# Begin Source File 1380 1381SOURCE=..\..\src\base\SbVec4f.cpp 1382!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1383# PROP Intermediate_Dir "Release\base" 1384!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1385# PROP Intermediate_Dir "Debug\base" 1386!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1387# PROP Intermediate_Dir "StaticRelease\base" 1388!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1389# PROP Intermediate_Dir "StaticDebug\base" 1390!ENDIF 1391# End Source File 1392# Begin Source File 1393 1394SOURCE=..\..\src\base\SbVec4d.cpp 1395!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1396# PROP Intermediate_Dir "Release\base" 1397!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1398# PROP Intermediate_Dir "Debug\base" 1399!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1400# PROP Intermediate_Dir "StaticRelease\base" 1401!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1402# PROP Intermediate_Dir "StaticDebug\base" 1403!ENDIF 1404# End Source File 1405# Begin Source File 1406 1407SOURCE=..\..\src\base\SbViewVolume.cpp 1408!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1409# PROP Intermediate_Dir "Release\base" 1410!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1411# PROP Intermediate_Dir "Debug\base" 1412!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1413# PROP Intermediate_Dir "StaticRelease\base" 1414!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1415# PROP Intermediate_Dir "StaticDebug\base" 1416!ENDIF 1417# End Source File 1418# Begin Source File 1419 1420SOURCE=..\..\src\base\SbDPViewVolume.cpp 1421!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1422# PROP Intermediate_Dir "Release\base" 1423!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1424# PROP Intermediate_Dir "Debug\base" 1425!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1426# PROP Intermediate_Dir "StaticRelease\base" 1427!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1428# PROP Intermediate_Dir "StaticDebug\base" 1429!ENDIF 1430# End Source File 1431# Begin Source File 1432 1433SOURCE=..\..\src\base\SbViewportRegion.cpp 1434!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1435# PROP Intermediate_Dir "Release\base" 1436!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1437# PROP Intermediate_Dir "Debug\base" 1438!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1439# PROP Intermediate_Dir "StaticRelease\base" 1440!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1441# PROP Intermediate_Dir "StaticDebug\base" 1442!ENDIF 1443# End Source File 1444# Begin Source File 1445 1446SOURCE=..\..\src\base\SbXfBox3f.cpp 1447!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1448# PROP Intermediate_Dir "Release\base" 1449!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1450# PROP Intermediate_Dir "Debug\base" 1451!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1452# PROP Intermediate_Dir "StaticRelease\base" 1453!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1454# PROP Intermediate_Dir "StaticDebug\base" 1455!ENDIF 1456# End Source File 1457# Begin Source File 1458 1459SOURCE=..\..\src\base\SbXfBox3d.cpp 1460!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1461# PROP Intermediate_Dir "Release\base" 1462!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1463# PROP Intermediate_Dir "Debug\base" 1464!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1465# PROP Intermediate_Dir "StaticRelease\base" 1466!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1467# PROP Intermediate_Dir "StaticDebug\base" 1468!ENDIF 1469# End Source File 1470# End Group 1471# Begin Group "bundles sources" 1472# PROP Default_Filter "c;cpp;ic;icc;h" 1473# Begin Source File 1474 1475SOURCE=..\..\src\bundles\SoBundle.cpp 1476!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1477# PROP Intermediate_Dir "Release\bundles" 1478!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1479# PROP Intermediate_Dir "Debug\bundles" 1480!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1481# PROP Intermediate_Dir "StaticRelease\bundles" 1482!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1483# PROP Intermediate_Dir "StaticDebug\bundles" 1484!ENDIF 1485# End Source File 1486# Begin Source File 1487 1488SOURCE=..\..\src\bundles\SoMaterialBundle.cpp 1489!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1490# PROP Intermediate_Dir "Release\bundles" 1491!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1492# PROP Intermediate_Dir "Debug\bundles" 1493!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1494# PROP Intermediate_Dir "StaticRelease\bundles" 1495!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1496# PROP Intermediate_Dir "StaticDebug\bundles" 1497!ENDIF 1498# End Source File 1499# Begin Source File 1500 1501SOURCE=..\..\src\bundles\SoNormalBundle.cpp 1502!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1503# PROP Intermediate_Dir "Release\bundles" 1504!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1505# PROP Intermediate_Dir "Debug\bundles" 1506!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1507# PROP Intermediate_Dir "StaticRelease\bundles" 1508!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1509# PROP Intermediate_Dir "StaticDebug\bundles" 1510!ENDIF 1511# End Source File 1512# Begin Source File 1513 1514SOURCE=..\..\src\bundles\SoVertexAttributeBundle.cpp 1515!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1516# PROP Intermediate_Dir "Release\bundles" 1517!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1518# PROP Intermediate_Dir "Debug\bundles" 1519!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1520# PROP Intermediate_Dir "StaticRelease\bundles" 1521!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1522# PROP Intermediate_Dir "StaticDebug\bundles" 1523!ENDIF 1524# End Source File 1525# Begin Source File 1526 1527SOURCE=..\..\src\bundles\SoTextureCoordinateBundle.cpp 1528!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1529# PROP Intermediate_Dir "Release\bundles" 1530!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1531# PROP Intermediate_Dir "Debug\bundles" 1532!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1533# PROP Intermediate_Dir "StaticRelease\bundles" 1534!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1535# PROP Intermediate_Dir "StaticDebug\bundles" 1536!ENDIF 1537# End Source File 1538# End Group 1539# Begin Group "caches sources" 1540# PROP Default_Filter "c;cpp;ic;icc;h" 1541# Begin Source File 1542 1543SOURCE=..\..\src\caches\SoBoundingBoxCache.cpp 1544!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1545# PROP Intermediate_Dir "Release\caches" 1546!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1547# PROP Intermediate_Dir "Debug\caches" 1548!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1549# PROP Intermediate_Dir "StaticRelease\caches" 1550!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1551# PROP Intermediate_Dir "StaticDebug\caches" 1552!ENDIF 1553# End Source File 1554# Begin Source File 1555 1556SOURCE=..\..\src\caches\SoCache.cpp 1557!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1558# PROP Intermediate_Dir "Release\caches" 1559!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1560# PROP Intermediate_Dir "Debug\caches" 1561!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1562# PROP Intermediate_Dir "StaticRelease\caches" 1563!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1564# PROP Intermediate_Dir "StaticDebug\caches" 1565!ENDIF 1566# End Source File 1567# Begin Source File 1568 1569SOURCE=..\..\src\caches\SoConvexDataCache.cpp 1570!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1571# PROP Intermediate_Dir "Release\caches" 1572!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1573# PROP Intermediate_Dir "Debug\caches" 1574!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1575# PROP Intermediate_Dir "StaticRelease\caches" 1576!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1577# PROP Intermediate_Dir "StaticDebug\caches" 1578!ENDIF 1579# End Source File 1580# Begin Source File 1581 1582SOURCE=..\..\src\caches\SoGLCacheList.cpp 1583!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1584# PROP Intermediate_Dir "Release\caches" 1585!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1586# PROP Intermediate_Dir "Debug\caches" 1587!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1588# PROP Intermediate_Dir "StaticRelease\caches" 1589!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1590# PROP Intermediate_Dir "StaticDebug\caches" 1591!ENDIF 1592# End Source File 1593# Begin Source File 1594 1595SOURCE=..\..\src\caches\SoGLRenderCache.cpp 1596!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1597# PROP Intermediate_Dir "Release\caches" 1598!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1599# PROP Intermediate_Dir "Debug\caches" 1600!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1601# PROP Intermediate_Dir "StaticRelease\caches" 1602!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1603# PROP Intermediate_Dir "StaticDebug\caches" 1604!ENDIF 1605# End Source File 1606# Begin Source File 1607 1608SOURCE=..\..\src\caches\SoNormalCache.cpp 1609!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1610# PROP Intermediate_Dir "Release\caches" 1611!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1612# PROP Intermediate_Dir "Debug\caches" 1613!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1614# PROP Intermediate_Dir "StaticRelease\caches" 1615!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1616# PROP Intermediate_Dir "StaticDebug\caches" 1617!ENDIF 1618# End Source File 1619# Begin Source File 1620 1621SOURCE=..\..\src\caches\SoTextureCoordinateCache.cpp 1622!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1623# PROP Intermediate_Dir "Release\caches" 1624!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1625# PROP Intermediate_Dir "Debug\caches" 1626!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1627# PROP Intermediate_Dir "StaticRelease\caches" 1628!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1629# PROP Intermediate_Dir "StaticDebug\caches" 1630!ENDIF 1631# End Source File 1632# Begin Source File 1633 1634SOURCE=..\..\src\caches\SoPrimitiveVertexCache.cpp 1635!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1636# PROP Intermediate_Dir "Release\caches" 1637!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1638# PROP Intermediate_Dir "Debug\caches" 1639!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1640# PROP Intermediate_Dir "StaticRelease\caches" 1641!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1642# PROP Intermediate_Dir "StaticDebug\caches" 1643!ENDIF 1644# End Source File 1645# Begin Source File 1646 1647SOURCE=..\..\src\caches\SoGlyphCache.cpp 1648!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1649# PROP Intermediate_Dir "Release\caches" 1650!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1651# PROP Intermediate_Dir "Debug\caches" 1652!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1653# PROP Intermediate_Dir "StaticRelease\caches" 1654!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1655# PROP Intermediate_Dir "StaticDebug\caches" 1656!ENDIF 1657# End Source File 1658# Begin Source File 1659 1660SOURCE=..\..\src\caches\SoShaderProgramCache.cpp 1661!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1662# PROP Intermediate_Dir "Release\caches" 1663!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1664# PROP Intermediate_Dir "Debug\caches" 1665!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1666# PROP Intermediate_Dir "StaticRelease\caches" 1667!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1668# PROP Intermediate_Dir "StaticDebug\caches" 1669!ENDIF 1670# End Source File 1671# Begin Source File 1672 1673SOURCE=..\..\src\caches\SoVBOCache.cpp 1674!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1675# PROP Intermediate_Dir "Release\caches" 1676!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1677# PROP Intermediate_Dir "Debug\caches" 1678!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1679# PROP Intermediate_Dir "StaticRelease\caches" 1680!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1681# PROP Intermediate_Dir "StaticDebug\caches" 1682!ENDIF 1683# End Source File 1684# End Group 1685# Begin Group "details sources" 1686# PROP Default_Filter "c;cpp;ic;icc;h" 1687# Begin Source File 1688 1689SOURCE=..\..\src\details\SoDetail.cpp 1690!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1691# PROP Intermediate_Dir "Release\details" 1692!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1693# PROP Intermediate_Dir "Debug\details" 1694!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1695# PROP Intermediate_Dir "StaticRelease\details" 1696!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1697# PROP Intermediate_Dir "StaticDebug\details" 1698!ENDIF 1699# End Source File 1700# Begin Source File 1701 1702SOURCE=..\..\src\details\SoConeDetail.cpp 1703!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1704# PROP Intermediate_Dir "Release\details" 1705!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1706# PROP Intermediate_Dir "Debug\details" 1707!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1708# PROP Intermediate_Dir "StaticRelease\details" 1709!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1710# PROP Intermediate_Dir "StaticDebug\details" 1711!ENDIF 1712# End Source File 1713# Begin Source File 1714 1715SOURCE=..\..\src\details\SoCubeDetail.cpp 1716!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1717# PROP Intermediate_Dir "Release\details" 1718!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1719# PROP Intermediate_Dir "Debug\details" 1720!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1721# PROP Intermediate_Dir "StaticRelease\details" 1722!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1723# PROP Intermediate_Dir "StaticDebug\details" 1724!ENDIF 1725# End Source File 1726# Begin Source File 1727 1728SOURCE=..\..\src\details\SoCylinderDetail.cpp 1729!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1730# PROP Intermediate_Dir "Release\details" 1731!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1732# PROP Intermediate_Dir "Debug\details" 1733!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1734# PROP Intermediate_Dir "StaticRelease\details" 1735!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1736# PROP Intermediate_Dir "StaticDebug\details" 1737!ENDIF 1738# End Source File 1739# Begin Source File 1740 1741SOURCE=..\..\src\details\SoFaceDetail.cpp 1742!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1743# PROP Intermediate_Dir "Release\details" 1744!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1745# PROP Intermediate_Dir "Debug\details" 1746!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1747# PROP Intermediate_Dir "StaticRelease\details" 1748!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1749# PROP Intermediate_Dir "StaticDebug\details" 1750!ENDIF 1751# End Source File 1752# Begin Source File 1753 1754SOURCE=..\..\src\details\SoLineDetail.cpp 1755!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1756# PROP Intermediate_Dir "Release\details" 1757!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1758# PROP Intermediate_Dir "Debug\details" 1759!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1760# PROP Intermediate_Dir "StaticRelease\details" 1761!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1762# PROP Intermediate_Dir "StaticDebug\details" 1763!ENDIF 1764# End Source File 1765# Begin Source File 1766 1767SOURCE=..\..\src\details\SoNodeKitDetail.cpp 1768!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1769# PROP Intermediate_Dir "Release\details" 1770!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1771# PROP Intermediate_Dir "Debug\details" 1772!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1773# PROP Intermediate_Dir "StaticRelease\details" 1774!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1775# PROP Intermediate_Dir "StaticDebug\details" 1776!ENDIF 1777# End Source File 1778# Begin Source File 1779 1780SOURCE=..\..\src\details\SoPointDetail.cpp 1781!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1782# PROP Intermediate_Dir "Release\details" 1783!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1784# PROP Intermediate_Dir "Debug\details" 1785!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1786# PROP Intermediate_Dir "StaticRelease\details" 1787!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1788# PROP Intermediate_Dir "StaticDebug\details" 1789!ENDIF 1790# End Source File 1791# Begin Source File 1792 1793SOURCE=..\..\src\details\SoTextDetail.cpp 1794!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1795# PROP Intermediate_Dir "Release\details" 1796!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1797# PROP Intermediate_Dir "Debug\details" 1798!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1799# PROP Intermediate_Dir "StaticRelease\details" 1800!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1801# PROP Intermediate_Dir "StaticDebug\details" 1802!ENDIF 1803# End Source File 1804# End Group 1805# Begin Group "draggers sources" 1806# PROP Default_Filter "c;cpp;ic;icc;h" 1807# Begin Source File 1808 1809SOURCE=..\..\src\draggers\SoDragger.cpp 1810!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1811# PROP Intermediate_Dir "Release\draggers" 1812!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1813# PROP Intermediate_Dir "Debug\draggers" 1814!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1815# PROP Intermediate_Dir "StaticRelease\draggers" 1816!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1817# PROP Intermediate_Dir "StaticDebug\draggers" 1818!ENDIF 1819# End Source File 1820# Begin Source File 1821 1822SOURCE=..\..\src\draggers\SoCenterballDragger.cpp 1823!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1824# PROP Intermediate_Dir "Release\draggers" 1825!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1826# PROP Intermediate_Dir "Debug\draggers" 1827!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1828# PROP Intermediate_Dir "StaticRelease\draggers" 1829!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1830# PROP Intermediate_Dir "StaticDebug\draggers" 1831!ENDIF 1832# End Source File 1833# Begin Source File 1834 1835SOURCE=..\..\src\draggers\SoDirectionalLightDragger.cpp 1836!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1837# PROP Intermediate_Dir "Release\draggers" 1838!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1839# PROP Intermediate_Dir "Debug\draggers" 1840!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1841# PROP Intermediate_Dir "StaticRelease\draggers" 1842!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1843# PROP Intermediate_Dir "StaticDebug\draggers" 1844!ENDIF 1845# End Source File 1846# Begin Source File 1847 1848SOURCE=..\..\src\draggers\SoDragPointDragger.cpp 1849!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1850# PROP Intermediate_Dir "Release\draggers" 1851!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1852# PROP Intermediate_Dir "Debug\draggers" 1853!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1854# PROP Intermediate_Dir "StaticRelease\draggers" 1855!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1856# PROP Intermediate_Dir "StaticDebug\draggers" 1857!ENDIF 1858# End Source File 1859# Begin Source File 1860 1861SOURCE=..\..\src\draggers\SoHandleBoxDragger.cpp 1862!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1863# PROP Intermediate_Dir "Release\draggers" 1864!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1865# PROP Intermediate_Dir "Debug\draggers" 1866!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1867# PROP Intermediate_Dir "StaticRelease\draggers" 1868!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1869# PROP Intermediate_Dir "StaticDebug\draggers" 1870!ENDIF 1871# End Source File 1872# Begin Source File 1873 1874SOURCE=..\..\src\draggers\SoJackDragger.cpp 1875!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1876# PROP Intermediate_Dir "Release\draggers" 1877!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1878# PROP Intermediate_Dir "Debug\draggers" 1879!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1880# PROP Intermediate_Dir "StaticRelease\draggers" 1881!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1882# PROP Intermediate_Dir "StaticDebug\draggers" 1883!ENDIF 1884# End Source File 1885# Begin Source File 1886 1887SOURCE=..\..\src\draggers\SoPointLightDragger.cpp 1888!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1889# PROP Intermediate_Dir "Release\draggers" 1890!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1891# PROP Intermediate_Dir "Debug\draggers" 1892!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1893# PROP Intermediate_Dir "StaticRelease\draggers" 1894!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1895# PROP Intermediate_Dir "StaticDebug\draggers" 1896!ENDIF 1897# End Source File 1898# Begin Source File 1899 1900SOURCE=..\..\src\draggers\SoRotateCylindricalDragger.cpp 1901!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1902# PROP Intermediate_Dir "Release\draggers" 1903!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1904# PROP Intermediate_Dir "Debug\draggers" 1905!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1906# PROP Intermediate_Dir "StaticRelease\draggers" 1907!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1908# PROP Intermediate_Dir "StaticDebug\draggers" 1909!ENDIF 1910# End Source File 1911# Begin Source File 1912 1913SOURCE=..\..\src\draggers\SoRotateDiscDragger.cpp 1914!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1915# PROP Intermediate_Dir "Release\draggers" 1916!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1917# PROP Intermediate_Dir "Debug\draggers" 1918!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1919# PROP Intermediate_Dir "StaticRelease\draggers" 1920!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1921# PROP Intermediate_Dir "StaticDebug\draggers" 1922!ENDIF 1923# End Source File 1924# Begin Source File 1925 1926SOURCE=..\..\src\draggers\SoRotateSphericalDragger.cpp 1927!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1928# PROP Intermediate_Dir "Release\draggers" 1929!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1930# PROP Intermediate_Dir "Debug\draggers" 1931!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1932# PROP Intermediate_Dir "StaticRelease\draggers" 1933!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1934# PROP Intermediate_Dir "StaticDebug\draggers" 1935!ENDIF 1936# End Source File 1937# Begin Source File 1938 1939SOURCE=..\..\src\draggers\SoScale1Dragger.cpp 1940!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1941# PROP Intermediate_Dir "Release\draggers" 1942!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1943# PROP Intermediate_Dir "Debug\draggers" 1944!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1945# PROP Intermediate_Dir "StaticRelease\draggers" 1946!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1947# PROP Intermediate_Dir "StaticDebug\draggers" 1948!ENDIF 1949# End Source File 1950# Begin Source File 1951 1952SOURCE=..\..\src\draggers\SoScale2Dragger.cpp 1953!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1954# PROP Intermediate_Dir "Release\draggers" 1955!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1956# PROP Intermediate_Dir "Debug\draggers" 1957!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1958# PROP Intermediate_Dir "StaticRelease\draggers" 1959!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1960# PROP Intermediate_Dir "StaticDebug\draggers" 1961!ENDIF 1962# End Source File 1963# Begin Source File 1964 1965SOURCE=..\..\src\draggers\SoScale2UniformDragger.cpp 1966!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1967# PROP Intermediate_Dir "Release\draggers" 1968!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1969# PROP Intermediate_Dir "Debug\draggers" 1970!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1971# PROP Intermediate_Dir "StaticRelease\draggers" 1972!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1973# PROP Intermediate_Dir "StaticDebug\draggers" 1974!ENDIF 1975# End Source File 1976# Begin Source File 1977 1978SOURCE=..\..\src\draggers\SoScaleUniformDragger.cpp 1979!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1980# PROP Intermediate_Dir "Release\draggers" 1981!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1982# PROP Intermediate_Dir "Debug\draggers" 1983!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1984# PROP Intermediate_Dir "StaticRelease\draggers" 1985!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1986# PROP Intermediate_Dir "StaticDebug\draggers" 1987!ENDIF 1988# End Source File 1989# Begin Source File 1990 1991SOURCE=..\..\src\draggers\SoSpotLightDragger.cpp 1992!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 1993# PROP Intermediate_Dir "Release\draggers" 1994!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 1995# PROP Intermediate_Dir "Debug\draggers" 1996!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 1997# PROP Intermediate_Dir "StaticRelease\draggers" 1998!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 1999# PROP Intermediate_Dir "StaticDebug\draggers" 2000!ENDIF 2001# End Source File 2002# Begin Source File 2003 2004SOURCE=..\..\src\draggers\SoTabBoxDragger.cpp 2005!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2006# PROP Intermediate_Dir "Release\draggers" 2007!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2008# PROP Intermediate_Dir "Debug\draggers" 2009!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2010# PROP Intermediate_Dir "StaticRelease\draggers" 2011!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2012# PROP Intermediate_Dir "StaticDebug\draggers" 2013!ENDIF 2014# End Source File 2015# Begin Source File 2016 2017SOURCE=..\..\src\draggers\SoTabPlaneDragger.cpp 2018!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2019# PROP Intermediate_Dir "Release\draggers" 2020!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2021# PROP Intermediate_Dir "Debug\draggers" 2022!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2023# PROP Intermediate_Dir "StaticRelease\draggers" 2024!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2025# PROP Intermediate_Dir "StaticDebug\draggers" 2026!ENDIF 2027# End Source File 2028# Begin Source File 2029 2030SOURCE=..\..\src\draggers\SoTrackballDragger.cpp 2031!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2032# PROP Intermediate_Dir "Release\draggers" 2033!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2034# PROP Intermediate_Dir "Debug\draggers" 2035!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2036# PROP Intermediate_Dir "StaticRelease\draggers" 2037!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2038# PROP Intermediate_Dir "StaticDebug\draggers" 2039!ENDIF 2040# End Source File 2041# Begin Source File 2042 2043SOURCE=..\..\src\draggers\SoTransformBoxDragger.cpp 2044!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2045# PROP Intermediate_Dir "Release\draggers" 2046!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2047# PROP Intermediate_Dir "Debug\draggers" 2048!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2049# PROP Intermediate_Dir "StaticRelease\draggers" 2050!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2051# PROP Intermediate_Dir "StaticDebug\draggers" 2052!ENDIF 2053# End Source File 2054# Begin Source File 2055 2056SOURCE=..\..\src\draggers\SoTransformerDragger.cpp 2057!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2058# PROP Intermediate_Dir "Release\draggers" 2059!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2060# PROP Intermediate_Dir "Debug\draggers" 2061!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2062# PROP Intermediate_Dir "StaticRelease\draggers" 2063!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2064# PROP Intermediate_Dir "StaticDebug\draggers" 2065!ENDIF 2066# End Source File 2067# Begin Source File 2068 2069SOURCE=..\..\src\draggers\SoTranslate1Dragger.cpp 2070!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2071# PROP Intermediate_Dir "Release\draggers" 2072!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2073# PROP Intermediate_Dir "Debug\draggers" 2074!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2075# PROP Intermediate_Dir "StaticRelease\draggers" 2076!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2077# PROP Intermediate_Dir "StaticDebug\draggers" 2078!ENDIF 2079# End Source File 2080# Begin Source File 2081 2082SOURCE=..\..\src\draggers\SoTranslate2Dragger.cpp 2083!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2084# PROP Intermediate_Dir "Release\draggers" 2085!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2086# PROP Intermediate_Dir "Debug\draggers" 2087!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2088# PROP Intermediate_Dir "StaticRelease\draggers" 2089!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2090# PROP Intermediate_Dir "StaticDebug\draggers" 2091!ENDIF 2092# End Source File 2093# End Group 2094# Begin Group "elements/GL sources" 2095# PROP Default_Filter "c;cpp;ic;icc;h" 2096# Begin Source File 2097 2098SOURCE=..\..\src\elements\GL\SoGLCacheContextElement.cpp 2099!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2100# PROP Intermediate_Dir "Release\elements\GL" 2101!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2102# PROP Intermediate_Dir "Debug\elements\GL" 2103!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2104# PROP Intermediate_Dir "StaticRelease\elements\GL" 2105!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2106# PROP Intermediate_Dir "StaticDebug\elements\GL" 2107!ENDIF 2108# End Source File 2109# Begin Source File 2110 2111SOURCE=..\..\src\elements\GL\SoGLClipPlaneElement.cpp 2112!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2113# PROP Intermediate_Dir "Release\elements\GL" 2114!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2115# PROP Intermediate_Dir "Debug\elements\GL" 2116!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2117# PROP Intermediate_Dir "StaticRelease\elements\GL" 2118!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2119# PROP Intermediate_Dir "StaticDebug\elements\GL" 2120!ENDIF 2121# End Source File 2122# Begin Source File 2123 2124SOURCE=..\..\src\elements\GL\SoGLColorIndexElement.cpp 2125!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2126# PROP Intermediate_Dir "Release\elements\GL" 2127!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2128# PROP Intermediate_Dir "Debug\elements\GL" 2129!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2130# PROP Intermediate_Dir "StaticRelease\elements\GL" 2131!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2132# PROP Intermediate_Dir "StaticDebug\elements\GL" 2133!ENDIF 2134# End Source File 2135# Begin Source File 2136 2137SOURCE=..\..\src\elements\GL\SoGLCoordinateElement.cpp 2138!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2139# PROP Intermediate_Dir "Release\elements\GL" 2140!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2141# PROP Intermediate_Dir "Debug\elements\GL" 2142!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2143# PROP Intermediate_Dir "StaticRelease\elements\GL" 2144!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2145# PROP Intermediate_Dir "StaticDebug\elements\GL" 2146!ENDIF 2147# End Source File 2148# Begin Source File 2149 2150SOURCE=..\..\src\elements\GL\SoGLDepthBufferElement.cpp 2151!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2152# PROP Intermediate_Dir "Release\elements\GL" 2153!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2154# PROP Intermediate_Dir "Debug\elements\GL" 2155!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2156# PROP Intermediate_Dir "StaticRelease\elements\GL" 2157!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2158# PROP Intermediate_Dir "StaticDebug\elements\GL" 2159!ENDIF 2160# End Source File 2161# Begin Source File 2162 2163SOURCE=..\..\src\elements\GL\SoGLDrawStyleElement.cpp 2164!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2165# PROP Intermediate_Dir "Release\elements\GL" 2166!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2167# PROP Intermediate_Dir "Debug\elements\GL" 2168!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2169# PROP Intermediate_Dir "StaticRelease\elements\GL" 2170!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2171# PROP Intermediate_Dir "StaticDebug\elements\GL" 2172!ENDIF 2173# End Source File 2174# Begin Source File 2175 2176SOURCE=..\..\src\elements\GL\SoGLEnvironmentElement.cpp 2177!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2178# PROP Intermediate_Dir "Release\elements\GL" 2179!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2180# PROP Intermediate_Dir "Debug\elements\GL" 2181!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2182# PROP Intermediate_Dir "StaticRelease\elements\GL" 2183!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2184# PROP Intermediate_Dir "StaticDebug\elements\GL" 2185!ENDIF 2186# End Source File 2187# Begin Source File 2188 2189SOURCE=..\..\src\elements\GL\SoGLLazyElement.cpp 2190!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2191# PROP Intermediate_Dir "Release\elements\GL" 2192!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2193# PROP Intermediate_Dir "Debug\elements\GL" 2194!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2195# PROP Intermediate_Dir "StaticRelease\elements\GL" 2196!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2197# PROP Intermediate_Dir "StaticDebug\elements\GL" 2198!ENDIF 2199# End Source File 2200# Begin Source File 2201 2202SOURCE=..\..\src\elements\GL\SoGLLightIdElement.cpp 2203!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2204# PROP Intermediate_Dir "Release\elements\GL" 2205!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2206# PROP Intermediate_Dir "Debug\elements\GL" 2207!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2208# PROP Intermediate_Dir "StaticRelease\elements\GL" 2209!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2210# PROP Intermediate_Dir "StaticDebug\elements\GL" 2211!ENDIF 2212# End Source File 2213# Begin Source File 2214 2215SOURCE=..\..\src\elements\GL\SoGLLinePatternElement.cpp 2216!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2217# PROP Intermediate_Dir "Release\elements\GL" 2218!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2219# PROP Intermediate_Dir "Debug\elements\GL" 2220!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2221# PROP Intermediate_Dir "StaticRelease\elements\GL" 2222!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2223# PROP Intermediate_Dir "StaticDebug\elements\GL" 2224!ENDIF 2225# End Source File 2226# Begin Source File 2227 2228SOURCE=..\..\src\elements\GL\SoGLLineWidthElement.cpp 2229!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2230# PROP Intermediate_Dir "Release\elements\GL" 2231!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2232# PROP Intermediate_Dir "Debug\elements\GL" 2233!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2234# PROP Intermediate_Dir "StaticRelease\elements\GL" 2235!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2236# PROP Intermediate_Dir "StaticDebug\elements\GL" 2237!ENDIF 2238# End Source File 2239# Begin Source File 2240 2241SOURCE=..\..\src\elements\GL\SoGLModelMatrixElement.cpp 2242!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2243# PROP Intermediate_Dir "Release\elements\GL" 2244!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2245# PROP Intermediate_Dir "Debug\elements\GL" 2246!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2247# PROP Intermediate_Dir "StaticRelease\elements\GL" 2248!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2249# PROP Intermediate_Dir "StaticDebug\elements\GL" 2250!ENDIF 2251# End Source File 2252# Begin Source File 2253 2254SOURCE=..\..\src\elements\GL\SoGLMultiTextureCoordinateElement.cpp 2255!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2256# PROP Intermediate_Dir "Release\elements\GL" 2257!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2258# PROP Intermediate_Dir "Debug\elements\GL" 2259!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2260# PROP Intermediate_Dir "StaticRelease\elements\GL" 2261!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2262# PROP Intermediate_Dir "StaticDebug\elements\GL" 2263!ENDIF 2264# End Source File 2265# Begin Source File 2266 2267SOURCE=..\..\src\elements\GL\SoGLMultiTextureEnabledElement.cpp 2268!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2269# PROP Intermediate_Dir "Release\elements\GL" 2270!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2271# PROP Intermediate_Dir "Debug\elements\GL" 2272!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2273# PROP Intermediate_Dir "StaticRelease\elements\GL" 2274!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2275# PROP Intermediate_Dir "StaticDebug\elements\GL" 2276!ENDIF 2277# End Source File 2278# Begin Source File 2279 2280SOURCE=..\..\src\elements\GL\SoGLMultiTextureMatrixElement.cpp 2281!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2282# PROP Intermediate_Dir "Release\elements\GL" 2283!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2284# PROP Intermediate_Dir "Debug\elements\GL" 2285!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2286# PROP Intermediate_Dir "StaticRelease\elements\GL" 2287!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2288# PROP Intermediate_Dir "StaticDebug\elements\GL" 2289!ENDIF 2290# End Source File 2291# Begin Source File 2292 2293SOURCE=..\..\src\elements\GL\SoGLMultiTextureImageElement.cpp 2294!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2295# PROP Intermediate_Dir "Release\elements\GL" 2296!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2297# PROP Intermediate_Dir "Debug\elements\GL" 2298!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2299# PROP Intermediate_Dir "StaticRelease\elements\GL" 2300!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2301# PROP Intermediate_Dir "StaticDebug\elements\GL" 2302!ENDIF 2303# End Source File 2304# Begin Source File 2305 2306SOURCE=..\..\src\elements\GL\SoGLNormalElement.cpp 2307!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2308# PROP Intermediate_Dir "Release\elements\GL" 2309!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2310# PROP Intermediate_Dir "Debug\elements\GL" 2311!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2312# PROP Intermediate_Dir "StaticRelease\elements\GL" 2313!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2314# PROP Intermediate_Dir "StaticDebug\elements\GL" 2315!ENDIF 2316# End Source File 2317# Begin Source File 2318 2319SOURCE=..\..\src\elements\GL\SoGLPointSizeElement.cpp 2320!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2321# PROP Intermediate_Dir "Release\elements\GL" 2322!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2323# PROP Intermediate_Dir "Debug\elements\GL" 2324!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2325# PROP Intermediate_Dir "StaticRelease\elements\GL" 2326!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2327# PROP Intermediate_Dir "StaticDebug\elements\GL" 2328!ENDIF 2329# End Source File 2330# Begin Source File 2331 2332SOURCE=..\..\src\elements\GL\SoGLPolygonOffsetElement.cpp 2333!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2334# PROP Intermediate_Dir "Release\elements\GL" 2335!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2336# PROP Intermediate_Dir "Debug\elements\GL" 2337!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2338# PROP Intermediate_Dir "StaticRelease\elements\GL" 2339!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2340# PROP Intermediate_Dir "StaticDebug\elements\GL" 2341!ENDIF 2342# End Source File 2343# Begin Source File 2344 2345SOURCE=..\..\src\elements\GL\SoGLProjectionMatrixElement.cpp 2346!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2347# PROP Intermediate_Dir "Release\elements\GL" 2348!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2349# PROP Intermediate_Dir "Debug\elements\GL" 2350!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2351# PROP Intermediate_Dir "StaticRelease\elements\GL" 2352!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2353# PROP Intermediate_Dir "StaticDebug\elements\GL" 2354!ENDIF 2355# End Source File 2356# Begin Source File 2357 2358SOURCE=..\..\src\elements\GL\SoGLRenderPassElement.cpp 2359!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2360# PROP Intermediate_Dir "Release\elements\GL" 2361!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2362# PROP Intermediate_Dir "Debug\elements\GL" 2363!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2364# PROP Intermediate_Dir "StaticRelease\elements\GL" 2365!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2366# PROP Intermediate_Dir "StaticDebug\elements\GL" 2367!ENDIF 2368# End Source File 2369# Begin Source File 2370 2371SOURCE=..\..\src\elements\GL\SoGLShapeHintsElement.cpp 2372!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2373# PROP Intermediate_Dir "Release\elements\GL" 2374!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2375# PROP Intermediate_Dir "Debug\elements\GL" 2376!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2377# PROP Intermediate_Dir "StaticRelease\elements\GL" 2378!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2379# PROP Intermediate_Dir "StaticDebug\elements\GL" 2380!ENDIF 2381# End Source File 2382# Begin Source File 2383 2384SOURCE=..\..\src\elements\GL\SoGLUpdateAreaElement.cpp 2385!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2386# PROP Intermediate_Dir "Release\elements\GL" 2387!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2388# PROP Intermediate_Dir "Debug\elements\GL" 2389!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2390# PROP Intermediate_Dir "StaticRelease\elements\GL" 2391!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2392# PROP Intermediate_Dir "StaticDebug\elements\GL" 2393!ENDIF 2394# End Source File 2395# Begin Source File 2396 2397SOURCE=..\..\src\elements\GL\SoGLVBOElement.cpp 2398!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2399# PROP Intermediate_Dir "Release\elements\GL" 2400!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2401# PROP Intermediate_Dir "Debug\elements\GL" 2402!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2403# PROP Intermediate_Dir "StaticRelease\elements\GL" 2404!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2405# PROP Intermediate_Dir "StaticDebug\elements\GL" 2406!ENDIF 2407# End Source File 2408# Begin Source File 2409 2410SOURCE=..\..\src\elements\GL\SoGLViewingMatrixElement.cpp 2411!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2412# PROP Intermediate_Dir "Release\elements\GL" 2413!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2414# PROP Intermediate_Dir "Debug\elements\GL" 2415!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2416# PROP Intermediate_Dir "StaticRelease\elements\GL" 2417!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2418# PROP Intermediate_Dir "StaticDebug\elements\GL" 2419!ENDIF 2420# End Source File 2421# Begin Source File 2422 2423SOURCE=..\..\src\elements\GL\SoGLViewportRegionElement.cpp 2424!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2425# PROP Intermediate_Dir "Release\elements\GL" 2426!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2427# PROP Intermediate_Dir "Debug\elements\GL" 2428!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2429# PROP Intermediate_Dir "StaticRelease\elements\GL" 2430!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2431# PROP Intermediate_Dir "StaticDebug\elements\GL" 2432!ENDIF 2433# End Source File 2434# Begin Source File 2435 2436SOURCE=..\..\src\elements\GL\SoGLDisplayList.cpp 2437!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2438# PROP Intermediate_Dir "Release\elements\GL" 2439!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2440# PROP Intermediate_Dir "Debug\elements\GL" 2441!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2442# PROP Intermediate_Dir "StaticRelease\elements\GL" 2443!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2444# PROP Intermediate_Dir "StaticDebug\elements\GL" 2445!ENDIF 2446# End Source File 2447# Begin Source File 2448 2449SOURCE=..\..\src\elements\GL\SoGLVertexAttributeElement.cpp 2450!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2451# PROP Intermediate_Dir "Release\elements\GL" 2452!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2453# PROP Intermediate_Dir "Debug\elements\GL" 2454!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2455# PROP Intermediate_Dir "StaticRelease\elements\GL" 2456!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2457# PROP Intermediate_Dir "StaticDebug\elements\GL" 2458!ENDIF 2459# End Source File 2460# Begin Source File 2461 2462SOURCE=..\..\src\elements\GL\SoResetMatrixElement.cpp 2463!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2464# PROP Intermediate_Dir "Release\elements\GL" 2465!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2466# PROP Intermediate_Dir "Debug\elements\GL" 2467!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2468# PROP Intermediate_Dir "StaticRelease\elements\GL" 2469!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2470# PROP Intermediate_Dir "StaticDebug\elements\GL" 2471!ENDIF 2472# End Source File 2473# End Group 2474# Begin Group "elements sources" 2475# PROP Default_Filter "c;cpp;ic;icc;h" 2476# Begin Source File 2477 2478SOURCE=..\..\src\elements\SoAccumulatedElement.cpp 2479!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2480# PROP Intermediate_Dir "Release\elements" 2481!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2482# PROP Intermediate_Dir "Debug\elements" 2483!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2484# PROP Intermediate_Dir "StaticRelease\elements" 2485!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2486# PROP Intermediate_Dir "StaticDebug\elements" 2487!ENDIF 2488# End Source File 2489# Begin Source File 2490 2491SOURCE=..\..\src\elements\SoAmbientColorElement.cpp 2492!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2493# PROP Intermediate_Dir "Release\elements" 2494!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2495# PROP Intermediate_Dir "Debug\elements" 2496!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2497# PROP Intermediate_Dir "StaticRelease\elements" 2498!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2499# PROP Intermediate_Dir "StaticDebug\elements" 2500!ENDIF 2501# End Source File 2502# Begin Source File 2503 2504SOURCE=..\..\src\elements\SoAnnoText3CharOrientElement.cpp 2505!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2506# PROP Intermediate_Dir "Release\elements" 2507!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2508# PROP Intermediate_Dir "Debug\elements" 2509!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2510# PROP Intermediate_Dir "StaticRelease\elements" 2511!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2512# PROP Intermediate_Dir "StaticDebug\elements" 2513!ENDIF 2514# End Source File 2515# Begin Source File 2516 2517SOURCE=..\..\src\elements\SoAnnoText3FontSizeHintElement.cpp 2518!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2519# PROP Intermediate_Dir "Release\elements" 2520!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2521# PROP Intermediate_Dir "Debug\elements" 2522!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2523# PROP Intermediate_Dir "StaticRelease\elements" 2524!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2525# PROP Intermediate_Dir "StaticDebug\elements" 2526!ENDIF 2527# End Source File 2528# Begin Source File 2529 2530SOURCE=..\..\src\elements\SoAnnoText3RenderPrintElement.cpp 2531!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2532# PROP Intermediate_Dir "Release\elements" 2533!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2534# PROP Intermediate_Dir "Debug\elements" 2535!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2536# PROP Intermediate_Dir "StaticRelease\elements" 2537!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2538# PROP Intermediate_Dir "StaticDebug\elements" 2539!ENDIF 2540# End Source File 2541# Begin Source File 2542 2543SOURCE=..\..\src\elements\SoBBoxModelMatrixElement.cpp 2544!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2545# PROP Intermediate_Dir "Release\elements" 2546!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2547# PROP Intermediate_Dir "Debug\elements" 2548!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2549# PROP Intermediate_Dir "StaticRelease\elements" 2550!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2551# PROP Intermediate_Dir "StaticDebug\elements" 2552!ENDIF 2553# End Source File 2554# Begin Source File 2555 2556SOURCE=..\..\src\elements\SoBumpMapElement.cpp 2557!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2558# PROP Intermediate_Dir "Release\elements" 2559!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2560# PROP Intermediate_Dir "Debug\elements" 2561!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2562# PROP Intermediate_Dir "StaticRelease\elements" 2563!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2564# PROP Intermediate_Dir "StaticDebug\elements" 2565!ENDIF 2566# End Source File 2567# Begin Source File 2568 2569SOURCE=..\..\src\elements\SoBumpMapCoordinateElement.cpp 2570!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2571# PROP Intermediate_Dir "Release\elements" 2572!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2573# PROP Intermediate_Dir "Debug\elements" 2574!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2575# PROP Intermediate_Dir "StaticRelease\elements" 2576!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2577# PROP Intermediate_Dir "StaticDebug\elements" 2578!ENDIF 2579# End Source File 2580# Begin Source File 2581 2582SOURCE=..\..\src\elements\SoBumpMapMatrixElement.cpp 2583!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2584# PROP Intermediate_Dir "Release\elements" 2585!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2586# PROP Intermediate_Dir "Debug\elements" 2587!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2588# PROP Intermediate_Dir "StaticRelease\elements" 2589!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2590# PROP Intermediate_Dir "StaticDebug\elements" 2591!ENDIF 2592# End Source File 2593# Begin Source File 2594 2595SOURCE=..\..\src\elements\SoBumpMappingPropertyElement.cpp 2596!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2597# PROP Intermediate_Dir "Release\elements" 2598!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2599# PROP Intermediate_Dir "Debug\elements" 2600!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2601# PROP Intermediate_Dir "StaticRelease\elements" 2602!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2603# PROP Intermediate_Dir "StaticDebug\elements" 2604!ENDIF 2605# End Source File 2606# Begin Source File 2607 2608SOURCE=..\..\src\elements\SoCacheElement.cpp 2609!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2610# PROP Intermediate_Dir "Release\elements" 2611!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2612# PROP Intermediate_Dir "Debug\elements" 2613!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2614# PROP Intermediate_Dir "StaticRelease\elements" 2615!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2616# PROP Intermediate_Dir "StaticDebug\elements" 2617!ENDIF 2618# End Source File 2619# Begin Source File 2620 2621SOURCE=..\..\src\elements\SoCacheHintElement.cpp 2622!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2623# PROP Intermediate_Dir "Release\elements" 2624!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2625# PROP Intermediate_Dir "Debug\elements" 2626!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2627# PROP Intermediate_Dir "StaticRelease\elements" 2628!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2629# PROP Intermediate_Dir "StaticDebug\elements" 2630!ENDIF 2631# End Source File 2632# Begin Source File 2633 2634SOURCE=..\..\src\elements\SoClipPlaneElement.cpp 2635!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2636# PROP Intermediate_Dir "Release\elements" 2637!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2638# PROP Intermediate_Dir "Debug\elements" 2639!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2640# PROP Intermediate_Dir "StaticRelease\elements" 2641!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2642# PROP Intermediate_Dir "StaticDebug\elements" 2643!ENDIF 2644# End Source File 2645# Begin Source File 2646 2647SOURCE=..\..\src\elements\SoComplexityElement.cpp 2648!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2649# PROP Intermediate_Dir "Release\elements" 2650!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2651# PROP Intermediate_Dir "Debug\elements" 2652!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2653# PROP Intermediate_Dir "StaticRelease\elements" 2654!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2655# PROP Intermediate_Dir "StaticDebug\elements" 2656!ENDIF 2657# End Source File 2658# Begin Source File 2659 2660SOURCE=..\..\src\elements\SoComplexityTypeElement.cpp 2661!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2662# PROP Intermediate_Dir "Release\elements" 2663!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2664# PROP Intermediate_Dir "Debug\elements" 2665!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2666# PROP Intermediate_Dir "StaticRelease\elements" 2667!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2668# PROP Intermediate_Dir "StaticDebug\elements" 2669!ENDIF 2670# End Source File 2671# Begin Source File 2672 2673SOURCE=..\..\src\elements\SoCoordinateElement.cpp 2674!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2675# PROP Intermediate_Dir "Release\elements" 2676!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2677# PROP Intermediate_Dir "Debug\elements" 2678!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2679# PROP Intermediate_Dir "StaticRelease\elements" 2680!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2681# PROP Intermediate_Dir "StaticDebug\elements" 2682!ENDIF 2683# End Source File 2684# Begin Source File 2685 2686SOURCE=..\..\src\elements\SoCreaseAngleElement.cpp 2687!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2688# PROP Intermediate_Dir "Release\elements" 2689!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2690# PROP Intermediate_Dir "Debug\elements" 2691!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2692# PROP Intermediate_Dir "StaticRelease\elements" 2693!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2694# PROP Intermediate_Dir "StaticDebug\elements" 2695!ENDIF 2696# End Source File 2697# Begin Source File 2698 2699SOURCE=..\..\src\elements\SoCullElement.cpp 2700!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2701# PROP Intermediate_Dir "Release\elements" 2702!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2703# PROP Intermediate_Dir "Debug\elements" 2704!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2705# PROP Intermediate_Dir "StaticRelease\elements" 2706!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2707# PROP Intermediate_Dir "StaticDebug\elements" 2708!ENDIF 2709# End Source File 2710# Begin Source File 2711 2712SOURCE=..\..\src\elements\SoDecimationPercentageElement.cpp 2713!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2714# PROP Intermediate_Dir "Release\elements" 2715!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2716# PROP Intermediate_Dir "Debug\elements" 2717!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2718# PROP Intermediate_Dir "StaticRelease\elements" 2719!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2720# PROP Intermediate_Dir "StaticDebug\elements" 2721!ENDIF 2722# End Source File 2723# Begin Source File 2724 2725SOURCE=..\..\src\elements\SoDecimationTypeElement.cpp 2726!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2727# PROP Intermediate_Dir "Release\elements" 2728!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2729# PROP Intermediate_Dir "Debug\elements" 2730!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2731# PROP Intermediate_Dir "StaticRelease\elements" 2732!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2733# PROP Intermediate_Dir "StaticDebug\elements" 2734!ENDIF 2735# End Source File 2736# Begin Source File 2737 2738SOURCE=..\..\src\elements\SoDepthBufferElement.cpp 2739!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2740# PROP Intermediate_Dir "Release\elements" 2741!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2742# PROP Intermediate_Dir "Debug\elements" 2743!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2744# PROP Intermediate_Dir "StaticRelease\elements" 2745!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2746# PROP Intermediate_Dir "StaticDebug\elements" 2747!ENDIF 2748# End Source File 2749# Begin Source File 2750 2751SOURCE=..\..\src\elements\SoDiffuseColorElement.cpp 2752!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2753# PROP Intermediate_Dir "Release\elements" 2754!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2755# PROP Intermediate_Dir "Debug\elements" 2756!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2757# PROP Intermediate_Dir "StaticRelease\elements" 2758!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2759# PROP Intermediate_Dir "StaticDebug\elements" 2760!ENDIF 2761# End Source File 2762# Begin Source File 2763 2764SOURCE=..\..\src\elements\SoDrawStyleElement.cpp 2765!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2766# PROP Intermediate_Dir "Release\elements" 2767!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2768# PROP Intermediate_Dir "Debug\elements" 2769!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2770# PROP Intermediate_Dir "StaticRelease\elements" 2771!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2772# PROP Intermediate_Dir "StaticDebug\elements" 2773!ENDIF 2774# End Source File 2775# Begin Source File 2776 2777SOURCE=..\..\src\elements\SoElement.cpp 2778!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2779# PROP Intermediate_Dir "Release\elements" 2780!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2781# PROP Intermediate_Dir "Debug\elements" 2782!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2783# PROP Intermediate_Dir "StaticRelease\elements" 2784!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2785# PROP Intermediate_Dir "StaticDebug\elements" 2786!ENDIF 2787# End Source File 2788# Begin Source File 2789 2790SOURCE=..\..\src\elements\SoEmissiveColorElement.cpp 2791!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2792# PROP Intermediate_Dir "Release\elements" 2793!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2794# PROP Intermediate_Dir "Debug\elements" 2795!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2796# PROP Intermediate_Dir "StaticRelease\elements" 2797!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2798# PROP Intermediate_Dir "StaticDebug\elements" 2799!ENDIF 2800# End Source File 2801# Begin Source File 2802 2803SOURCE=..\..\src\elements\SoEnvironmentElement.cpp 2804!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2805# PROP Intermediate_Dir "Release\elements" 2806!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2807# PROP Intermediate_Dir "Debug\elements" 2808!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2809# PROP Intermediate_Dir "StaticRelease\elements" 2810!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2811# PROP Intermediate_Dir "StaticDebug\elements" 2812!ENDIF 2813# End Source File 2814# Begin Source File 2815 2816SOURCE=..\..\src\elements\SoFloatElement.cpp 2817!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2818# PROP Intermediate_Dir "Release\elements" 2819!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2820# PROP Intermediate_Dir "Debug\elements" 2821!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2822# PROP Intermediate_Dir "StaticRelease\elements" 2823!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2824# PROP Intermediate_Dir "StaticDebug\elements" 2825!ENDIF 2826# End Source File 2827# Begin Source File 2828 2829SOURCE=..\..\src\elements\SoFocalDistanceElement.cpp 2830!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2831# PROP Intermediate_Dir "Release\elements" 2832!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2833# PROP Intermediate_Dir "Debug\elements" 2834!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2835# PROP Intermediate_Dir "StaticRelease\elements" 2836!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2837# PROP Intermediate_Dir "StaticDebug\elements" 2838!ENDIF 2839# End Source File 2840# Begin Source File 2841 2842SOURCE=..\..\src\elements\SoFontNameElement.cpp 2843!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2844# PROP Intermediate_Dir "Release\elements" 2845!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2846# PROP Intermediate_Dir "Debug\elements" 2847!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2848# PROP Intermediate_Dir "StaticRelease\elements" 2849!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2850# PROP Intermediate_Dir "StaticDebug\elements" 2851!ENDIF 2852# End Source File 2853# Begin Source File 2854 2855SOURCE=..\..\src\elements\SoFontSizeElement.cpp 2856!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2857# PROP Intermediate_Dir "Release\elements" 2858!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2859# PROP Intermediate_Dir "Debug\elements" 2860!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2861# PROP Intermediate_Dir "StaticRelease\elements" 2862!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2863# PROP Intermediate_Dir "StaticDebug\elements" 2864!ENDIF 2865# End Source File 2866# Begin Source File 2867 2868SOURCE=..\..\src\elements\SoInt32Element.cpp 2869!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2870# PROP Intermediate_Dir "Release\elements" 2871!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2872# PROP Intermediate_Dir "Debug\elements" 2873!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2874# PROP Intermediate_Dir "StaticRelease\elements" 2875!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2876# PROP Intermediate_Dir "StaticDebug\elements" 2877!ENDIF 2878# End Source File 2879# Begin Source File 2880 2881SOURCE=..\..\src\elements\SoLazyElement.cpp 2882!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2883# PROP Intermediate_Dir "Release\elements" 2884!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2885# PROP Intermediate_Dir "Debug\elements" 2886!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2887# PROP Intermediate_Dir "StaticRelease\elements" 2888!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2889# PROP Intermediate_Dir "StaticDebug\elements" 2890!ENDIF 2891# End Source File 2892# Begin Source File 2893 2894SOURCE=..\..\src\elements\SoLightAttenuationElement.cpp 2895!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2896# PROP Intermediate_Dir "Release\elements" 2897!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2898# PROP Intermediate_Dir "Debug\elements" 2899!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2900# PROP Intermediate_Dir "StaticRelease\elements" 2901!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2902# PROP Intermediate_Dir "StaticDebug\elements" 2903!ENDIF 2904# End Source File 2905# Begin Source File 2906 2907SOURCE=..\..\src\elements\SoLightElement.cpp 2908!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2909# PROP Intermediate_Dir "Release\elements" 2910!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2911# PROP Intermediate_Dir "Debug\elements" 2912!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2913# PROP Intermediate_Dir "StaticRelease\elements" 2914!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2915# PROP Intermediate_Dir "StaticDebug\elements" 2916!ENDIF 2917# End Source File 2918# Begin Source File 2919 2920SOURCE=..\..\src\elements\SoLightModelElement.cpp 2921!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2922# PROP Intermediate_Dir "Release\elements" 2923!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2924# PROP Intermediate_Dir "Debug\elements" 2925!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2926# PROP Intermediate_Dir "StaticRelease\elements" 2927!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2928# PROP Intermediate_Dir "StaticDebug\elements" 2929!ENDIF 2930# End Source File 2931# Begin Source File 2932 2933SOURCE=..\..\src\elements\SoLinePatternElement.cpp 2934!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2935# PROP Intermediate_Dir "Release\elements" 2936!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2937# PROP Intermediate_Dir "Debug\elements" 2938!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2939# PROP Intermediate_Dir "StaticRelease\elements" 2940!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2941# PROP Intermediate_Dir "StaticDebug\elements" 2942!ENDIF 2943# End Source File 2944# Begin Source File 2945 2946SOURCE=..\..\src\elements\SoLineWidthElement.cpp 2947!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2948# PROP Intermediate_Dir "Release\elements" 2949!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2950# PROP Intermediate_Dir "Debug\elements" 2951!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2952# PROP Intermediate_Dir "StaticRelease\elements" 2953!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2954# PROP Intermediate_Dir "StaticDebug\elements" 2955!ENDIF 2956# End Source File 2957# Begin Source File 2958 2959SOURCE=..\..\src\elements\SoLocalBBoxMatrixElement.cpp 2960!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2961# PROP Intermediate_Dir "Release\elements" 2962!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2963# PROP Intermediate_Dir "Debug\elements" 2964!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2965# PROP Intermediate_Dir "StaticRelease\elements" 2966!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2967# PROP Intermediate_Dir "StaticDebug\elements" 2968!ENDIF 2969# End Source File 2970# Begin Source File 2971 2972SOURCE=..\..\src\elements\SoMaterialBindingElement.cpp 2973!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2974# PROP Intermediate_Dir "Release\elements" 2975!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2976# PROP Intermediate_Dir "Debug\elements" 2977!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2978# PROP Intermediate_Dir "StaticRelease\elements" 2979!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2980# PROP Intermediate_Dir "StaticDebug\elements" 2981!ENDIF 2982# End Source File 2983# Begin Source File 2984 2985SOURCE=..\..\src\elements\SoVertexAttributeBindingElement.cpp 2986!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 2987# PROP Intermediate_Dir "Release\elements" 2988!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 2989# PROP Intermediate_Dir "Debug\elements" 2990!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 2991# PROP Intermediate_Dir "StaticRelease\elements" 2992!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 2993# PROP Intermediate_Dir "StaticDebug\elements" 2994!ENDIF 2995# End Source File 2996# Begin Source File 2997 2998SOURCE=..\..\src\elements\SoMultiTextureCoordinateElement.cpp 2999!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3000# PROP Intermediate_Dir "Release\elements" 3001!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3002# PROP Intermediate_Dir "Debug\elements" 3003!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3004# PROP Intermediate_Dir "StaticRelease\elements" 3005!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3006# PROP Intermediate_Dir "StaticDebug\elements" 3007!ENDIF 3008# End Source File 3009# Begin Source File 3010 3011SOURCE=..\..\src\elements\SoMultiTextureEnabledElement.cpp 3012!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3013# PROP Intermediate_Dir "Release\elements" 3014!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3015# PROP Intermediate_Dir "Debug\elements" 3016!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3017# PROP Intermediate_Dir "StaticRelease\elements" 3018!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3019# PROP Intermediate_Dir "StaticDebug\elements" 3020!ENDIF 3021# End Source File 3022# Begin Source File 3023 3024SOURCE=..\..\src\elements\SoMultiTextureMatrixElement.cpp 3025!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3026# PROP Intermediate_Dir "Release\elements" 3027!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3028# PROP Intermediate_Dir "Debug\elements" 3029!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3030# PROP Intermediate_Dir "StaticRelease\elements" 3031!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3032# PROP Intermediate_Dir "StaticDebug\elements" 3033!ENDIF 3034# End Source File 3035# Begin Source File 3036 3037SOURCE=..\..\src\elements\SoMultiTextureImageElement.cpp 3038!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3039# PROP Intermediate_Dir "Release\elements" 3040!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3041# PROP Intermediate_Dir "Debug\elements" 3042!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3043# PROP Intermediate_Dir "StaticRelease\elements" 3044!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3045# PROP Intermediate_Dir "StaticDebug\elements" 3046!ENDIF 3047# End Source File 3048# Begin Source File 3049 3050SOURCE=..\..\src\elements\SoModelMatrixElement.cpp 3051!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3052# PROP Intermediate_Dir "Release\elements" 3053!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3054# PROP Intermediate_Dir "Debug\elements" 3055!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3056# PROP Intermediate_Dir "StaticRelease\elements" 3057!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3058# PROP Intermediate_Dir "StaticDebug\elements" 3059!ENDIF 3060# End Source File 3061# Begin Source File 3062 3063SOURCE=..\..\src\elements\SoNormalBindingElement.cpp 3064!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3065# PROP Intermediate_Dir "Release\elements" 3066!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3067# PROP Intermediate_Dir "Debug\elements" 3068!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3069# PROP Intermediate_Dir "StaticRelease\elements" 3070!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3071# PROP Intermediate_Dir "StaticDebug\elements" 3072!ENDIF 3073# End Source File 3074# Begin Source File 3075 3076SOURCE=..\..\src\elements\SoNormalElement.cpp 3077!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3078# PROP Intermediate_Dir "Release\elements" 3079!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3080# PROP Intermediate_Dir "Debug\elements" 3081!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3082# PROP Intermediate_Dir "StaticRelease\elements" 3083!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3084# PROP Intermediate_Dir "StaticDebug\elements" 3085!ENDIF 3086# End Source File 3087# Begin Source File 3088 3089SOURCE=..\..\src\elements\SoOverrideElement.cpp 3090!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3091# PROP Intermediate_Dir "Release\elements" 3092!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3093# PROP Intermediate_Dir "Debug\elements" 3094!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3095# PROP Intermediate_Dir "StaticRelease\elements" 3096!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3097# PROP Intermediate_Dir "StaticDebug\elements" 3098!ENDIF 3099# End Source File 3100# Begin Source File 3101 3102SOURCE=..\..\src\elements\SoPickRayElement.cpp 3103!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3104# PROP Intermediate_Dir "Release\elements" 3105!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3106# PROP Intermediate_Dir "Debug\elements" 3107!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3108# PROP Intermediate_Dir "StaticRelease\elements" 3109!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3110# PROP Intermediate_Dir "StaticDebug\elements" 3111!ENDIF 3112# End Source File 3113# Begin Source File 3114 3115SOURCE=..\..\src\elements\SoPickStyleElement.cpp 3116!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3117# PROP Intermediate_Dir "Release\elements" 3118!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3119# PROP Intermediate_Dir "Debug\elements" 3120!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3121# PROP Intermediate_Dir "StaticRelease\elements" 3122!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3123# PROP Intermediate_Dir "StaticDebug\elements" 3124!ENDIF 3125# End Source File 3126# Begin Source File 3127 3128SOURCE=..\..\src\elements\SoPointSizeElement.cpp 3129!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3130# PROP Intermediate_Dir "Release\elements" 3131!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3132# PROP Intermediate_Dir "Debug\elements" 3133!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3134# PROP Intermediate_Dir "StaticRelease\elements" 3135!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3136# PROP Intermediate_Dir "StaticDebug\elements" 3137!ENDIF 3138# End Source File 3139# Begin Source File 3140 3141SOURCE=..\..\src\elements\SoPolygonOffsetElement.cpp 3142!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3143# PROP Intermediate_Dir "Release\elements" 3144!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3145# PROP Intermediate_Dir "Debug\elements" 3146!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3147# PROP Intermediate_Dir "StaticRelease\elements" 3148!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3149# PROP Intermediate_Dir "StaticDebug\elements" 3150!ENDIF 3151# End Source File 3152# Begin Source File 3153 3154SOURCE=..\..\src\elements\SoProfileCoordinateElement.cpp 3155!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3156# PROP Intermediate_Dir "Release\elements" 3157!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3158# PROP Intermediate_Dir "Debug\elements" 3159!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3160# PROP Intermediate_Dir "StaticRelease\elements" 3161!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3162# PROP Intermediate_Dir "StaticDebug\elements" 3163!ENDIF 3164# End Source File 3165# Begin Source File 3166 3167SOURCE=..\..\src\elements\SoProfileElement.cpp 3168!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3169# PROP Intermediate_Dir "Release\elements" 3170!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3171# PROP Intermediate_Dir "Debug\elements" 3172!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3173# PROP Intermediate_Dir "StaticRelease\elements" 3174!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3175# PROP Intermediate_Dir "StaticDebug\elements" 3176!ENDIF 3177# End Source File 3178# Begin Source File 3179 3180SOURCE=..\..\src\elements\SoProjectionMatrixElement.cpp 3181!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3182# PROP Intermediate_Dir "Release\elements" 3183!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3184# PROP Intermediate_Dir "Debug\elements" 3185!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3186# PROP Intermediate_Dir "StaticRelease\elements" 3187!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3188# PROP Intermediate_Dir "StaticDebug\elements" 3189!ENDIF 3190# End Source File 3191# Begin Source File 3192 3193SOURCE=..\..\src\elements\SoReplacedElement.cpp 3194!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3195# PROP Intermediate_Dir "Release\elements" 3196!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3197# PROP Intermediate_Dir "Debug\elements" 3198!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3199# PROP Intermediate_Dir "StaticRelease\elements" 3200!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3201# PROP Intermediate_Dir "StaticDebug\elements" 3202!ENDIF 3203# End Source File 3204# Begin Source File 3205 3206SOURCE=..\..\src\elements\SoShapeHintsElement.cpp 3207!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3208# PROP Intermediate_Dir "Release\elements" 3209!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3210# PROP Intermediate_Dir "Debug\elements" 3211!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3212# PROP Intermediate_Dir "StaticRelease\elements" 3213!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3214# PROP Intermediate_Dir "StaticDebug\elements" 3215!ENDIF 3216# End Source File 3217# Begin Source File 3218 3219SOURCE=..\..\src\elements\SoShapeStyleElement.cpp 3220!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3221# PROP Intermediate_Dir "Release\elements" 3222!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3223# PROP Intermediate_Dir "Debug\elements" 3224!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3225# PROP Intermediate_Dir "StaticRelease\elements" 3226!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3227# PROP Intermediate_Dir "StaticDebug\elements" 3228!ENDIF 3229# End Source File 3230# Begin Source File 3231 3232SOURCE=..\..\src\elements\SoShininessElement.cpp 3233!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3234# PROP Intermediate_Dir "Release\elements" 3235!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3236# PROP Intermediate_Dir "Debug\elements" 3237!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3238# PROP Intermediate_Dir "StaticRelease\elements" 3239!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3240# PROP Intermediate_Dir "StaticDebug\elements" 3241!ENDIF 3242# End Source File 3243# Begin Source File 3244 3245SOURCE=..\..\src\elements\SoSpecularColorElement.cpp 3246!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3247# PROP Intermediate_Dir "Release\elements" 3248!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3249# PROP Intermediate_Dir "Debug\elements" 3250!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3251# PROP Intermediate_Dir "StaticRelease\elements" 3252!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3253# PROP Intermediate_Dir "StaticDebug\elements" 3254!ENDIF 3255# End Source File 3256# Begin Source File 3257 3258SOURCE=..\..\src\elements\SoSwitchElement.cpp 3259!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3260# PROP Intermediate_Dir "Release\elements" 3261!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3262# PROP Intermediate_Dir "Debug\elements" 3263!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3264# PROP Intermediate_Dir "StaticRelease\elements" 3265!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3266# PROP Intermediate_Dir "StaticDebug\elements" 3267!ENDIF 3268# End Source File 3269# Begin Source File 3270 3271SOURCE=..\..\src\elements\SoTextOutlineEnabledElement.cpp 3272!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3273# PROP Intermediate_Dir "Release\elements" 3274!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3275# PROP Intermediate_Dir "Debug\elements" 3276!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3277# PROP Intermediate_Dir "StaticRelease\elements" 3278!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3279# PROP Intermediate_Dir "StaticDebug\elements" 3280!ENDIF 3281# End Source File 3282# Begin Source File 3283 3284SOURCE=..\..\src\elements\SoTextureCombineElement.cpp 3285!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3286# PROP Intermediate_Dir "Release\elements" 3287!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3288# PROP Intermediate_Dir "Debug\elements" 3289!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3290# PROP Intermediate_Dir "StaticRelease\elements" 3291!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3292# PROP Intermediate_Dir "StaticDebug\elements" 3293!ENDIF 3294# End Source File 3295# Begin Source File 3296 3297SOURCE=..\..\src\elements\SoTextureCoordinateBindingElement.cpp 3298!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3299# PROP Intermediate_Dir "Release\elements" 3300!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3301# PROP Intermediate_Dir "Debug\elements" 3302!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3303# PROP Intermediate_Dir "StaticRelease\elements" 3304!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3305# PROP Intermediate_Dir "StaticDebug\elements" 3306!ENDIF 3307# End Source File 3308# Begin Source File 3309 3310SOURCE=..\..\src\elements\SoTextureOverrideElement.cpp 3311!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3312# PROP Intermediate_Dir "Release\elements" 3313!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3314# PROP Intermediate_Dir "Debug\elements" 3315!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3316# PROP Intermediate_Dir "StaticRelease\elements" 3317!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3318# PROP Intermediate_Dir "StaticDebug\elements" 3319!ENDIF 3320# End Source File 3321# Begin Source File 3322 3323SOURCE=..\..\src\elements\SoTextureScalePolicyElement.cpp 3324!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3325# PROP Intermediate_Dir "Release\elements" 3326!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3327# PROP Intermediate_Dir "Debug\elements" 3328!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3329# PROP Intermediate_Dir "StaticRelease\elements" 3330!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3331# PROP Intermediate_Dir "StaticDebug\elements" 3332!ENDIF 3333# End Source File 3334# Begin Source File 3335 3336SOURCE=..\..\src\elements\SoTextureScaleQualityElement.cpp 3337!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3338# PROP Intermediate_Dir "Release\elements" 3339!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3340# PROP Intermediate_Dir "Debug\elements" 3341!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3342# PROP Intermediate_Dir "StaticRelease\elements" 3343!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3344# PROP Intermediate_Dir "StaticDebug\elements" 3345!ENDIF 3346# End Source File 3347# Begin Source File 3348 3349SOURCE=..\..\src\elements\SoTextureUnitElement.cpp 3350!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3351# PROP Intermediate_Dir "Release\elements" 3352!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3353# PROP Intermediate_Dir "Debug\elements" 3354!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3355# PROP Intermediate_Dir "StaticRelease\elements" 3356!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3357# PROP Intermediate_Dir "StaticDebug\elements" 3358!ENDIF 3359# End Source File 3360# Begin Source File 3361 3362SOURCE=..\..\src\elements\SoTextureQualityElement.cpp 3363!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3364# PROP Intermediate_Dir "Release\elements" 3365!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3366# PROP Intermediate_Dir "Debug\elements" 3367!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3368# PROP Intermediate_Dir "StaticRelease\elements" 3369!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3370# PROP Intermediate_Dir "StaticDebug\elements" 3371!ENDIF 3372# End Source File 3373# Begin Source File 3374 3375SOURCE=..\..\src\elements\SoTransparencyElement.cpp 3376!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3377# PROP Intermediate_Dir "Release\elements" 3378!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3379# PROP Intermediate_Dir "Debug\elements" 3380!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3381# PROP Intermediate_Dir "StaticRelease\elements" 3382!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3383# PROP Intermediate_Dir "StaticDebug\elements" 3384!ENDIF 3385# End Source File 3386# Begin Source File 3387 3388SOURCE=..\..\src\elements\SoUnitsElement.cpp 3389!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3390# PROP Intermediate_Dir "Release\elements" 3391!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3392# PROP Intermediate_Dir "Debug\elements" 3393!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3394# PROP Intermediate_Dir "StaticRelease\elements" 3395!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3396# PROP Intermediate_Dir "StaticDebug\elements" 3397!ENDIF 3398# End Source File 3399# Begin Source File 3400 3401SOURCE=..\..\src\elements\SoViewVolumeElement.cpp 3402!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3403# PROP Intermediate_Dir "Release\elements" 3404!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3405# PROP Intermediate_Dir "Debug\elements" 3406!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3407# PROP Intermediate_Dir "StaticRelease\elements" 3408!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3409# PROP Intermediate_Dir "StaticDebug\elements" 3410!ENDIF 3411# End Source File 3412# Begin Source File 3413 3414SOURCE=..\..\src\elements\SoViewingMatrixElement.cpp 3415!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3416# PROP Intermediate_Dir "Release\elements" 3417!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3418# PROP Intermediate_Dir "Debug\elements" 3419!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3420# PROP Intermediate_Dir "StaticRelease\elements" 3421!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3422# PROP Intermediate_Dir "StaticDebug\elements" 3423!ENDIF 3424# End Source File 3425# Begin Source File 3426 3427SOURCE=..\..\src\elements\SoViewportRegionElement.cpp 3428!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3429# PROP Intermediate_Dir "Release\elements" 3430!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3431# PROP Intermediate_Dir "Debug\elements" 3432!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3433# PROP Intermediate_Dir "StaticRelease\elements" 3434!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3435# PROP Intermediate_Dir "StaticDebug\elements" 3436!ENDIF 3437# End Source File 3438# Begin Source File 3439 3440SOURCE=..\..\src\elements\SoWindowElement.cpp 3441!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3442# PROP Intermediate_Dir "Release\elements" 3443!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3444# PROP Intermediate_Dir "Debug\elements" 3445!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3446# PROP Intermediate_Dir "StaticRelease\elements" 3447!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3448# PROP Intermediate_Dir "StaticDebug\elements" 3449!ENDIF 3450# End Source File 3451# Begin Source File 3452 3453SOURCE=..\..\src\elements\SoListenerPositionElement.cpp 3454!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3455# PROP Intermediate_Dir "Release\elements" 3456!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3457# PROP Intermediate_Dir "Debug\elements" 3458!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3459# PROP Intermediate_Dir "StaticRelease\elements" 3460!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3461# PROP Intermediate_Dir "StaticDebug\elements" 3462!ENDIF 3463# End Source File 3464# Begin Source File 3465 3466SOURCE=..\..\src\elements\SoListenerOrientationElement.cpp 3467!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3468# PROP Intermediate_Dir "Release\elements" 3469!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3470# PROP Intermediate_Dir "Debug\elements" 3471!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3472# PROP Intermediate_Dir "StaticRelease\elements" 3473!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3474# PROP Intermediate_Dir "StaticDebug\elements" 3475!ENDIF 3476# End Source File 3477# Begin Source File 3478 3479SOURCE=..\..\src\elements\SoListenerGainElement.cpp 3480!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3481# PROP Intermediate_Dir "Release\elements" 3482!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3483# PROP Intermediate_Dir "Debug\elements" 3484!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3485# PROP Intermediate_Dir "StaticRelease\elements" 3486!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3487# PROP Intermediate_Dir "StaticDebug\elements" 3488!ENDIF 3489# End Source File 3490# Begin Source File 3491 3492SOURCE=..\..\src\elements\SoListenerDopplerElement.cpp 3493!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3494# PROP Intermediate_Dir "Release\elements" 3495!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3496# PROP Intermediate_Dir "Debug\elements" 3497!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3498# PROP Intermediate_Dir "StaticRelease\elements" 3499!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3500# PROP Intermediate_Dir "StaticDebug\elements" 3501!ENDIF 3502# End Source File 3503# Begin Source File 3504 3505SOURCE=..\..\src\elements\SoSoundElement.cpp 3506!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3507# PROP Intermediate_Dir "Release\elements" 3508!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3509# PROP Intermediate_Dir "Debug\elements" 3510!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3511# PROP Intermediate_Dir "StaticRelease\elements" 3512!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3513# PROP Intermediate_Dir "StaticDebug\elements" 3514!ENDIF 3515# End Source File 3516# Begin Source File 3517 3518SOURCE=..\..\src\elements\SoVertexAttributeElement.cpp 3519!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3520# PROP Intermediate_Dir "Release\elements" 3521!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3522# PROP Intermediate_Dir "Debug\elements" 3523!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3524# PROP Intermediate_Dir "StaticRelease\elements" 3525!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3526# PROP Intermediate_Dir "StaticDebug\elements" 3527!ENDIF 3528# End Source File 3529# End Group 3530# Begin Group "engines sources" 3531# PROP Default_Filter "c;cpp;ic;icc;h" 3532# Begin Source File 3533 3534SOURCE=..\..\src\engines\SoBoolOperation.cpp 3535!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3536# PROP Intermediate_Dir "Release\engines" 3537!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3538# PROP Intermediate_Dir "Debug\engines" 3539!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3540# PROP Intermediate_Dir "StaticRelease\engines" 3541!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3542# PROP Intermediate_Dir "StaticDebug\engines" 3543!ENDIF 3544# End Source File 3545# Begin Source File 3546 3547SOURCE=..\..\src\engines\SoCalculator.cpp 3548!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3549# PROP Intermediate_Dir "Release\engines" 3550!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3551# PROP Intermediate_Dir "Debug\engines" 3552!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3553# PROP Intermediate_Dir "StaticRelease\engines" 3554!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3555# PROP Intermediate_Dir "StaticDebug\engines" 3556!ENDIF 3557# End Source File 3558# Begin Source File 3559 3560SOURCE=..\..\src\engines\SoComposeMatrix.cpp 3561!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3562# PROP Intermediate_Dir "Release\engines" 3563!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3564# PROP Intermediate_Dir "Debug\engines" 3565!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3566# PROP Intermediate_Dir "StaticRelease\engines" 3567!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3568# PROP Intermediate_Dir "StaticDebug\engines" 3569!ENDIF 3570# End Source File 3571# Begin Source File 3572 3573SOURCE=..\..\src\engines\SoComposeRotation.cpp 3574!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3575# PROP Intermediate_Dir "Release\engines" 3576!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3577# PROP Intermediate_Dir "Debug\engines" 3578!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3579# PROP Intermediate_Dir "StaticRelease\engines" 3580!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3581# PROP Intermediate_Dir "StaticDebug\engines" 3582!ENDIF 3583# End Source File 3584# Begin Source File 3585 3586SOURCE=..\..\src\engines\SoComposeRotationFromTo.cpp 3587!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3588# PROP Intermediate_Dir "Release\engines" 3589!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3590# PROP Intermediate_Dir "Debug\engines" 3591!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3592# PROP Intermediate_Dir "StaticRelease\engines" 3593!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3594# PROP Intermediate_Dir "StaticDebug\engines" 3595!ENDIF 3596# End Source File 3597# Begin Source File 3598 3599SOURCE=..\..\src\engines\SoComposeVec2f.cpp 3600!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3601# PROP Intermediate_Dir "Release\engines" 3602!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3603# PROP Intermediate_Dir "Debug\engines" 3604!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3605# PROP Intermediate_Dir "StaticRelease\engines" 3606!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3607# PROP Intermediate_Dir "StaticDebug\engines" 3608!ENDIF 3609# End Source File 3610# Begin Source File 3611 3612SOURCE=..\..\src\engines\SoComposeVec3f.cpp 3613!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3614# PROP Intermediate_Dir "Release\engines" 3615!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3616# PROP Intermediate_Dir "Debug\engines" 3617!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3618# PROP Intermediate_Dir "StaticRelease\engines" 3619!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3620# PROP Intermediate_Dir "StaticDebug\engines" 3621!ENDIF 3622# End Source File 3623# Begin Source File 3624 3625SOURCE=..\..\src\engines\SoComposeVec4f.cpp 3626!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3627# PROP Intermediate_Dir "Release\engines" 3628!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3629# PROP Intermediate_Dir "Debug\engines" 3630!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3631# PROP Intermediate_Dir "StaticRelease\engines" 3632!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3633# PROP Intermediate_Dir "StaticDebug\engines" 3634!ENDIF 3635# End Source File 3636# Begin Source File 3637 3638SOURCE=..\..\src\engines\SoComputeBoundingBox.cpp 3639!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3640# PROP Intermediate_Dir "Release\engines" 3641!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3642# PROP Intermediate_Dir "Debug\engines" 3643!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3644# PROP Intermediate_Dir "StaticRelease\engines" 3645!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3646# PROP Intermediate_Dir "StaticDebug\engines" 3647!ENDIF 3648# End Source File 3649# Begin Source File 3650 3651SOURCE=..\..\src\engines\SoConcatenate.cpp 3652!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3653# PROP Intermediate_Dir "Release\engines" 3654!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3655# PROP Intermediate_Dir "Debug\engines" 3656!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3657# PROP Intermediate_Dir "StaticRelease\engines" 3658!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3659# PROP Intermediate_Dir "StaticDebug\engines" 3660!ENDIF 3661# End Source File 3662# Begin Source File 3663 3664SOURCE=..\..\src\engines\SoConvertAll.cpp 3665!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3666# PROP Intermediate_Dir "Release\engines" 3667!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3668# PROP Intermediate_Dir "Debug\engines" 3669!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3670# PROP Intermediate_Dir "StaticRelease\engines" 3671!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3672# PROP Intermediate_Dir "StaticDebug\engines" 3673!ENDIF 3674# End Source File 3675# Begin Source File 3676 3677SOURCE=..\..\src\engines\SoCounter.cpp 3678!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3679# PROP Intermediate_Dir "Release\engines" 3680!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3681# PROP Intermediate_Dir "Debug\engines" 3682!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3683# PROP Intermediate_Dir "StaticRelease\engines" 3684!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3685# PROP Intermediate_Dir "StaticDebug\engines" 3686!ENDIF 3687# End Source File 3688# Begin Source File 3689 3690SOURCE=..\..\src\engines\SoDecomposeMatrix.cpp 3691!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3692# PROP Intermediate_Dir "Release\engines" 3693!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3694# PROP Intermediate_Dir "Debug\engines" 3695!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3696# PROP Intermediate_Dir "StaticRelease\engines" 3697!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3698# PROP Intermediate_Dir "StaticDebug\engines" 3699!ENDIF 3700# End Source File 3701# Begin Source File 3702 3703SOURCE=..\..\src\engines\SoDecomposeRotation.cpp 3704!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3705# PROP Intermediate_Dir "Release\engines" 3706!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3707# PROP Intermediate_Dir "Debug\engines" 3708!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3709# PROP Intermediate_Dir "StaticRelease\engines" 3710!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3711# PROP Intermediate_Dir "StaticDebug\engines" 3712!ENDIF 3713# End Source File 3714# Begin Source File 3715 3716SOURCE=..\..\src\engines\SoDecomposeVec2f.cpp 3717!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3718# PROP Intermediate_Dir "Release\engines" 3719!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3720# PROP Intermediate_Dir "Debug\engines" 3721!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3722# PROP Intermediate_Dir "StaticRelease\engines" 3723!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3724# PROP Intermediate_Dir "StaticDebug\engines" 3725!ENDIF 3726# End Source File 3727# Begin Source File 3728 3729SOURCE=..\..\src\engines\SoDecomposeVec3f.cpp 3730!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3731# PROP Intermediate_Dir "Release\engines" 3732!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3733# PROP Intermediate_Dir "Debug\engines" 3734!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3735# PROP Intermediate_Dir "StaticRelease\engines" 3736!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3737# PROP Intermediate_Dir "StaticDebug\engines" 3738!ENDIF 3739# End Source File 3740# Begin Source File 3741 3742SOURCE=..\..\src\engines\SoDecomposeVec4f.cpp 3743!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3744# PROP Intermediate_Dir "Release\engines" 3745!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3746# PROP Intermediate_Dir "Debug\engines" 3747!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3748# PROP Intermediate_Dir "StaticRelease\engines" 3749!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3750# PROP Intermediate_Dir "StaticDebug\engines" 3751!ENDIF 3752# End Source File 3753# Begin Source File 3754 3755SOURCE=..\..\src\engines\SoElapsedTime.cpp 3756!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3757# PROP Intermediate_Dir "Release\engines" 3758!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3759# PROP Intermediate_Dir "Debug\engines" 3760!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3761# PROP Intermediate_Dir "StaticRelease\engines" 3762!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3763# PROP Intermediate_Dir "StaticDebug\engines" 3764!ENDIF 3765# End Source File 3766# Begin Source File 3767 3768SOURCE=..\..\src\engines\SoEngine.cpp 3769!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3770# PROP Intermediate_Dir "Release\engines" 3771!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3772# PROP Intermediate_Dir "Debug\engines" 3773!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3774# PROP Intermediate_Dir "StaticRelease\engines" 3775!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3776# PROP Intermediate_Dir "StaticDebug\engines" 3777!ENDIF 3778# End Source File 3779# Begin Source File 3780 3781SOURCE=..\..\src\engines\SoEngineOutput.cpp 3782!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3783# PROP Intermediate_Dir "Release\engines" 3784!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3785# PROP Intermediate_Dir "Debug\engines" 3786!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3787# PROP Intermediate_Dir "StaticRelease\engines" 3788!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3789# PROP Intermediate_Dir "StaticDebug\engines" 3790!ENDIF 3791# End Source File 3792# Begin Source File 3793 3794SOURCE=..\..\src\engines\SoFieldConverter.cpp 3795!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3796# PROP Intermediate_Dir "Release\engines" 3797!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3798# PROP Intermediate_Dir "Debug\engines" 3799!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3800# PROP Intermediate_Dir "StaticRelease\engines" 3801!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3802# PROP Intermediate_Dir "StaticDebug\engines" 3803!ENDIF 3804# End Source File 3805# Begin Source File 3806 3807SOURCE=..\..\src\engines\SoGate.cpp 3808!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3809# PROP Intermediate_Dir "Release\engines" 3810!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3811# PROP Intermediate_Dir "Debug\engines" 3812!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3813# PROP Intermediate_Dir "StaticRelease\engines" 3814!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3815# PROP Intermediate_Dir "StaticDebug\engines" 3816!ENDIF 3817# End Source File 3818# Begin Source File 3819 3820SOURCE=..\..\src\engines\SoInterpolate.cpp 3821!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3822# PROP Intermediate_Dir "Release\engines" 3823!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3824# PROP Intermediate_Dir "Debug\engines" 3825!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3826# PROP Intermediate_Dir "StaticRelease\engines" 3827!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3828# PROP Intermediate_Dir "StaticDebug\engines" 3829!ENDIF 3830# End Source File 3831# Begin Source File 3832 3833SOURCE=..\..\src\engines\SoInterpolateFloat.cpp 3834!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3835# PROP Intermediate_Dir "Release\engines" 3836!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3837# PROP Intermediate_Dir "Debug\engines" 3838!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3839# PROP Intermediate_Dir "StaticRelease\engines" 3840!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3841# PROP Intermediate_Dir "StaticDebug\engines" 3842!ENDIF 3843# End Source File 3844# Begin Source File 3845 3846SOURCE=..\..\src\engines\SoInterpolateRotation.cpp 3847!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3848# PROP Intermediate_Dir "Release\engines" 3849!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3850# PROP Intermediate_Dir "Debug\engines" 3851!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3852# PROP Intermediate_Dir "StaticRelease\engines" 3853!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3854# PROP Intermediate_Dir "StaticDebug\engines" 3855!ENDIF 3856# End Source File 3857# Begin Source File 3858 3859SOURCE=..\..\src\engines\SoInterpolateVec2f.cpp 3860!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3861# PROP Intermediate_Dir "Release\engines" 3862!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3863# PROP Intermediate_Dir "Debug\engines" 3864!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3865# PROP Intermediate_Dir "StaticRelease\engines" 3866!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3867# PROP Intermediate_Dir "StaticDebug\engines" 3868!ENDIF 3869# End Source File 3870# Begin Source File 3871 3872SOURCE=..\..\src\engines\SoInterpolateVec3f.cpp 3873!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3874# PROP Intermediate_Dir "Release\engines" 3875!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3876# PROP Intermediate_Dir "Debug\engines" 3877!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3878# PROP Intermediate_Dir "StaticRelease\engines" 3879!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3880# PROP Intermediate_Dir "StaticDebug\engines" 3881!ENDIF 3882# End Source File 3883# Begin Source File 3884 3885SOURCE=..\..\src\engines\SoInterpolateVec4f.cpp 3886!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3887# PROP Intermediate_Dir "Release\engines" 3888!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3889# PROP Intermediate_Dir "Debug\engines" 3890!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3891# PROP Intermediate_Dir "StaticRelease\engines" 3892!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3893# PROP Intermediate_Dir "StaticDebug\engines" 3894!ENDIF 3895# End Source File 3896# Begin Source File 3897 3898SOURCE=..\..\src\engines\SoNodeEngine.cpp 3899!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3900# PROP Intermediate_Dir "Release\engines" 3901!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3902# PROP Intermediate_Dir "Debug\engines" 3903!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3904# PROP Intermediate_Dir "StaticRelease\engines" 3905!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3906# PROP Intermediate_Dir "StaticDebug\engines" 3907!ENDIF 3908# End Source File 3909# Begin Source File 3910 3911SOURCE=..\..\src\engines\SoOnOff.cpp 3912!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3913# PROP Intermediate_Dir "Release\engines" 3914!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3915# PROP Intermediate_Dir "Debug\engines" 3916!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3917# PROP Intermediate_Dir "StaticRelease\engines" 3918!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3919# PROP Intermediate_Dir "StaticDebug\engines" 3920!ENDIF 3921# End Source File 3922# Begin Source File 3923 3924SOURCE=..\..\src\engines\SoOneShot.cpp 3925!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3926# PROP Intermediate_Dir "Release\engines" 3927!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3928# PROP Intermediate_Dir "Debug\engines" 3929!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3930# PROP Intermediate_Dir "StaticRelease\engines" 3931!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3932# PROP Intermediate_Dir "StaticDebug\engines" 3933!ENDIF 3934# End Source File 3935# Begin Source File 3936 3937SOURCE=..\..\src\engines\SoOutputData.cpp 3938!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3939# PROP Intermediate_Dir "Release\engines" 3940!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3941# PROP Intermediate_Dir "Debug\engines" 3942!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3943# PROP Intermediate_Dir "StaticRelease\engines" 3944!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3945# PROP Intermediate_Dir "StaticDebug\engines" 3946!ENDIF 3947# End Source File 3948# Begin Source File 3949 3950SOURCE=..\..\src\engines\SoSelectOne.cpp 3951!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3952# PROP Intermediate_Dir "Release\engines" 3953!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3954# PROP Intermediate_Dir "Debug\engines" 3955!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3956# PROP Intermediate_Dir "StaticRelease\engines" 3957!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3958# PROP Intermediate_Dir "StaticDebug\engines" 3959!ENDIF 3960# End Source File 3961# Begin Source File 3962 3963SOURCE=..\..\src\engines\SoTimeCounter.cpp 3964!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3965# PROP Intermediate_Dir "Release\engines" 3966!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3967# PROP Intermediate_Dir "Debug\engines" 3968!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3969# PROP Intermediate_Dir "StaticRelease\engines" 3970!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3971# PROP Intermediate_Dir "StaticDebug\engines" 3972!ENDIF 3973# End Source File 3974# Begin Source File 3975 3976SOURCE=..\..\src\engines\SoTransformVec3f.cpp 3977!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3978# PROP Intermediate_Dir "Release\engines" 3979!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3980# PROP Intermediate_Dir "Debug\engines" 3981!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3982# PROP Intermediate_Dir "StaticRelease\engines" 3983!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3984# PROP Intermediate_Dir "StaticDebug\engines" 3985!ENDIF 3986# End Source File 3987# Begin Source File 3988 3989SOURCE=..\..\src\engines\SoTriggerAny.cpp 3990!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 3991# PROP Intermediate_Dir "Release\engines" 3992!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 3993# PROP Intermediate_Dir "Debug\engines" 3994!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 3995# PROP Intermediate_Dir "StaticRelease\engines" 3996!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 3997# PROP Intermediate_Dir "StaticDebug\engines" 3998!ENDIF 3999# End Source File 4000# Begin Source File 4001 4002SOURCE=..\..\src\engines\SoTexture2Convert.cpp 4003!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4004# PROP Intermediate_Dir "Release\engines" 4005!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4006# PROP Intermediate_Dir "Debug\engines" 4007!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4008# PROP Intermediate_Dir "StaticRelease\engines" 4009!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4010# PROP Intermediate_Dir "StaticDebug\engines" 4011!ENDIF 4012# End Source File 4013# Begin Source File 4014 4015SOURCE=..\..\src\engines\SoHeightMapToNormalMap.cpp 4016!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4017# PROP Intermediate_Dir "Release\engines" 4018!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4019# PROP Intermediate_Dir "Debug\engines" 4020!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4021# PROP Intermediate_Dir "StaticRelease\engines" 4022!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4023# PROP Intermediate_Dir "StaticDebug\engines" 4024!ENDIF 4025# End Source File 4026# Begin Source File 4027 4028SOURCE=..\..\src\engines\evaluator.c 4029!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4030# PROP Intermediate_Dir "Release\engines" 4031!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4032# PROP Intermediate_Dir "Debug\engines" 4033!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4034# PROP Intermediate_Dir "StaticRelease\engines" 4035!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4036# PROP Intermediate_Dir "StaticDebug\engines" 4037!ENDIF 4038# End Source File 4039# Begin Source File 4040 4041SOURCE=..\..\src\engines\evaluator_tab.c 4042!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4043# PROP Intermediate_Dir "Release\engines" 4044!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4045# PROP Intermediate_Dir "Debug\engines" 4046!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4047# PROP Intermediate_Dir "StaticRelease\engines" 4048!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4049# PROP Intermediate_Dir "StaticDebug\engines" 4050!ENDIF 4051# End Source File 4052# End Group 4053# Begin Group "errors sources" 4054# PROP Default_Filter "c;cpp;ic;icc;h" 4055# Begin Source File 4056 4057SOURCE=..\..\src\errors\error.cpp 4058!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4059# PROP Intermediate_Dir "Release\errors" 4060!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4061# PROP Intermediate_Dir "Debug\errors" 4062!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4063# PROP Intermediate_Dir "StaticRelease\errors" 4064!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4065# PROP Intermediate_Dir "StaticDebug\errors" 4066!ENDIF 4067# End Source File 4068# Begin Source File 4069 4070SOURCE=..\..\src\errors\debugerror.cpp 4071!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4072# PROP Intermediate_Dir "Release\errors" 4073!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4074# PROP Intermediate_Dir "Debug\errors" 4075!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4076# PROP Intermediate_Dir "StaticRelease\errors" 4077!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4078# PROP Intermediate_Dir "StaticDebug\errors" 4079!ENDIF 4080# End Source File 4081# Begin Source File 4082 4083SOURCE=..\..\src\errors\SoDebugError.cpp 4084!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4085# PROP Intermediate_Dir "Release\errors" 4086!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4087# PROP Intermediate_Dir "Debug\errors" 4088!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4089# PROP Intermediate_Dir "StaticRelease\errors" 4090!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4091# PROP Intermediate_Dir "StaticDebug\errors" 4092!ENDIF 4093# End Source File 4094# Begin Source File 4095 4096SOURCE=..\..\src\errors\SoError.cpp 4097!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4098# PROP Intermediate_Dir "Release\errors" 4099!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4100# PROP Intermediate_Dir "Debug\errors" 4101!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4102# PROP Intermediate_Dir "StaticRelease\errors" 4103!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4104# PROP Intermediate_Dir "StaticDebug\errors" 4105!ENDIF 4106# End Source File 4107# Begin Source File 4108 4109SOURCE=..\..\src\errors\SoMemoryError.cpp 4110!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4111# PROP Intermediate_Dir "Release\errors" 4112!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4113# PROP Intermediate_Dir "Debug\errors" 4114!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4115# PROP Intermediate_Dir "StaticRelease\errors" 4116!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4117# PROP Intermediate_Dir "StaticDebug\errors" 4118!ENDIF 4119# End Source File 4120# Begin Source File 4121 4122SOURCE=..\..\src\errors\SoReadError.cpp 4123!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4124# PROP Intermediate_Dir "Release\errors" 4125!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4126# PROP Intermediate_Dir "Debug\errors" 4127!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4128# PROP Intermediate_Dir "StaticRelease\errors" 4129!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4130# PROP Intermediate_Dir "StaticDebug\errors" 4131!ENDIF 4132# End Source File 4133# End Group 4134# Begin Group "events sources" 4135# PROP Default_Filter "c;cpp;ic;icc;h" 4136# Begin Source File 4137 4138SOURCE=..\..\src\events\SoButtonEvent.cpp 4139!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4140# PROP Intermediate_Dir "Release\events" 4141!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4142# PROP Intermediate_Dir "Debug\events" 4143!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4144# PROP Intermediate_Dir "StaticRelease\events" 4145!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4146# PROP Intermediate_Dir "StaticDebug\events" 4147!ENDIF 4148# End Source File 4149# Begin Source File 4150 4151SOURCE=..\..\src\events\SoEvent.cpp 4152!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4153# PROP Intermediate_Dir "Release\events" 4154!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4155# PROP Intermediate_Dir "Debug\events" 4156!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4157# PROP Intermediate_Dir "StaticRelease\events" 4158!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4159# PROP Intermediate_Dir "StaticDebug\events" 4160!ENDIF 4161# End Source File 4162# Begin Source File 4163 4164SOURCE=..\..\src\events\SoKeyboardEvent.cpp 4165!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4166# PROP Intermediate_Dir "Release\events" 4167!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4168# PROP Intermediate_Dir "Debug\events" 4169!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4170# PROP Intermediate_Dir "StaticRelease\events" 4171!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4172# PROP Intermediate_Dir "StaticDebug\events" 4173!ENDIF 4174# End Source File 4175# Begin Source File 4176 4177SOURCE=..\..\src\events\SoLocation2Event.cpp 4178!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4179# PROP Intermediate_Dir "Release\events" 4180!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4181# PROP Intermediate_Dir "Debug\events" 4182!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4183# PROP Intermediate_Dir "StaticRelease\events" 4184!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4185# PROP Intermediate_Dir "StaticDebug\events" 4186!ENDIF 4187# End Source File 4188# Begin Source File 4189 4190SOURCE=..\..\src\events\SoMotion3Event.cpp 4191!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4192# PROP Intermediate_Dir "Release\events" 4193!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4194# PROP Intermediate_Dir "Debug\events" 4195!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4196# PROP Intermediate_Dir "StaticRelease\events" 4197!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4198# PROP Intermediate_Dir "StaticDebug\events" 4199!ENDIF 4200# End Source File 4201# Begin Source File 4202 4203SOURCE=..\..\src\events\SoMouseButtonEvent.cpp 4204!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4205# PROP Intermediate_Dir "Release\events" 4206!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4207# PROP Intermediate_Dir "Debug\events" 4208!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4209# PROP Intermediate_Dir "StaticRelease\events" 4210!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4211# PROP Intermediate_Dir "StaticDebug\events" 4212!ENDIF 4213# End Source File 4214# Begin Source File 4215 4216SOURCE=..\..\src\events\SoSpaceballButtonEvent.cpp 4217!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4218# PROP Intermediate_Dir "Release\events" 4219!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4220# PROP Intermediate_Dir "Debug\events" 4221!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4222# PROP Intermediate_Dir "StaticRelease\events" 4223!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4224# PROP Intermediate_Dir "StaticDebug\events" 4225!ENDIF 4226# End Source File 4227# End Group 4228# Begin Group "fields sources" 4229# PROP Default_Filter "c;cpp;ic;icc;h" 4230# Begin Source File 4231 4232SOURCE=..\..\src\fields\SoField.cpp 4233!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4234# PROP Intermediate_Dir "Release\fields" 4235!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4236# PROP Intermediate_Dir "Debug\fields" 4237!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4238# PROP Intermediate_Dir "StaticRelease\fields" 4239!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4240# PROP Intermediate_Dir "StaticDebug\fields" 4241!ENDIF 4242# End Source File 4243# Begin Source File 4244 4245SOURCE=..\..\src\fields\SoFieldContainer.cpp 4246!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4247# PROP Intermediate_Dir "Release\fields" 4248!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4249# PROP Intermediate_Dir "Debug\fields" 4250!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4251# PROP Intermediate_Dir "StaticRelease\fields" 4252!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4253# PROP Intermediate_Dir "StaticDebug\fields" 4254!ENDIF 4255# End Source File 4256# Begin Source File 4257 4258SOURCE=..\..\src\fields\SoFieldData.cpp 4259!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4260# PROP Intermediate_Dir "Release\fields" 4261!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4262# PROP Intermediate_Dir "Debug\fields" 4263!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4264# PROP Intermediate_Dir "StaticRelease\fields" 4265!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4266# PROP Intermediate_Dir "StaticDebug\fields" 4267!ENDIF 4268# End Source File 4269# Begin Source File 4270 4271SOURCE=..\..\src\fields\SoMFBitMask.cpp 4272!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4273# PROP Intermediate_Dir "Release\fields" 4274!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4275# PROP Intermediate_Dir "Debug\fields" 4276!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4277# PROP Intermediate_Dir "StaticRelease\fields" 4278!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4279# PROP Intermediate_Dir "StaticDebug\fields" 4280!ENDIF 4281# End Source File 4282# Begin Source File 4283 4284SOURCE=..\..\src\fields\SoMFBool.cpp 4285!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4286# PROP Intermediate_Dir "Release\fields" 4287!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4288# PROP Intermediate_Dir "Debug\fields" 4289!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4290# PROP Intermediate_Dir "StaticRelease\fields" 4291!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4292# PROP Intermediate_Dir "StaticDebug\fields" 4293!ENDIF 4294# End Source File 4295# Begin Source File 4296 4297SOURCE=..\..\src\fields\SoMFColor.cpp 4298!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4299# PROP Intermediate_Dir "Release\fields" 4300!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4301# PROP Intermediate_Dir "Debug\fields" 4302!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4303# PROP Intermediate_Dir "StaticRelease\fields" 4304!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4305# PROP Intermediate_Dir "StaticDebug\fields" 4306!ENDIF 4307# End Source File 4308# Begin Source File 4309 4310SOURCE=..\..\src\fields\SoMFColorRGBA.cpp 4311!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4312# PROP Intermediate_Dir "Release\fields" 4313!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4314# PROP Intermediate_Dir "Debug\fields" 4315!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4316# PROP Intermediate_Dir "StaticRelease\fields" 4317!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4318# PROP Intermediate_Dir "StaticDebug\fields" 4319!ENDIF 4320# End Source File 4321# Begin Source File 4322 4323SOURCE=..\..\src\fields\SoMFDouble.cpp 4324!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4325# PROP Intermediate_Dir "Release\fields" 4326!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4327# PROP Intermediate_Dir "Debug\fields" 4328!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4329# PROP Intermediate_Dir "StaticRelease\fields" 4330!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4331# PROP Intermediate_Dir "StaticDebug\fields" 4332!ENDIF 4333# End Source File 4334# Begin Source File 4335 4336SOURCE=..\..\src\fields\SoMFEngine.cpp 4337!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4338# PROP Intermediate_Dir "Release\fields" 4339!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4340# PROP Intermediate_Dir "Debug\fields" 4341!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4342# PROP Intermediate_Dir "StaticRelease\fields" 4343!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4344# PROP Intermediate_Dir "StaticDebug\fields" 4345!ENDIF 4346# End Source File 4347# Begin Source File 4348 4349SOURCE=..\..\src\fields\SoMFEnum.cpp 4350!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4351# PROP Intermediate_Dir "Release\fields" 4352!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4353# PROP Intermediate_Dir "Debug\fields" 4354!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4355# PROP Intermediate_Dir "StaticRelease\fields" 4356!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4357# PROP Intermediate_Dir "StaticDebug\fields" 4358!ENDIF 4359# End Source File 4360# Begin Source File 4361 4362SOURCE=..\..\src\fields\SoMFFloat.cpp 4363!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4364# PROP Intermediate_Dir "Release\fields" 4365!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4366# PROP Intermediate_Dir "Debug\fields" 4367!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4368# PROP Intermediate_Dir "StaticRelease\fields" 4369!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4370# PROP Intermediate_Dir "StaticDebug\fields" 4371!ENDIF 4372# End Source File 4373# Begin Source File 4374 4375SOURCE=..\..\src\fields\SoMFInt32.cpp 4376!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4377# PROP Intermediate_Dir "Release\fields" 4378!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4379# PROP Intermediate_Dir "Debug\fields" 4380!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4381# PROP Intermediate_Dir "StaticRelease\fields" 4382!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4383# PROP Intermediate_Dir "StaticDebug\fields" 4384!ENDIF 4385# End Source File 4386# Begin Source File 4387 4388SOURCE=..\..\src\fields\SoMFMatrix.cpp 4389!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4390# PROP Intermediate_Dir "Release\fields" 4391!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4392# PROP Intermediate_Dir "Debug\fields" 4393!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4394# PROP Intermediate_Dir "StaticRelease\fields" 4395!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4396# PROP Intermediate_Dir "StaticDebug\fields" 4397!ENDIF 4398# End Source File 4399# Begin Source File 4400 4401SOURCE=..\..\src\fields\SoMFName.cpp 4402!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4403# PROP Intermediate_Dir "Release\fields" 4404!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4405# PROP Intermediate_Dir "Debug\fields" 4406!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4407# PROP Intermediate_Dir "StaticRelease\fields" 4408!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4409# PROP Intermediate_Dir "StaticDebug\fields" 4410!ENDIF 4411# End Source File 4412# Begin Source File 4413 4414SOURCE=..\..\src\fields\SoMFNode.cpp 4415!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4416# PROP Intermediate_Dir "Release\fields" 4417!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4418# PROP Intermediate_Dir "Debug\fields" 4419!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4420# PROP Intermediate_Dir "StaticRelease\fields" 4421!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4422# PROP Intermediate_Dir "StaticDebug\fields" 4423!ENDIF 4424# End Source File 4425# Begin Source File 4426 4427SOURCE=..\..\src\fields\SoMFPath.cpp 4428!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4429# PROP Intermediate_Dir "Release\fields" 4430!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4431# PROP Intermediate_Dir "Debug\fields" 4432!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4433# PROP Intermediate_Dir "StaticRelease\fields" 4434!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4435# PROP Intermediate_Dir "StaticDebug\fields" 4436!ENDIF 4437# End Source File 4438# Begin Source File 4439 4440SOURCE=..\..\src\fields\SoMFPlane.cpp 4441!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4442# PROP Intermediate_Dir "Release\fields" 4443!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4444# PROP Intermediate_Dir "Debug\fields" 4445!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4446# PROP Intermediate_Dir "StaticRelease\fields" 4447!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4448# PROP Intermediate_Dir "StaticDebug\fields" 4449!ENDIF 4450# End Source File 4451# Begin Source File 4452 4453SOURCE=..\..\src\fields\SoMFRotation.cpp 4454!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4455# PROP Intermediate_Dir "Release\fields" 4456!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4457# PROP Intermediate_Dir "Debug\fields" 4458!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4459# PROP Intermediate_Dir "StaticRelease\fields" 4460!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4461# PROP Intermediate_Dir "StaticDebug\fields" 4462!ENDIF 4463# End Source File 4464# Begin Source File 4465 4466SOURCE=..\..\src\fields\SoMFShort.cpp 4467!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4468# PROP Intermediate_Dir "Release\fields" 4469!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4470# PROP Intermediate_Dir "Debug\fields" 4471!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4472# PROP Intermediate_Dir "StaticRelease\fields" 4473!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4474# PROP Intermediate_Dir "StaticDebug\fields" 4475!ENDIF 4476# End Source File 4477# Begin Source File 4478 4479SOURCE=..\..\src\fields\SoMFString.cpp 4480!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4481# PROP Intermediate_Dir "Release\fields" 4482!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4483# PROP Intermediate_Dir "Debug\fields" 4484!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4485# PROP Intermediate_Dir "StaticRelease\fields" 4486!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4487# PROP Intermediate_Dir "StaticDebug\fields" 4488!ENDIF 4489# End Source File 4490# Begin Source File 4491 4492SOURCE=..\..\src\fields\SoMFTime.cpp 4493!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4494# PROP Intermediate_Dir "Release\fields" 4495!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4496# PROP Intermediate_Dir "Debug\fields" 4497!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4498# PROP Intermediate_Dir "StaticRelease\fields" 4499!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4500# PROP Intermediate_Dir "StaticDebug\fields" 4501!ENDIF 4502# End Source File 4503# Begin Source File 4504 4505SOURCE=..\..\src\fields\SoMFUInt32.cpp 4506!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4507# PROP Intermediate_Dir "Release\fields" 4508!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4509# PROP Intermediate_Dir "Debug\fields" 4510!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4511# PROP Intermediate_Dir "StaticRelease\fields" 4512!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4513# PROP Intermediate_Dir "StaticDebug\fields" 4514!ENDIF 4515# End Source File 4516# Begin Source File 4517 4518SOURCE=..\..\src\fields\SoMFUShort.cpp 4519!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4520# PROP Intermediate_Dir "Release\fields" 4521!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4522# PROP Intermediate_Dir "Debug\fields" 4523!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4524# PROP Intermediate_Dir "StaticRelease\fields" 4525!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4526# PROP Intermediate_Dir "StaticDebug\fields" 4527!ENDIF 4528# End Source File 4529# Begin Source File 4530 4531SOURCE=..\..\src\fields\SoMFVec2b.cpp 4532!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4533# PROP Intermediate_Dir "Release\fields" 4534!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4535# PROP Intermediate_Dir "Debug\fields" 4536!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4537# PROP Intermediate_Dir "StaticRelease\fields" 4538!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4539# PROP Intermediate_Dir "StaticDebug\fields" 4540!ENDIF 4541# End Source File 4542# Begin Source File 4543 4544SOURCE=..\..\src\fields\SoMFVec2s.cpp 4545!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4546# PROP Intermediate_Dir "Release\fields" 4547!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4548# PROP Intermediate_Dir "Debug\fields" 4549!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4550# PROP Intermediate_Dir "StaticRelease\fields" 4551!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4552# PROP Intermediate_Dir "StaticDebug\fields" 4553!ENDIF 4554# End Source File 4555# Begin Source File 4556 4557SOURCE=..\..\src\fields\SoMFVec2i32.cpp 4558!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4559# PROP Intermediate_Dir "Release\fields" 4560!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4561# PROP Intermediate_Dir "Debug\fields" 4562!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4563# PROP Intermediate_Dir "StaticRelease\fields" 4564!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4565# PROP Intermediate_Dir "StaticDebug\fields" 4566!ENDIF 4567# End Source File 4568# Begin Source File 4569 4570SOURCE=..\..\src\fields\SoMFVec2f.cpp 4571!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4572# PROP Intermediate_Dir "Release\fields" 4573!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4574# PROP Intermediate_Dir "Debug\fields" 4575!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4576# PROP Intermediate_Dir "StaticRelease\fields" 4577!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4578# PROP Intermediate_Dir "StaticDebug\fields" 4579!ENDIF 4580# End Source File 4581# Begin Source File 4582 4583SOURCE=..\..\src\fields\SoMFVec2d.cpp 4584!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4585# PROP Intermediate_Dir "Release\fields" 4586!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4587# PROP Intermediate_Dir "Debug\fields" 4588!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4589# PROP Intermediate_Dir "StaticRelease\fields" 4590!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4591# PROP Intermediate_Dir "StaticDebug\fields" 4592!ENDIF 4593# End Source File 4594# Begin Source File 4595 4596SOURCE=..\..\src\fields\SoMFVec3b.cpp 4597!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4598# PROP Intermediate_Dir "Release\fields" 4599!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4600# PROP Intermediate_Dir "Debug\fields" 4601!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4602# PROP Intermediate_Dir "StaticRelease\fields" 4603!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4604# PROP Intermediate_Dir "StaticDebug\fields" 4605!ENDIF 4606# End Source File 4607# Begin Source File 4608 4609SOURCE=..\..\src\fields\SoMFVec3s.cpp 4610!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4611# PROP Intermediate_Dir "Release\fields" 4612!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4613# PROP Intermediate_Dir "Debug\fields" 4614!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4615# PROP Intermediate_Dir "StaticRelease\fields" 4616!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4617# PROP Intermediate_Dir "StaticDebug\fields" 4618!ENDIF 4619# End Source File 4620# Begin Source File 4621 4622SOURCE=..\..\src\fields\SoMFVec3i32.cpp 4623!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4624# PROP Intermediate_Dir "Release\fields" 4625!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4626# PROP Intermediate_Dir "Debug\fields" 4627!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4628# PROP Intermediate_Dir "StaticRelease\fields" 4629!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4630# PROP Intermediate_Dir "StaticDebug\fields" 4631!ENDIF 4632# End Source File 4633# Begin Source File 4634 4635SOURCE=..\..\src\fields\SoMFVec3f.cpp 4636!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4637# PROP Intermediate_Dir "Release\fields" 4638!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4639# PROP Intermediate_Dir "Debug\fields" 4640!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4641# PROP Intermediate_Dir "StaticRelease\fields" 4642!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4643# PROP Intermediate_Dir "StaticDebug\fields" 4644!ENDIF 4645# End Source File 4646# Begin Source File 4647 4648SOURCE=..\..\src\fields\SoMFVec3d.cpp 4649!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4650# PROP Intermediate_Dir "Release\fields" 4651!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4652# PROP Intermediate_Dir "Debug\fields" 4653!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4654# PROP Intermediate_Dir "StaticRelease\fields" 4655!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4656# PROP Intermediate_Dir "StaticDebug\fields" 4657!ENDIF 4658# End Source File 4659# Begin Source File 4660 4661SOURCE=..\..\src\fields\SoMFVec4b.cpp 4662!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4663# PROP Intermediate_Dir "Release\fields" 4664!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4665# PROP Intermediate_Dir "Debug\fields" 4666!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4667# PROP Intermediate_Dir "StaticRelease\fields" 4668!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4669# PROP Intermediate_Dir "StaticDebug\fields" 4670!ENDIF 4671# End Source File 4672# Begin Source File 4673 4674SOURCE=..\..\src\fields\SoMFVec4ub.cpp 4675!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4676# PROP Intermediate_Dir "Release\fields" 4677!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4678# PROP Intermediate_Dir "Debug\fields" 4679!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4680# PROP Intermediate_Dir "StaticRelease\fields" 4681!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4682# PROP Intermediate_Dir "StaticDebug\fields" 4683!ENDIF 4684# End Source File 4685# Begin Source File 4686 4687SOURCE=..\..\src\fields\SoMFVec4s.cpp 4688!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4689# PROP Intermediate_Dir "Release\fields" 4690!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4691# PROP Intermediate_Dir "Debug\fields" 4692!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4693# PROP Intermediate_Dir "StaticRelease\fields" 4694!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4695# PROP Intermediate_Dir "StaticDebug\fields" 4696!ENDIF 4697# End Source File 4698# Begin Source File 4699 4700SOURCE=..\..\src\fields\SoMFVec4us.cpp 4701!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4702# PROP Intermediate_Dir "Release\fields" 4703!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4704# PROP Intermediate_Dir "Debug\fields" 4705!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4706# PROP Intermediate_Dir "StaticRelease\fields" 4707!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4708# PROP Intermediate_Dir "StaticDebug\fields" 4709!ENDIF 4710# End Source File 4711# Begin Source File 4712 4713SOURCE=..\..\src\fields\SoMFVec4i32.cpp 4714!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4715# PROP Intermediate_Dir "Release\fields" 4716!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4717# PROP Intermediate_Dir "Debug\fields" 4718!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4719# PROP Intermediate_Dir "StaticRelease\fields" 4720!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4721# PROP Intermediate_Dir "StaticDebug\fields" 4722!ENDIF 4723# End Source File 4724# Begin Source File 4725 4726SOURCE=..\..\src\fields\SoMFVec4ui32.cpp 4727!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4728# PROP Intermediate_Dir "Release\fields" 4729!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4730# PROP Intermediate_Dir "Debug\fields" 4731!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4732# PROP Intermediate_Dir "StaticRelease\fields" 4733!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4734# PROP Intermediate_Dir "StaticDebug\fields" 4735!ENDIF 4736# End Source File 4737# Begin Source File 4738 4739SOURCE=..\..\src\fields\SoMFVec4f.cpp 4740!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4741# PROP Intermediate_Dir "Release\fields" 4742!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4743# PROP Intermediate_Dir "Debug\fields" 4744!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4745# PROP Intermediate_Dir "StaticRelease\fields" 4746!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4747# PROP Intermediate_Dir "StaticDebug\fields" 4748!ENDIF 4749# End Source File 4750# Begin Source File 4751 4752SOURCE=..\..\src\fields\SoMFVec4d.cpp 4753!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4754# PROP Intermediate_Dir "Release\fields" 4755!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4756# PROP Intermediate_Dir "Debug\fields" 4757!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4758# PROP Intermediate_Dir "StaticRelease\fields" 4759!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4760# PROP Intermediate_Dir "StaticDebug\fields" 4761!ENDIF 4762# End Source File 4763# Begin Source File 4764 4765SOURCE=..\..\src\fields\SoMField.cpp 4766!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4767# PROP Intermediate_Dir "Release\fields" 4768!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4769# PROP Intermediate_Dir "Debug\fields" 4770!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4771# PROP Intermediate_Dir "StaticRelease\fields" 4772!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4773# PROP Intermediate_Dir "StaticDebug\fields" 4774!ENDIF 4775# End Source File 4776# Begin Source File 4777 4778SOURCE=..\..\src\fields\SoSFBitMask.cpp 4779!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4780# PROP Intermediate_Dir "Release\fields" 4781!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4782# PROP Intermediate_Dir "Debug\fields" 4783!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4784# PROP Intermediate_Dir "StaticRelease\fields" 4785!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4786# PROP Intermediate_Dir "StaticDebug\fields" 4787!ENDIF 4788# End Source File 4789# Begin Source File 4790 4791SOURCE=..\..\src\fields\SoSFBool.cpp 4792!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4793# PROP Intermediate_Dir "Release\fields" 4794!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4795# PROP Intermediate_Dir "Debug\fields" 4796!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4797# PROP Intermediate_Dir "StaticRelease\fields" 4798!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4799# PROP Intermediate_Dir "StaticDebug\fields" 4800!ENDIF 4801# End Source File 4802# Begin Source File 4803 4804SOURCE=..\..\src\fields\SoSFBox2s.cpp 4805!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4806# PROP Intermediate_Dir "Release\fields" 4807!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4808# PROP Intermediate_Dir "Debug\fields" 4809!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4810# PROP Intermediate_Dir "StaticRelease\fields" 4811!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4812# PROP Intermediate_Dir "StaticDebug\fields" 4813!ENDIF 4814# End Source File 4815# Begin Source File 4816 4817SOURCE=..\..\src\fields\SoSFBox2i32.cpp 4818!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4819# PROP Intermediate_Dir "Release\fields" 4820!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4821# PROP Intermediate_Dir "Debug\fields" 4822!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4823# PROP Intermediate_Dir "StaticRelease\fields" 4824!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4825# PROP Intermediate_Dir "StaticDebug\fields" 4826!ENDIF 4827# End Source File 4828# Begin Source File 4829 4830SOURCE=..\..\src\fields\SoSFBox2f.cpp 4831!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4832# PROP Intermediate_Dir "Release\fields" 4833!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4834# PROP Intermediate_Dir "Debug\fields" 4835!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4836# PROP Intermediate_Dir "StaticRelease\fields" 4837!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4838# PROP Intermediate_Dir "StaticDebug\fields" 4839!ENDIF 4840# End Source File 4841# Begin Source File 4842 4843SOURCE=..\..\src\fields\SoSFBox2d.cpp 4844!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4845# PROP Intermediate_Dir "Release\fields" 4846!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4847# PROP Intermediate_Dir "Debug\fields" 4848!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4849# PROP Intermediate_Dir "StaticRelease\fields" 4850!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4851# PROP Intermediate_Dir "StaticDebug\fields" 4852!ENDIF 4853# End Source File 4854# Begin Source File 4855 4856SOURCE=..\..\src\fields\SoSFBox3s.cpp 4857!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4858# PROP Intermediate_Dir "Release\fields" 4859!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4860# PROP Intermediate_Dir "Debug\fields" 4861!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4862# PROP Intermediate_Dir "StaticRelease\fields" 4863!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4864# PROP Intermediate_Dir "StaticDebug\fields" 4865!ENDIF 4866# End Source File 4867# Begin Source File 4868 4869SOURCE=..\..\src\fields\SoSFBox3i32.cpp 4870!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4871# PROP Intermediate_Dir "Release\fields" 4872!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4873# PROP Intermediate_Dir "Debug\fields" 4874!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4875# PROP Intermediate_Dir "StaticRelease\fields" 4876!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4877# PROP Intermediate_Dir "StaticDebug\fields" 4878!ENDIF 4879# End Source File 4880# Begin Source File 4881 4882SOURCE=..\..\src\fields\SoSFBox3f.cpp 4883!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4884# PROP Intermediate_Dir "Release\fields" 4885!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4886# PROP Intermediate_Dir "Debug\fields" 4887!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4888# PROP Intermediate_Dir "StaticRelease\fields" 4889!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4890# PROP Intermediate_Dir "StaticDebug\fields" 4891!ENDIF 4892# End Source File 4893# Begin Source File 4894 4895SOURCE=..\..\src\fields\SoSFBox3d.cpp 4896!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4897# PROP Intermediate_Dir "Release\fields" 4898!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4899# PROP Intermediate_Dir "Debug\fields" 4900!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4901# PROP Intermediate_Dir "StaticRelease\fields" 4902!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4903# PROP Intermediate_Dir "StaticDebug\fields" 4904!ENDIF 4905# End Source File 4906# Begin Source File 4907 4908SOURCE=..\..\src\fields\SoSFColor.cpp 4909!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4910# PROP Intermediate_Dir "Release\fields" 4911!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4912# PROP Intermediate_Dir "Debug\fields" 4913!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4914# PROP Intermediate_Dir "StaticRelease\fields" 4915!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4916# PROP Intermediate_Dir "StaticDebug\fields" 4917!ENDIF 4918# End Source File 4919# Begin Source File 4920 4921SOURCE=..\..\src\fields\SoSFColorRGBA.cpp 4922!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4923# PROP Intermediate_Dir "Release\fields" 4924!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4925# PROP Intermediate_Dir "Debug\fields" 4926!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4927# PROP Intermediate_Dir "StaticRelease\fields" 4928!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4929# PROP Intermediate_Dir "StaticDebug\fields" 4930!ENDIF 4931# End Source File 4932# Begin Source File 4933 4934SOURCE=..\..\src\fields\SoSFDouble.cpp 4935!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4936# PROP Intermediate_Dir "Release\fields" 4937!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4938# PROP Intermediate_Dir "Debug\fields" 4939!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4940# PROP Intermediate_Dir "StaticRelease\fields" 4941!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4942# PROP Intermediate_Dir "StaticDebug\fields" 4943!ENDIF 4944# End Source File 4945# Begin Source File 4946 4947SOURCE=..\..\src\fields\SoSFEngine.cpp 4948!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4949# PROP Intermediate_Dir "Release\fields" 4950!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4951# PROP Intermediate_Dir "Debug\fields" 4952!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4953# PROP Intermediate_Dir "StaticRelease\fields" 4954!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4955# PROP Intermediate_Dir "StaticDebug\fields" 4956!ENDIF 4957# End Source File 4958# Begin Source File 4959 4960SOURCE=..\..\src\fields\SoSFEnum.cpp 4961!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4962# PROP Intermediate_Dir "Release\fields" 4963!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4964# PROP Intermediate_Dir "Debug\fields" 4965!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4966# PROP Intermediate_Dir "StaticRelease\fields" 4967!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4968# PROP Intermediate_Dir "StaticDebug\fields" 4969!ENDIF 4970# End Source File 4971# Begin Source File 4972 4973SOURCE=..\..\src\fields\SoSFFloat.cpp 4974!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4975# PROP Intermediate_Dir "Release\fields" 4976!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4977# PROP Intermediate_Dir "Debug\fields" 4978!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4979# PROP Intermediate_Dir "StaticRelease\fields" 4980!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4981# PROP Intermediate_Dir "StaticDebug\fields" 4982!ENDIF 4983# End Source File 4984# Begin Source File 4985 4986SOURCE=..\..\src\fields\SoSFImage.cpp 4987!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 4988# PROP Intermediate_Dir "Release\fields" 4989!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 4990# PROP Intermediate_Dir "Debug\fields" 4991!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 4992# PROP Intermediate_Dir "StaticRelease\fields" 4993!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 4994# PROP Intermediate_Dir "StaticDebug\fields" 4995!ENDIF 4996# End Source File 4997# Begin Source File 4998 4999SOURCE=..\..\src\fields\SoSFImage3.cpp 5000!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5001# PROP Intermediate_Dir "Release\fields" 5002!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5003# PROP Intermediate_Dir "Debug\fields" 5004!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5005# PROP Intermediate_Dir "StaticRelease\fields" 5006!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5007# PROP Intermediate_Dir "StaticDebug\fields" 5008!ENDIF 5009# End Source File 5010# Begin Source File 5011 5012SOURCE=..\..\src\fields\SoSFInt32.cpp 5013!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5014# PROP Intermediate_Dir "Release\fields" 5015!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5016# PROP Intermediate_Dir "Debug\fields" 5017!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5018# PROP Intermediate_Dir "StaticRelease\fields" 5019!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5020# PROP Intermediate_Dir "StaticDebug\fields" 5021!ENDIF 5022# End Source File 5023# Begin Source File 5024 5025SOURCE=..\..\src\fields\SoSFMatrix.cpp 5026!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5027# PROP Intermediate_Dir "Release\fields" 5028!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5029# PROP Intermediate_Dir "Debug\fields" 5030!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5031# PROP Intermediate_Dir "StaticRelease\fields" 5032!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5033# PROP Intermediate_Dir "StaticDebug\fields" 5034!ENDIF 5035# End Source File 5036# Begin Source File 5037 5038SOURCE=..\..\src\fields\SoSFName.cpp 5039!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5040# PROP Intermediate_Dir "Release\fields" 5041!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5042# PROP Intermediate_Dir "Debug\fields" 5043!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5044# PROP Intermediate_Dir "StaticRelease\fields" 5045!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5046# PROP Intermediate_Dir "StaticDebug\fields" 5047!ENDIF 5048# End Source File 5049# Begin Source File 5050 5051SOURCE=..\..\src\fields\SoSFNode.cpp 5052!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5053# PROP Intermediate_Dir "Release\fields" 5054!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5055# PROP Intermediate_Dir "Debug\fields" 5056!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5057# PROP Intermediate_Dir "StaticRelease\fields" 5058!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5059# PROP Intermediate_Dir "StaticDebug\fields" 5060!ENDIF 5061# End Source File 5062# Begin Source File 5063 5064SOURCE=..\..\src\fields\SoSFPath.cpp 5065!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5066# PROP Intermediate_Dir "Release\fields" 5067!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5068# PROP Intermediate_Dir "Debug\fields" 5069!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5070# PROP Intermediate_Dir "StaticRelease\fields" 5071!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5072# PROP Intermediate_Dir "StaticDebug\fields" 5073!ENDIF 5074# End Source File 5075# Begin Source File 5076 5077SOURCE=..\..\src\fields\SoSFPlane.cpp 5078!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5079# PROP Intermediate_Dir "Release\fields" 5080!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5081# PROP Intermediate_Dir "Debug\fields" 5082!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5083# PROP Intermediate_Dir "StaticRelease\fields" 5084!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5085# PROP Intermediate_Dir "StaticDebug\fields" 5086!ENDIF 5087# End Source File 5088# Begin Source File 5089 5090SOURCE=..\..\src\fields\SoSFRotation.cpp 5091!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5092# PROP Intermediate_Dir "Release\fields" 5093!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5094# PROP Intermediate_Dir "Debug\fields" 5095!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5096# PROP Intermediate_Dir "StaticRelease\fields" 5097!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5098# PROP Intermediate_Dir "StaticDebug\fields" 5099!ENDIF 5100# End Source File 5101# Begin Source File 5102 5103SOURCE=..\..\src\fields\SoSFShort.cpp 5104!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5105# PROP Intermediate_Dir "Release\fields" 5106!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5107# PROP Intermediate_Dir "Debug\fields" 5108!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5109# PROP Intermediate_Dir "StaticRelease\fields" 5110!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5111# PROP Intermediate_Dir "StaticDebug\fields" 5112!ENDIF 5113# End Source File 5114# Begin Source File 5115 5116SOURCE=..\..\src\fields\SoSFString.cpp 5117!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5118# PROP Intermediate_Dir "Release\fields" 5119!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5120# PROP Intermediate_Dir "Debug\fields" 5121!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5122# PROP Intermediate_Dir "StaticRelease\fields" 5123!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5124# PROP Intermediate_Dir "StaticDebug\fields" 5125!ENDIF 5126# End Source File 5127# Begin Source File 5128 5129SOURCE=..\..\src\fields\SoSFTime.cpp 5130!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5131# PROP Intermediate_Dir "Release\fields" 5132!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5133# PROP Intermediate_Dir "Debug\fields" 5134!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5135# PROP Intermediate_Dir "StaticRelease\fields" 5136!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5137# PROP Intermediate_Dir "StaticDebug\fields" 5138!ENDIF 5139# End Source File 5140# Begin Source File 5141 5142SOURCE=..\..\src\fields\SoSFTrigger.cpp 5143!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5144# PROP Intermediate_Dir "Release\fields" 5145!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5146# PROP Intermediate_Dir "Debug\fields" 5147!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5148# PROP Intermediate_Dir "StaticRelease\fields" 5149!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5150# PROP Intermediate_Dir "StaticDebug\fields" 5151!ENDIF 5152# End Source File 5153# Begin Source File 5154 5155SOURCE=..\..\src\fields\SoSFUInt32.cpp 5156!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5157# PROP Intermediate_Dir "Release\fields" 5158!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5159# PROP Intermediate_Dir "Debug\fields" 5160!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5161# PROP Intermediate_Dir "StaticRelease\fields" 5162!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5163# PROP Intermediate_Dir "StaticDebug\fields" 5164!ENDIF 5165# End Source File 5166# Begin Source File 5167 5168SOURCE=..\..\src\fields\SoSFUShort.cpp 5169!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5170# PROP Intermediate_Dir "Release\fields" 5171!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5172# PROP Intermediate_Dir "Debug\fields" 5173!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5174# PROP Intermediate_Dir "StaticRelease\fields" 5175!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5176# PROP Intermediate_Dir "StaticDebug\fields" 5177!ENDIF 5178# End Source File 5179# Begin Source File 5180 5181SOURCE=..\..\src\fields\SoSFVec2b.cpp 5182!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5183# PROP Intermediate_Dir "Release\fields" 5184!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5185# PROP Intermediate_Dir "Debug\fields" 5186!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5187# PROP Intermediate_Dir "StaticRelease\fields" 5188!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5189# PROP Intermediate_Dir "StaticDebug\fields" 5190!ENDIF 5191# End Source File 5192# Begin Source File 5193 5194SOURCE=..\..\src\fields\SoSFVec2s.cpp 5195!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5196# PROP Intermediate_Dir "Release\fields" 5197!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5198# PROP Intermediate_Dir "Debug\fields" 5199!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5200# PROP Intermediate_Dir "StaticRelease\fields" 5201!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5202# PROP Intermediate_Dir "StaticDebug\fields" 5203!ENDIF 5204# End Source File 5205# Begin Source File 5206 5207SOURCE=..\..\src\fields\SoSFVec2i32.cpp 5208!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5209# PROP Intermediate_Dir "Release\fields" 5210!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5211# PROP Intermediate_Dir "Debug\fields" 5212!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5213# PROP Intermediate_Dir "StaticRelease\fields" 5214!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5215# PROP Intermediate_Dir "StaticDebug\fields" 5216!ENDIF 5217# End Source File 5218# Begin Source File 5219 5220SOURCE=..\..\src\fields\SoSFVec2f.cpp 5221!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5222# PROP Intermediate_Dir "Release\fields" 5223!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5224# PROP Intermediate_Dir "Debug\fields" 5225!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5226# PROP Intermediate_Dir "StaticRelease\fields" 5227!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5228# PROP Intermediate_Dir "StaticDebug\fields" 5229!ENDIF 5230# End Source File 5231# Begin Source File 5232 5233SOURCE=..\..\src\fields\SoSFVec2d.cpp 5234!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5235# PROP Intermediate_Dir "Release\fields" 5236!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5237# PROP Intermediate_Dir "Debug\fields" 5238!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5239# PROP Intermediate_Dir "StaticRelease\fields" 5240!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5241# PROP Intermediate_Dir "StaticDebug\fields" 5242!ENDIF 5243# End Source File 5244# Begin Source File 5245 5246SOURCE=..\..\src\fields\SoSFVec3b.cpp 5247!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5248# PROP Intermediate_Dir "Release\fields" 5249!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5250# PROP Intermediate_Dir "Debug\fields" 5251!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5252# PROP Intermediate_Dir "StaticRelease\fields" 5253!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5254# PROP Intermediate_Dir "StaticDebug\fields" 5255!ENDIF 5256# End Source File 5257# Begin Source File 5258 5259SOURCE=..\..\src\fields\SoSFVec3s.cpp 5260!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5261# PROP Intermediate_Dir "Release\fields" 5262!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5263# PROP Intermediate_Dir "Debug\fields" 5264!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5265# PROP Intermediate_Dir "StaticRelease\fields" 5266!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5267# PROP Intermediate_Dir "StaticDebug\fields" 5268!ENDIF 5269# End Source File 5270# Begin Source File 5271 5272SOURCE=..\..\src\fields\SoSFVec3i32.cpp 5273!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5274# PROP Intermediate_Dir "Release\fields" 5275!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5276# PROP Intermediate_Dir "Debug\fields" 5277!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5278# PROP Intermediate_Dir "StaticRelease\fields" 5279!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5280# PROP Intermediate_Dir "StaticDebug\fields" 5281!ENDIF 5282# End Source File 5283# Begin Source File 5284 5285SOURCE=..\..\src\fields\SoSFVec3f.cpp 5286!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5287# PROP Intermediate_Dir "Release\fields" 5288!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5289# PROP Intermediate_Dir "Debug\fields" 5290!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5291# PROP Intermediate_Dir "StaticRelease\fields" 5292!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5293# PROP Intermediate_Dir "StaticDebug\fields" 5294!ENDIF 5295# End Source File 5296# Begin Source File 5297 5298SOURCE=..\..\src\fields\SoSFVec3d.cpp 5299!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5300# PROP Intermediate_Dir "Release\fields" 5301!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5302# PROP Intermediate_Dir "Debug\fields" 5303!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5304# PROP Intermediate_Dir "StaticRelease\fields" 5305!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5306# PROP Intermediate_Dir "StaticDebug\fields" 5307!ENDIF 5308# End Source File 5309# Begin Source File 5310 5311SOURCE=..\..\src\fields\SoSFVec4b.cpp 5312!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5313# PROP Intermediate_Dir "Release\fields" 5314!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5315# PROP Intermediate_Dir "Debug\fields" 5316!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5317# PROP Intermediate_Dir "StaticRelease\fields" 5318!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5319# PROP Intermediate_Dir "StaticDebug\fields" 5320!ENDIF 5321# End Source File 5322# Begin Source File 5323 5324SOURCE=..\..\src\fields\SoSFVec4ub.cpp 5325!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5326# PROP Intermediate_Dir "Release\fields" 5327!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5328# PROP Intermediate_Dir "Debug\fields" 5329!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5330# PROP Intermediate_Dir "StaticRelease\fields" 5331!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5332# PROP Intermediate_Dir "StaticDebug\fields" 5333!ENDIF 5334# End Source File 5335# Begin Source File 5336 5337SOURCE=..\..\src\fields\SoSFVec4s.cpp 5338!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5339# PROP Intermediate_Dir "Release\fields" 5340!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5341# PROP Intermediate_Dir "Debug\fields" 5342!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5343# PROP Intermediate_Dir "StaticRelease\fields" 5344!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5345# PROP Intermediate_Dir "StaticDebug\fields" 5346!ENDIF 5347# End Source File 5348# Begin Source File 5349 5350SOURCE=..\..\src\fields\SoSFVec4us.cpp 5351!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5352# PROP Intermediate_Dir "Release\fields" 5353!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5354# PROP Intermediate_Dir "Debug\fields" 5355!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5356# PROP Intermediate_Dir "StaticRelease\fields" 5357!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5358# PROP Intermediate_Dir "StaticDebug\fields" 5359!ENDIF 5360# End Source File 5361# Begin Source File 5362 5363SOURCE=..\..\src\fields\SoSFVec4i32.cpp 5364!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5365# PROP Intermediate_Dir "Release\fields" 5366!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5367# PROP Intermediate_Dir "Debug\fields" 5368!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5369# PROP Intermediate_Dir "StaticRelease\fields" 5370!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5371# PROP Intermediate_Dir "StaticDebug\fields" 5372!ENDIF 5373# End Source File 5374# Begin Source File 5375 5376SOURCE=..\..\src\fields\SoSFVec4ui32.cpp 5377!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5378# PROP Intermediate_Dir "Release\fields" 5379!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5380# PROP Intermediate_Dir "Debug\fields" 5381!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5382# PROP Intermediate_Dir "StaticRelease\fields" 5383!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5384# PROP Intermediate_Dir "StaticDebug\fields" 5385!ENDIF 5386# End Source File 5387# Begin Source File 5388 5389SOURCE=..\..\src\fields\SoSFVec4f.cpp 5390!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5391# PROP Intermediate_Dir "Release\fields" 5392!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5393# PROP Intermediate_Dir "Debug\fields" 5394!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5395# PROP Intermediate_Dir "StaticRelease\fields" 5396!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5397# PROP Intermediate_Dir "StaticDebug\fields" 5398!ENDIF 5399# End Source File 5400# Begin Source File 5401 5402SOURCE=..\..\src\fields\SoSFVec4d.cpp 5403!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5404# PROP Intermediate_Dir "Release\fields" 5405!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5406# PROP Intermediate_Dir "Debug\fields" 5407!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5408# PROP Intermediate_Dir "StaticRelease\fields" 5409!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5410# PROP Intermediate_Dir "StaticDebug\fields" 5411!ENDIF 5412# End Source File 5413# Begin Source File 5414 5415SOURCE=..\..\src\fields\SoSField.cpp 5416!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5417# PROP Intermediate_Dir "Release\fields" 5418!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5419# PROP Intermediate_Dir "Debug\fields" 5420!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5421# PROP Intermediate_Dir "StaticRelease\fields" 5422!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5423# PROP Intermediate_Dir "StaticDebug\fields" 5424!ENDIF 5425# End Source File 5426# Begin Source File 5427 5428SOURCE=..\..\src\fields\SoGlobalField.cpp 5429!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5430# PROP Intermediate_Dir "Release\fields" 5431!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5432# PROP Intermediate_Dir "Debug\fields" 5433!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5434# PROP Intermediate_Dir "StaticRelease\fields" 5435!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5436# PROP Intermediate_Dir "StaticDebug\fields" 5437!ENDIF 5438# End Source File 5439# Begin Source File 5440 5441SOURCE=..\..\src\fields\shared.cpp 5442!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5443# PROP Intermediate_Dir "Release\fields" 5444!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5445# PROP Intermediate_Dir "Debug\fields" 5446!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5447# PROP Intermediate_Dir "StaticRelease\fields" 5448!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5449# PROP Intermediate_Dir "StaticDebug\fields" 5450!ENDIF 5451# End Source File 5452# End Group 5453# Begin Group "fonts sources" 5454# PROP Default_Filter "c;cpp;ic;icc;h" 5455# Begin Source File 5456 5457SOURCE=..\..\src\fonts\fontlib_wrapper.cpp 5458!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5459# PROP Intermediate_Dir "Release\fonts" 5460!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5461# PROP Intermediate_Dir "Debug\fonts" 5462!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5463# PROP Intermediate_Dir "StaticRelease\fonts" 5464!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5465# PROP Intermediate_Dir "StaticDebug\fonts" 5466!ENDIF 5467# End Source File 5468# Begin Source File 5469 5470SOURCE=..\..\src\fonts\win32.cpp 5471!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5472# PROP Intermediate_Dir "Release\fonts" 5473!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5474# PROP Intermediate_Dir "Debug\fonts" 5475!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5476# PROP Intermediate_Dir "StaticRelease\fonts" 5477!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5478# PROP Intermediate_Dir "StaticDebug\fonts" 5479!ENDIF 5480# End Source File 5481# Begin Source File 5482 5483SOURCE=..\..\src\fonts\freetype.cpp 5484!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5485# PROP Intermediate_Dir "Release\fonts" 5486!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5487# PROP Intermediate_Dir "Debug\fonts" 5488!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5489# PROP Intermediate_Dir "StaticRelease\fonts" 5490!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5491# PROP Intermediate_Dir "StaticDebug\fonts" 5492!ENDIF 5493# End Source File 5494# Begin Source File 5495 5496SOURCE=..\..\src\fonts\fontspec.cpp 5497!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5498# PROP Intermediate_Dir "Release\fonts" 5499!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5500# PROP Intermediate_Dir "Debug\fonts" 5501!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5502# PROP Intermediate_Dir "StaticRelease\fonts" 5503!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5504# PROP Intermediate_Dir "StaticDebug\fonts" 5505!ENDIF 5506# End Source File 5507# Begin Source File 5508 5509SOURCE=..\..\src\fonts\glyph.cpp 5510!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5511# PROP Intermediate_Dir "Release\fonts" 5512!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5513# PROP Intermediate_Dir "Debug\fonts" 5514!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5515# PROP Intermediate_Dir "StaticRelease\fonts" 5516!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5517# PROP Intermediate_Dir "StaticDebug\fonts" 5518!ENDIF 5519# End Source File 5520# Begin Source File 5521 5522SOURCE=..\..\src\fonts\glyph2d.cpp 5523!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5524# PROP Intermediate_Dir "Release\fonts" 5525!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5526# PROP Intermediate_Dir "Debug\fonts" 5527!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5528# PROP Intermediate_Dir "StaticRelease\fonts" 5529!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5530# PROP Intermediate_Dir "StaticDebug\fonts" 5531!ENDIF 5532# End Source File 5533# Begin Source File 5534 5535SOURCE=..\..\src\fonts\glyph3d.cpp 5536!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5537# PROP Intermediate_Dir "Release\fonts" 5538!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5539# PROP Intermediate_Dir "Debug\fonts" 5540!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5541# PROP Intermediate_Dir "StaticRelease\fonts" 5542!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5543# PROP Intermediate_Dir "StaticDebug\fonts" 5544!ENDIF 5545# End Source File 5546# Begin Source File 5547 5548SOURCE=..\..\src\fonts\default3dfont.cpp 5549!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5550# PROP Intermediate_Dir "Release\fonts" 5551!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5552# PROP Intermediate_Dir "Debug\fonts" 5553!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5554# PROP Intermediate_Dir "StaticRelease\fonts" 5555!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5556# PROP Intermediate_Dir "StaticDebug\fonts" 5557!ENDIF 5558# End Source File 5559# Begin Source File 5560 5561SOURCE=..\..\src\fonts\default2dfont.cpp 5562!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5563# PROP Intermediate_Dir "Release\fonts" 5564!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5565# PROP Intermediate_Dir "Debug\fonts" 5566!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5567# PROP Intermediate_Dir "StaticRelease\fonts" 5568!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5569# PROP Intermediate_Dir "StaticDebug\fonts" 5570!ENDIF 5571# End Source File 5572# Begin Source File 5573 5574SOURCE=..\..\src\fonts\common.cpp 5575!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5576# PROP Intermediate_Dir "Release\fonts" 5577!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5578# PROP Intermediate_Dir "Debug\fonts" 5579!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5580# PROP Intermediate_Dir "StaticRelease\fonts" 5581!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5582# PROP Intermediate_Dir "StaticDebug\fonts" 5583!ENDIF 5584# End Source File 5585# End Group 5586# Begin Group "glue sources" 5587# PROP Default_Filter "c;cpp;ic;icc;h" 5588# Begin Source File 5589 5590SOURCE=..\..\src\glue\cg.cpp 5591!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5592# PROP Intermediate_Dir "Release\glue" 5593!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5594# PROP Intermediate_Dir "Debug\glue" 5595!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5596# PROP Intermediate_Dir "StaticRelease\glue" 5597!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5598# PROP Intermediate_Dir "StaticDebug\glue" 5599!ENDIF 5600# End Source File 5601# Begin Source File 5602 5603SOURCE=..\..\src\glue\spidermonkey.cpp 5604!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5605# PROP Intermediate_Dir "Release\glue" 5606!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5607# PROP Intermediate_Dir "Debug\glue" 5608!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5609# PROP Intermediate_Dir "StaticRelease\glue" 5610!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5611# PROP Intermediate_Dir "StaticDebug\glue" 5612!ENDIF 5613# End Source File 5614# Begin Source File 5615 5616SOURCE=..\..\src\glue\dl.cpp 5617!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5618# PROP Intermediate_Dir "Release\glue" 5619!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5620# PROP Intermediate_Dir "Debug\glue" 5621!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5622# PROP Intermediate_Dir "StaticRelease\glue" 5623!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5624# PROP Intermediate_Dir "StaticDebug\glue" 5625!ENDIF 5626# End Source File 5627# Begin Source File 5628 5629SOURCE=..\..\src\glue\gl.cpp 5630!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5631# PROP Intermediate_Dir "Release\glue" 5632!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5633# PROP Intermediate_Dir "Debug\glue" 5634!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5635# PROP Intermediate_Dir "StaticRelease\glue" 5636!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5637# PROP Intermediate_Dir "StaticDebug\glue" 5638!ENDIF 5639# End Source File 5640# Begin Source File 5641 5642SOURCE=..\..\src\glue\gl_wgl.cpp 5643!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5644# PROP Intermediate_Dir "Release\glue" 5645!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5646# PROP Intermediate_Dir "Debug\glue" 5647!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5648# PROP Intermediate_Dir "StaticRelease\glue" 5649!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5650# PROP Intermediate_Dir "StaticDebug\glue" 5651!ENDIF 5652# End Source File 5653# Begin Source File 5654 5655SOURCE=..\..\src\glue\gl_agl.cpp 5656!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5657# PROP Intermediate_Dir "Release\glue" 5658!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5659# PROP Intermediate_Dir "Debug\glue" 5660!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5661# PROP Intermediate_Dir "StaticRelease\glue" 5662!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5663# PROP Intermediate_Dir "StaticDebug\glue" 5664!ENDIF 5665# End Source File 5666# Begin Source File 5667 5668SOURCE=..\..\src\glue\gl_cgl.cpp 5669!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5670# PROP Intermediate_Dir "Release\glue" 5671!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5672# PROP Intermediate_Dir "Debug\glue" 5673!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5674# PROP Intermediate_Dir "StaticRelease\glue" 5675!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5676# PROP Intermediate_Dir "StaticDebug\glue" 5677!ENDIF 5678# End Source File 5679# Begin Source File 5680 5681SOURCE=..\..\src\glue\gl_glx.cpp 5682!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5683# PROP Intermediate_Dir "Release\glue" 5684!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5685# PROP Intermediate_Dir "Debug\glue" 5686!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5687# PROP Intermediate_Dir "StaticRelease\glue" 5688!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5689# PROP Intermediate_Dir "StaticDebug\glue" 5690!ENDIF 5691# End Source File 5692# Begin Source File 5693 5694SOURCE=..\..\src\glue\GLUWrapper.cpp 5695!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5696# PROP Intermediate_Dir "Release\glue" 5697!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5698# PROP Intermediate_Dir "Debug\glue" 5699!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5700# PROP Intermediate_Dir "StaticRelease\glue" 5701!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5702# PROP Intermediate_Dir "StaticDebug\glue" 5703!ENDIF 5704# End Source File 5705# Begin Source File 5706 5707SOURCE=..\..\src\glue\simage_wrapper.cpp 5708!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5709# PROP Intermediate_Dir "Release\glue" 5710!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5711# PROP Intermediate_Dir "Debug\glue" 5712!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5713# PROP Intermediate_Dir "StaticRelease\glue" 5714!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5715# PROP Intermediate_Dir "StaticDebug\glue" 5716!ENDIF 5717# End Source File 5718# Begin Source File 5719 5720SOURCE=..\..\src\glue\openal_wrapper.cpp 5721!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5722# PROP Intermediate_Dir "Release\glue" 5723!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5724# PROP Intermediate_Dir "Debug\glue" 5725!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5726# PROP Intermediate_Dir "StaticRelease\glue" 5727!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5728# PROP Intermediate_Dir "StaticDebug\glue" 5729!ENDIF 5730# End Source File 5731# Begin Source File 5732 5733SOURCE=..\..\src\glue\win32api.cpp 5734!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5735# PROP Intermediate_Dir "Release\glue" 5736!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5737# PROP Intermediate_Dir "Debug\glue" 5738!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5739# PROP Intermediate_Dir "StaticRelease\glue" 5740!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5741# PROP Intermediate_Dir "StaticDebug\glue" 5742!ENDIF 5743# End Source File 5744# Begin Source File 5745 5746SOURCE=..\..\src\glue\zlib.cpp 5747!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5748# PROP Intermediate_Dir "Release\glue" 5749!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5750# PROP Intermediate_Dir "Debug\glue" 5751!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5752# PROP Intermediate_Dir "StaticRelease\glue" 5753!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5754# PROP Intermediate_Dir "StaticDebug\glue" 5755!ENDIF 5756# End Source File 5757# Begin Source File 5758 5759SOURCE=..\..\src\glue\bzip2.cpp 5760!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5761# PROP Intermediate_Dir "Release\glue" 5762!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5763# PROP Intermediate_Dir "Debug\glue" 5764!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5765# PROP Intermediate_Dir "StaticRelease\glue" 5766!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5767# PROP Intermediate_Dir "StaticDebug\glue" 5768!ENDIF 5769# End Source File 5770# Begin Source File 5771 5772SOURCE=..\..\src\glue\freetype.cpp 5773!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5774# PROP Intermediate_Dir "Release\glue" 5775!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5776# PROP Intermediate_Dir "Debug\glue" 5777!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5778# PROP Intermediate_Dir "StaticRelease\glue" 5779!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5780# PROP Intermediate_Dir "StaticDebug\glue" 5781!ENDIF 5782# End Source File 5783# Begin Source File 5784 5785SOURCE=..\..\src\glue\normalization_cubemap.cpp 5786!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5787# PROP Intermediate_Dir "Release\glue" 5788!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5789# PROP Intermediate_Dir "Debug\glue" 5790!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5791# PROP Intermediate_Dir "StaticRelease\glue" 5792!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5793# PROP Intermediate_Dir "StaticDebug\glue" 5794!ENDIF 5795# End Source File 5796# End Group 5797# Begin Group "io sources" 5798# PROP Default_Filter "c;cpp;ic;icc;h" 5799# Begin Source File 5800 5801SOURCE=..\..\src\io\SoInput.cpp 5802!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5803# PROP Intermediate_Dir "Release\io" 5804!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5805# PROP Intermediate_Dir "Debug\io" 5806!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5807# PROP Intermediate_Dir "StaticRelease\io" 5808!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5809# PROP Intermediate_Dir "StaticDebug\io" 5810!ENDIF 5811# End Source File 5812# Begin Source File 5813 5814SOURCE=..\..\src\io\SoInput_FileInfo.cpp 5815!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5816# PROP Intermediate_Dir "Release\io" 5817!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5818# PROP Intermediate_Dir "Debug\io" 5819!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5820# PROP Intermediate_Dir "StaticRelease\io" 5821!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5822# PROP Intermediate_Dir "StaticDebug\io" 5823!ENDIF 5824# End Source File 5825# Begin Source File 5826 5827SOURCE=..\..\src\io\SoInput_Reader.cpp 5828!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5829# PROP Intermediate_Dir "Release\io" 5830!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5831# PROP Intermediate_Dir "Debug\io" 5832!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5833# PROP Intermediate_Dir "StaticRelease\io" 5834!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5835# PROP Intermediate_Dir "StaticDebug\io" 5836!ENDIF 5837# End Source File 5838# Begin Source File 5839 5840SOURCE=..\..\src\io\SoOutput.cpp 5841!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5842# PROP Intermediate_Dir "Release\io" 5843!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5844# PROP Intermediate_Dir "Debug\io" 5845!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5846# PROP Intermediate_Dir "StaticRelease\io" 5847!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5848# PROP Intermediate_Dir "StaticDebug\io" 5849!ENDIF 5850# End Source File 5851# Begin Source File 5852 5853SOURCE=..\..\src\io\SoOutput_Writer.cpp 5854!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5855# PROP Intermediate_Dir "Release\io" 5856!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5857# PROP Intermediate_Dir "Debug\io" 5858!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5859# PROP Intermediate_Dir "StaticRelease\io" 5860!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5861# PROP Intermediate_Dir "StaticDebug\io" 5862!ENDIF 5863# End Source File 5864# Begin Source File 5865 5866SOURCE=..\..\src\io\SoByteStream.cpp 5867!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5868# PROP Intermediate_Dir "Release\io" 5869!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5870# PROP Intermediate_Dir "Debug\io" 5871!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5872# PROP Intermediate_Dir "StaticRelease\io" 5873!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5874# PROP Intermediate_Dir "StaticDebug\io" 5875!ENDIF 5876# End Source File 5877# Begin Source File 5878 5879SOURCE=..\..\src\io\SoTranSender.cpp 5880!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5881# PROP Intermediate_Dir "Release\io" 5882!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5883# PROP Intermediate_Dir "Debug\io" 5884!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5885# PROP Intermediate_Dir "StaticRelease\io" 5886!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5887# PROP Intermediate_Dir "StaticDebug\io" 5888!ENDIF 5889# End Source File 5890# Begin Source File 5891 5892SOURCE=..\..\src\io\SoTranReceiver.cpp 5893!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5894# PROP Intermediate_Dir "Release\io" 5895!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5896# PROP Intermediate_Dir "Debug\io" 5897!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5898# PROP Intermediate_Dir "StaticRelease\io" 5899!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5900# PROP Intermediate_Dir "StaticDebug\io" 5901!ENDIF 5902# End Source File 5903# Begin Source File 5904 5905SOURCE=..\..\src\io\SoWriterefCounter.cpp 5906!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5907# PROP Intermediate_Dir "Release\io" 5908!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5909# PROP Intermediate_Dir "Debug\io" 5910!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5911# PROP Intermediate_Dir "StaticRelease\io" 5912!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5913# PROP Intermediate_Dir "StaticDebug\io" 5914!ENDIF 5915# End Source File 5916# Begin Source File 5917 5918SOURCE=..\..\src\io\gzmemio.cpp 5919!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5920# PROP Intermediate_Dir "Release\io" 5921!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5922# PROP Intermediate_Dir "Debug\io" 5923!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5924# PROP Intermediate_Dir "StaticRelease\io" 5925!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5926# PROP Intermediate_Dir "StaticDebug\io" 5927!ENDIF 5928# End Source File 5929# End Group 5930# Begin Group "manips sources" 5931# PROP Default_Filter "c;cpp;ic;icc;h" 5932# Begin Source File 5933 5934SOURCE=..\..\src\manips\SoClipPlaneManip.cpp 5935!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5936# PROP Intermediate_Dir "Release\manips" 5937!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5938# PROP Intermediate_Dir "Debug\manips" 5939!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5940# PROP Intermediate_Dir "StaticRelease\manips" 5941!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5942# PROP Intermediate_Dir "StaticDebug\manips" 5943!ENDIF 5944# End Source File 5945# Begin Source File 5946 5947SOURCE=..\..\src\manips\SoDirectionalLightManip.cpp 5948!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5949# PROP Intermediate_Dir "Release\manips" 5950!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5951# PROP Intermediate_Dir "Debug\manips" 5952!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5953# PROP Intermediate_Dir "StaticRelease\manips" 5954!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5955# PROP Intermediate_Dir "StaticDebug\manips" 5956!ENDIF 5957# End Source File 5958# Begin Source File 5959 5960SOURCE=..\..\src\manips\SoPointLightManip.cpp 5961!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5962# PROP Intermediate_Dir "Release\manips" 5963!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5964# PROP Intermediate_Dir "Debug\manips" 5965!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5966# PROP Intermediate_Dir "StaticRelease\manips" 5967!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5968# PROP Intermediate_Dir "StaticDebug\manips" 5969!ENDIF 5970# End Source File 5971# Begin Source File 5972 5973SOURCE=..\..\src\manips\SoSpotLightManip.cpp 5974!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5975# PROP Intermediate_Dir "Release\manips" 5976!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5977# PROP Intermediate_Dir "Debug\manips" 5978!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5979# PROP Intermediate_Dir "StaticRelease\manips" 5980!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5981# PROP Intermediate_Dir "StaticDebug\manips" 5982!ENDIF 5983# End Source File 5984# Begin Source File 5985 5986SOURCE=..\..\src\manips\SoTransformManip.cpp 5987!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 5988# PROP Intermediate_Dir "Release\manips" 5989!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 5990# PROP Intermediate_Dir "Debug\manips" 5991!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 5992# PROP Intermediate_Dir "StaticRelease\manips" 5993!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 5994# PROP Intermediate_Dir "StaticDebug\manips" 5995!ENDIF 5996# End Source File 5997# Begin Source File 5998 5999SOURCE=..\..\src\manips\SoCenterballManip.cpp 6000!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6001# PROP Intermediate_Dir "Release\manips" 6002!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6003# PROP Intermediate_Dir "Debug\manips" 6004!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6005# PROP Intermediate_Dir "StaticRelease\manips" 6006!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6007# PROP Intermediate_Dir "StaticDebug\manips" 6008!ENDIF 6009# End Source File 6010# Begin Source File 6011 6012SOURCE=..\..\src\manips\SoHandleBoxManip.cpp 6013!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6014# PROP Intermediate_Dir "Release\manips" 6015!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6016# PROP Intermediate_Dir "Debug\manips" 6017!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6018# PROP Intermediate_Dir "StaticRelease\manips" 6019!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6020# PROP Intermediate_Dir "StaticDebug\manips" 6021!ENDIF 6022# End Source File 6023# Begin Source File 6024 6025SOURCE=..\..\src\manips\SoJackManip.cpp 6026!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6027# PROP Intermediate_Dir "Release\manips" 6028!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6029# PROP Intermediate_Dir "Debug\manips" 6030!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6031# PROP Intermediate_Dir "StaticRelease\manips" 6032!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6033# PROP Intermediate_Dir "StaticDebug\manips" 6034!ENDIF 6035# End Source File 6036# Begin Source File 6037 6038SOURCE=..\..\src\manips\SoTabBoxManip.cpp 6039!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6040# PROP Intermediate_Dir "Release\manips" 6041!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6042# PROP Intermediate_Dir "Debug\manips" 6043!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6044# PROP Intermediate_Dir "StaticRelease\manips" 6045!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6046# PROP Intermediate_Dir "StaticDebug\manips" 6047!ENDIF 6048# End Source File 6049# Begin Source File 6050 6051SOURCE=..\..\src\manips\SoTrackballManip.cpp 6052!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6053# PROP Intermediate_Dir "Release\manips" 6054!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6055# PROP Intermediate_Dir "Debug\manips" 6056!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6057# PROP Intermediate_Dir "StaticRelease\manips" 6058!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6059# PROP Intermediate_Dir "StaticDebug\manips" 6060!ENDIF 6061# End Source File 6062# Begin Source File 6063 6064SOURCE=..\..\src\manips\SoTransformBoxManip.cpp 6065!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6066# PROP Intermediate_Dir "Release\manips" 6067!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6068# PROP Intermediate_Dir "Debug\manips" 6069!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6070# PROP Intermediate_Dir "StaticRelease\manips" 6071!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6072# PROP Intermediate_Dir "StaticDebug\manips" 6073!ENDIF 6074# End Source File 6075# Begin Source File 6076 6077SOURCE=..\..\src\manips\SoTransformerManip.cpp 6078!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6079# PROP Intermediate_Dir "Release\manips" 6080!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6081# PROP Intermediate_Dir "Debug\manips" 6082!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6083# PROP Intermediate_Dir "StaticRelease\manips" 6084!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6085# PROP Intermediate_Dir "StaticDebug\manips" 6086!ENDIF 6087# End Source File 6088# Begin Source File 6089 6090SOURCE=..\..\src\manips\commoncode.cpp 6091!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6092# PROP Intermediate_Dir "Release\manips" 6093!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6094# PROP Intermediate_Dir "Debug\manips" 6095!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6096# PROP Intermediate_Dir "StaticRelease\manips" 6097!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6098# PROP Intermediate_Dir "StaticDebug\manips" 6099!ENDIF 6100# End Source File 6101# End Group 6102# Begin Group "misc sources" 6103# PROP Default_Filter "c;cpp;ic;icc;h" 6104# Begin Source File 6105 6106SOURCE=..\..\src\misc\AudioTools.cpp 6107!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6108# PROP Intermediate_Dir "Release\misc" 6109!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6110# PROP Intermediate_Dir "Debug\misc" 6111!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6112# PROP Intermediate_Dir "StaticRelease\misc" 6113!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6114# PROP Intermediate_Dir "StaticDebug\misc" 6115!ENDIF 6116# End Source File 6117# Begin Source File 6118 6119SOURCE=..\..\src\misc\CoinStaticObjectInDLL.cpp 6120!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6121# PROP Intermediate_Dir "Release\misc" 6122!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6123# PROP Intermediate_Dir "Debug\misc" 6124!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6125# PROP Intermediate_Dir "StaticRelease\misc" 6126!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6127# PROP Intermediate_Dir "StaticDebug\misc" 6128!ENDIF 6129# End Source File 6130# Begin Source File 6131 6132SOURCE=..\..\src\misc\SoAudioDevice.cpp 6133!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6134# PROP Intermediate_Dir "Release\misc" 6135!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6136# PROP Intermediate_Dir "Debug\misc" 6137!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6138# PROP Intermediate_Dir "StaticRelease\misc" 6139!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6140# PROP Intermediate_Dir "StaticDebug\misc" 6141!ENDIF 6142# End Source File 6143# Begin Source File 6144 6145SOURCE=..\..\src\misc\SoBase.cpp 6146!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6147# PROP Intermediate_Dir "Release\misc" 6148!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6149# PROP Intermediate_Dir "Debug\misc" 6150!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6151# PROP Intermediate_Dir "StaticRelease\misc" 6152!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6153# PROP Intermediate_Dir "StaticDebug\misc" 6154!ENDIF 6155# End Source File 6156# Begin Source File 6157 6158SOURCE=..\..\src\misc\SoBaseP.cpp 6159!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6160# PROP Intermediate_Dir "Release\misc" 6161!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6162# PROP Intermediate_Dir "Debug\misc" 6163!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6164# PROP Intermediate_Dir "StaticRelease\misc" 6165!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6166# PROP Intermediate_Dir "StaticDebug\misc" 6167!ENDIF 6168# End Source File 6169# Begin Source File 6170 6171SOURCE=..\..\src\misc\SoChildList.cpp 6172!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6173# PROP Intermediate_Dir "Release\misc" 6174!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6175# PROP Intermediate_Dir "Debug\misc" 6176!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6177# PROP Intermediate_Dir "StaticRelease\misc" 6178!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6179# PROP Intermediate_Dir "StaticDebug\misc" 6180!ENDIF 6181# End Source File 6182# Begin Source File 6183 6184SOURCE=..\..\src\misc\SoCompactPathList.cpp 6185!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6186# PROP Intermediate_Dir "Release\misc" 6187!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6188# PROP Intermediate_Dir "Debug\misc" 6189!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6190# PROP Intermediate_Dir "StaticRelease\misc" 6191!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6192# PROP Intermediate_Dir "StaticDebug\misc" 6193!ENDIF 6194# End Source File 6195# Begin Source File 6196 6197SOURCE=..\..\src\misc\SoContextHandler.cpp 6198!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6199# PROP Intermediate_Dir "Release\misc" 6200!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6201# PROP Intermediate_Dir "Debug\misc" 6202!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6203# PROP Intermediate_Dir "StaticRelease\misc" 6204!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6205# PROP Intermediate_Dir "StaticDebug\misc" 6206!ENDIF 6207# End Source File 6208# Begin Source File 6209 6210SOURCE=..\..\src\misc\SoDB.cpp 6211!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6212# PROP Intermediate_Dir "Release\misc" 6213!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6214# PROP Intermediate_Dir "Debug\misc" 6215!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6216# PROP Intermediate_Dir "StaticRelease\misc" 6217!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6218# PROP Intermediate_Dir "StaticDebug\misc" 6219!ENDIF 6220# End Source File 6221# Begin Source File 6222 6223SOURCE=..\..\src\misc\SoDebug.cpp 6224!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6225# PROP Intermediate_Dir "Release\misc" 6226!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6227# PROP Intermediate_Dir "Debug\misc" 6228!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6229# PROP Intermediate_Dir "StaticRelease\misc" 6230!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6231# PROP Intermediate_Dir "StaticDebug\misc" 6232!ENDIF 6233# End Source File 6234# Begin Source File 6235 6236SOURCE=..\..\src\misc\SoFullPath.cpp 6237!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6238# PROP Intermediate_Dir "Release\misc" 6239!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6240# PROP Intermediate_Dir "Debug\misc" 6241!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6242# PROP Intermediate_Dir "StaticRelease\misc" 6243!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6244# PROP Intermediate_Dir "StaticDebug\misc" 6245!ENDIF 6246# End Source File 6247# Begin Source File 6248 6249SOURCE=..\..\src\misc\SoGenerate.cpp 6250!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6251# PROP Intermediate_Dir "Release\misc" 6252!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6253# PROP Intermediate_Dir "Debug\misc" 6254!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6255# PROP Intermediate_Dir "StaticRelease\misc" 6256!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6257# PROP Intermediate_Dir "StaticDebug\misc" 6258!ENDIF 6259# End Source File 6260# Begin Source File 6261 6262SOURCE=..\..\src\misc\SoGlyph.cpp 6263!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6264# PROP Intermediate_Dir "Release\misc" 6265!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6266# PROP Intermediate_Dir "Debug\misc" 6267!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6268# PROP Intermediate_Dir "StaticRelease\misc" 6269!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6270# PROP Intermediate_Dir "StaticDebug\misc" 6271!ENDIF 6272# End Source File 6273# Begin Source File 6274 6275SOURCE=..\..\src\misc\SoInteraction.cpp 6276!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6277# PROP Intermediate_Dir "Release\misc" 6278!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6279# PROP Intermediate_Dir "Debug\misc" 6280!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6281# PROP Intermediate_Dir "StaticRelease\misc" 6282!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6283# PROP Intermediate_Dir "StaticDebug\misc" 6284!ENDIF 6285# End Source File 6286# Begin Source File 6287 6288SOURCE=..\..\src\misc\SoJavaScriptEngine.cpp 6289!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6290# PROP Intermediate_Dir "Release\misc" 6291!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6292# PROP Intermediate_Dir "Debug\misc" 6293!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6294# PROP Intermediate_Dir "StaticRelease\misc" 6295!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6296# PROP Intermediate_Dir "StaticDebug\misc" 6297!ENDIF 6298# End Source File 6299# Begin Source File 6300 6301SOURCE=..\..\src\misc\SoLightPath.cpp 6302!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6303# PROP Intermediate_Dir "Release\misc" 6304!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6305# PROP Intermediate_Dir "Debug\misc" 6306!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6307# PROP Intermediate_Dir "StaticRelease\misc" 6308!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6309# PROP Intermediate_Dir "StaticDebug\misc" 6310!ENDIF 6311# End Source File 6312# Begin Source File 6313 6314SOURCE=..\..\src\misc\SoLockManager.cpp 6315!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6316# PROP Intermediate_Dir "Release\misc" 6317!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6318# PROP Intermediate_Dir "Debug\misc" 6319!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6320# PROP Intermediate_Dir "StaticRelease\misc" 6321!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6322# PROP Intermediate_Dir "StaticDebug\misc" 6323!ENDIF 6324# End Source File 6325# Begin Source File 6326 6327SOURCE=..\..\src\misc\SoNormalGenerator.cpp 6328!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6329# PROP Intermediate_Dir "Release\misc" 6330!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6331# PROP Intermediate_Dir "Debug\misc" 6332!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6333# PROP Intermediate_Dir "StaticRelease\misc" 6334!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6335# PROP Intermediate_Dir "StaticDebug\misc" 6336!ENDIF 6337# End Source File 6338# Begin Source File 6339 6340SOURCE=..\..\src\misc\SoNotRec.cpp 6341!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6342# PROP Intermediate_Dir "Release\misc" 6343!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6344# PROP Intermediate_Dir "Debug\misc" 6345!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6346# PROP Intermediate_Dir "StaticRelease\misc" 6347!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6348# PROP Intermediate_Dir "StaticDebug\misc" 6349!ENDIF 6350# End Source File 6351# Begin Source File 6352 6353SOURCE=..\..\src\misc\SoNotification.cpp 6354!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6355# PROP Intermediate_Dir "Release\misc" 6356!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6357# PROP Intermediate_Dir "Debug\misc" 6358!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6359# PROP Intermediate_Dir "StaticRelease\misc" 6360!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6361# PROP Intermediate_Dir "StaticDebug\misc" 6362!ENDIF 6363# End Source File 6364# Begin Source File 6365 6366SOURCE=..\..\src\misc\SoPath.cpp 6367!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6368# PROP Intermediate_Dir "Release\misc" 6369!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6370# PROP Intermediate_Dir "Debug\misc" 6371!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6372# PROP Intermediate_Dir "StaticRelease\misc" 6373!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6374# PROP Intermediate_Dir "StaticDebug\misc" 6375!ENDIF 6376# End Source File 6377# Begin Source File 6378 6379SOURCE=..\..\src\misc\SoPick.cpp 6380!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6381# PROP Intermediate_Dir "Release\misc" 6382!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6383# PROP Intermediate_Dir "Debug\misc" 6384!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6385# PROP Intermediate_Dir "StaticRelease\misc" 6386!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6387# PROP Intermediate_Dir "StaticDebug\misc" 6388!ENDIF 6389# End Source File 6390# Begin Source File 6391 6392SOURCE=..\..\src\misc\SoPickedPoint.cpp 6393!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6394# PROP Intermediate_Dir "Release\misc" 6395!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6396# PROP Intermediate_Dir "Debug\misc" 6397!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6398# PROP Intermediate_Dir "StaticRelease\misc" 6399!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6400# PROP Intermediate_Dir "StaticDebug\misc" 6401!ENDIF 6402# End Source File 6403# Begin Source File 6404 6405SOURCE=..\..\src\misc\SoPrimitiveVertex.cpp 6406!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6407# PROP Intermediate_Dir "Release\misc" 6408!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6409# PROP Intermediate_Dir "Debug\misc" 6410!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6411# PROP Intermediate_Dir "StaticRelease\misc" 6412!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6413# PROP Intermediate_Dir "StaticDebug\misc" 6414!ENDIF 6415# End Source File 6416# Begin Source File 6417 6418SOURCE=..\..\src\misc\SoProto.cpp 6419!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6420# PROP Intermediate_Dir "Release\misc" 6421!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6422# PROP Intermediate_Dir "Debug\misc" 6423!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6424# PROP Intermediate_Dir "StaticRelease\misc" 6425!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6426# PROP Intermediate_Dir "StaticDebug\misc" 6427!ENDIF 6428# End Source File 6429# Begin Source File 6430 6431SOURCE=..\..\src\misc\SoProtoInstance.cpp 6432!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6433# PROP Intermediate_Dir "Release\misc" 6434!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6435# PROP Intermediate_Dir "Debug\misc" 6436!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6437# PROP Intermediate_Dir "StaticRelease\misc" 6438!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6439# PROP Intermediate_Dir "StaticDebug\misc" 6440!ENDIF 6441# End Source File 6442# Begin Source File 6443 6444SOURCE=..\..\src\misc\SoSceneManager.cpp 6445!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6446# PROP Intermediate_Dir "Release\misc" 6447!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6448# PROP Intermediate_Dir "Debug\misc" 6449!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6450# PROP Intermediate_Dir "StaticRelease\misc" 6451!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6452# PROP Intermediate_Dir "StaticDebug\misc" 6453!ENDIF 6454# End Source File 6455# Begin Source File 6456 6457SOURCE=..\..\src\misc\SoSceneManagerP.cpp 6458!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6459# PROP Intermediate_Dir "Release\misc" 6460!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6461# PROP Intermediate_Dir "Debug\misc" 6462!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6463# PROP Intermediate_Dir "StaticRelease\misc" 6464!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6465# PROP Intermediate_Dir "StaticDebug\misc" 6466!ENDIF 6467# End Source File 6468# Begin Source File 6469 6470SOURCE=..\..\src\misc\SoShaderGenerator.cpp 6471!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6472# PROP Intermediate_Dir "Release\misc" 6473!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6474# PROP Intermediate_Dir "Debug\misc" 6475!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6476# PROP Intermediate_Dir "StaticRelease\misc" 6477!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6478# PROP Intermediate_Dir "StaticDebug\misc" 6479!ENDIF 6480# End Source File 6481# Begin Source File 6482 6483SOURCE=..\..\src\misc\SoState.cpp 6484!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6485# PROP Intermediate_Dir "Release\misc" 6486!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6487# PROP Intermediate_Dir "Debug\misc" 6488!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6489# PROP Intermediate_Dir "StaticRelease\misc" 6490!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6491# PROP Intermediate_Dir "StaticDebug\misc" 6492!ENDIF 6493# End Source File 6494# Begin Source File 6495 6496SOURCE=..\..\src\misc\SoTempPath.cpp 6497!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6498# PROP Intermediate_Dir "Release\misc" 6499!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6500# PROP Intermediate_Dir "Debug\misc" 6501!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6502# PROP Intermediate_Dir "StaticRelease\misc" 6503!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6504# PROP Intermediate_Dir "StaticDebug\misc" 6505!ENDIF 6506# End Source File 6507# Begin Source File 6508 6509SOURCE=..\..\src\misc\SoType.cpp 6510!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6511# PROP Intermediate_Dir "Release\misc" 6512!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6513# PROP Intermediate_Dir "Debug\misc" 6514!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6515# PROP Intermediate_Dir "StaticRelease\misc" 6516!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6517# PROP Intermediate_Dir "StaticDebug\misc" 6518!ENDIF 6519# End Source File 6520# Begin Source File 6521 6522SOURCE=..\..\src\misc\CoinResources.cpp 6523!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6524# PROP Intermediate_Dir "Release\misc" 6525!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6526# PROP Intermediate_Dir "Debug\misc" 6527!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6528# PROP Intermediate_Dir "StaticRelease\misc" 6529!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6530# PROP Intermediate_Dir "StaticDebug\misc" 6531!ENDIF 6532# End Source File 6533# Begin Source File 6534 6535SOURCE=..\..\src\misc\SoDBP.cpp 6536!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6537# PROP Intermediate_Dir "Release\misc" 6538!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6539# PROP Intermediate_Dir "Debug\misc" 6540!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6541# PROP Intermediate_Dir "StaticRelease\misc" 6542!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6543# PROP Intermediate_Dir "StaticDebug\misc" 6544!ENDIF 6545# End Source File 6546# Begin Source File 6547 6548SOURCE=..\..\src\misc\SoEventManager.cpp 6549!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6550# PROP Intermediate_Dir "Release\misc" 6551!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6552# PROP Intermediate_Dir "Debug\misc" 6553!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6554# PROP Intermediate_Dir "StaticRelease\misc" 6555!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6556# PROP Intermediate_Dir "StaticDebug\misc" 6557!ENDIF 6558# End Source File 6559# End Group 6560# Begin Group "rendering sources" 6561# PROP Default_Filter "c;cpp;ic;icc;h" 6562# Begin Source File 6563 6564SOURCE=..\..\src\rendering\SoGL.cpp 6565!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6566# PROP Intermediate_Dir "Release\rendering" 6567!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6568# PROP Intermediate_Dir "Debug\rendering" 6569!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6570# PROP Intermediate_Dir "StaticRelease\rendering" 6571!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6572# PROP Intermediate_Dir "StaticDebug\rendering" 6573!ENDIF 6574# End Source File 6575# Begin Source File 6576 6577SOURCE=..\..\src\rendering\SoGLBigImage.cpp 6578!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6579# PROP Intermediate_Dir "Release\rendering" 6580!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6581# PROP Intermediate_Dir "Debug\rendering" 6582!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6583# PROP Intermediate_Dir "StaticRelease\rendering" 6584!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6585# PROP Intermediate_Dir "StaticDebug\rendering" 6586!ENDIF 6587# End Source File 6588# Begin Source File 6589 6590SOURCE=..\..\src\rendering\SoGLDriverDatabase.cpp 6591!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6592# PROP Intermediate_Dir "Release\rendering" 6593!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6594# PROP Intermediate_Dir "Debug\rendering" 6595!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6596# PROP Intermediate_Dir "StaticRelease\rendering" 6597!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6598# PROP Intermediate_Dir "StaticDebug\rendering" 6599!ENDIF 6600# End Source File 6601# Begin Source File 6602 6603SOURCE=..\..\src\rendering\SoGLImage.cpp 6604!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6605# PROP Intermediate_Dir "Release\rendering" 6606!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6607# PROP Intermediate_Dir "Debug\rendering" 6608!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6609# PROP Intermediate_Dir "StaticRelease\rendering" 6610!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6611# PROP Intermediate_Dir "StaticDebug\rendering" 6612!ENDIF 6613# End Source File 6614# Begin Source File 6615 6616SOURCE=..\..\src\rendering\SoGLCubeMapImage.cpp 6617!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6618# PROP Intermediate_Dir "Release\rendering" 6619!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6620# PROP Intermediate_Dir "Debug\rendering" 6621!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6622# PROP Intermediate_Dir "StaticRelease\rendering" 6623!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6624# PROP Intermediate_Dir "StaticDebug\rendering" 6625!ENDIF 6626# End Source File 6627# Begin Source File 6628 6629SOURCE=..\..\src\rendering\SoGLNurbs.cpp 6630!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6631# PROP Intermediate_Dir "Release\rendering" 6632!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6633# PROP Intermediate_Dir "Debug\rendering" 6634!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6635# PROP Intermediate_Dir "StaticRelease\rendering" 6636!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6637# PROP Intermediate_Dir "StaticDebug\rendering" 6638!ENDIF 6639# End Source File 6640# Begin Source File 6641 6642SOURCE=..\..\src\rendering\SoRenderManager.cpp 6643!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6644# PROP Intermediate_Dir "Release\rendering" 6645!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6646# PROP Intermediate_Dir "Debug\rendering" 6647!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6648# PROP Intermediate_Dir "StaticRelease\rendering" 6649!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6650# PROP Intermediate_Dir "StaticDebug\rendering" 6651!ENDIF 6652# End Source File 6653# Begin Source File 6654 6655SOURCE=..\..\src\rendering\SoRenderManagerP.cpp 6656!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6657# PROP Intermediate_Dir "Release\rendering" 6658!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6659# PROP Intermediate_Dir "Debug\rendering" 6660!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6661# PROP Intermediate_Dir "StaticRelease\rendering" 6662!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6663# PROP Intermediate_Dir "StaticDebug\rendering" 6664!ENDIF 6665# End Source File 6666# Begin Source File 6667 6668SOURCE=..\..\src\rendering\SoOffscreenRenderer.cpp 6669!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6670# PROP Intermediate_Dir "Release\rendering" 6671!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6672# PROP Intermediate_Dir "Debug\rendering" 6673!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6674# PROP Intermediate_Dir "StaticRelease\rendering" 6675!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6676# PROP Intermediate_Dir "StaticDebug\rendering" 6677!ENDIF 6678# End Source File 6679# Begin Source File 6680 6681SOURCE=..\..\src\rendering\SoOffscreenCGData.cpp 6682!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6683# PROP Intermediate_Dir "Release\rendering" 6684!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6685# PROP Intermediate_Dir "Debug\rendering" 6686!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6687# PROP Intermediate_Dir "StaticRelease\rendering" 6688!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6689# PROP Intermediate_Dir "StaticDebug\rendering" 6690!ENDIF 6691# End Source File 6692# Begin Source File 6693 6694SOURCE=..\..\src\rendering\SoOffscreenGLXData.cpp 6695!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6696# PROP Intermediate_Dir "Release\rendering" 6697!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6698# PROP Intermediate_Dir "Debug\rendering" 6699!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6700# PROP Intermediate_Dir "StaticRelease\rendering" 6701!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6702# PROP Intermediate_Dir "StaticDebug\rendering" 6703!ENDIF 6704# End Source File 6705# Begin Source File 6706 6707SOURCE=..\..\src\rendering\SoOffscreenWGLData.cpp 6708!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6709# PROP Intermediate_Dir "Release\rendering" 6710!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6711# PROP Intermediate_Dir "Debug\rendering" 6712!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6713# PROP Intermediate_Dir "StaticRelease\rendering" 6714!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6715# PROP Intermediate_Dir "StaticDebug\rendering" 6716!ENDIF 6717# End Source File 6718# Begin Source File 6719 6720SOURCE=..\..\src\rendering\SoVBO.cpp 6721!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6722# PROP Intermediate_Dir "Release\rendering" 6723!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6724# PROP Intermediate_Dir "Debug\rendering" 6725!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6726# PROP Intermediate_Dir "StaticRelease\rendering" 6727!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6728# PROP Intermediate_Dir "StaticDebug\rendering" 6729!ENDIF 6730# End Source File 6731# Begin Source File 6732 6733SOURCE=..\..\src\rendering\SoVertexArrayIndexer.cpp 6734!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6735# PROP Intermediate_Dir "Release\rendering" 6736!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6737# PROP Intermediate_Dir "Debug\rendering" 6738!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6739# PROP Intermediate_Dir "StaticRelease\rendering" 6740!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6741# PROP Intermediate_Dir "StaticDebug\rendering" 6742!ENDIF 6743# End Source File 6744# Begin Source File 6745 6746SOURCE=..\..\src\rendering\CoinOffscreenGLCanvas.cpp 6747!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6748# PROP Intermediate_Dir "Release\rendering" 6749!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6750# PROP Intermediate_Dir "Debug\rendering" 6751!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6752# PROP Intermediate_Dir "StaticRelease\rendering" 6753!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6754# PROP Intermediate_Dir "StaticDebug\rendering" 6755!ENDIF 6756# End Source File 6757# End Group 6758# Begin Group "lists sources" 6759# PROP Default_Filter "c;cpp;ic;icc;h" 6760# Begin Source File 6761 6762SOURCE=..\..\src\lists\SbList.cpp 6763!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6764# PROP Intermediate_Dir "Release\lists" 6765!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6766# PROP Intermediate_Dir "Debug\lists" 6767!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6768# PROP Intermediate_Dir "StaticRelease\lists" 6769!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6770# PROP Intermediate_Dir "StaticDebug\lists" 6771!ENDIF 6772# End Source File 6773# Begin Source File 6774 6775SOURCE=..\..\src\lists\SbPList.cpp 6776!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6777# PROP Intermediate_Dir "Release\lists" 6778!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6779# PROP Intermediate_Dir "Debug\lists" 6780!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6781# PROP Intermediate_Dir "StaticRelease\lists" 6782!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6783# PROP Intermediate_Dir "StaticDebug\lists" 6784!ENDIF 6785# End Source File 6786# Begin Source File 6787 6788SOURCE=..\..\src\lists\SbIntList.cpp 6789!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6790# PROP Intermediate_Dir "Release\lists" 6791!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6792# PROP Intermediate_Dir "Debug\lists" 6793!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6794# PROP Intermediate_Dir "StaticRelease\lists" 6795!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6796# PROP Intermediate_Dir "StaticDebug\lists" 6797!ENDIF 6798# End Source File 6799# Begin Source File 6800 6801SOURCE=..\..\src\lists\SbVec3fList.cpp 6802!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6803# PROP Intermediate_Dir "Release\lists" 6804!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6805# PROP Intermediate_Dir "Debug\lists" 6806!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6807# PROP Intermediate_Dir "StaticRelease\lists" 6808!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6809# PROP Intermediate_Dir "StaticDebug\lists" 6810!ENDIF 6811# End Source File 6812# Begin Source File 6813 6814SOURCE=..\..\src\lists\SbStringList.cpp 6815!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6816# PROP Intermediate_Dir "Release\lists" 6817!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6818# PROP Intermediate_Dir "Debug\lists" 6819!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6820# PROP Intermediate_Dir "StaticRelease\lists" 6821!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6822# PROP Intermediate_Dir "StaticDebug\lists" 6823!ENDIF 6824# End Source File 6825# Begin Source File 6826 6827SOURCE=..\..\src\lists\SoActionMethodList.cpp 6828!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6829# PROP Intermediate_Dir "Release\lists" 6830!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6831# PROP Intermediate_Dir "Debug\lists" 6832!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6833# PROP Intermediate_Dir "StaticRelease\lists" 6834!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6835# PROP Intermediate_Dir "StaticDebug\lists" 6836!ENDIF 6837# End Source File 6838# Begin Source File 6839 6840SOURCE=..\..\src\lists\SoAuditorList.cpp 6841!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6842# PROP Intermediate_Dir "Release\lists" 6843!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6844# PROP Intermediate_Dir "Debug\lists" 6845!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6846# PROP Intermediate_Dir "StaticRelease\lists" 6847!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6848# PROP Intermediate_Dir "StaticDebug\lists" 6849!ENDIF 6850# End Source File 6851# Begin Source File 6852 6853SOURCE=..\..\src\lists\SoBaseList.cpp 6854!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6855# PROP Intermediate_Dir "Release\lists" 6856!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6857# PROP Intermediate_Dir "Debug\lists" 6858!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6859# PROP Intermediate_Dir "StaticRelease\lists" 6860!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6861# PROP Intermediate_Dir "StaticDebug\lists" 6862!ENDIF 6863# End Source File 6864# Begin Source File 6865 6866SOURCE=..\..\src\lists\SoCallbackList.cpp 6867!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6868# PROP Intermediate_Dir "Release\lists" 6869!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6870# PROP Intermediate_Dir "Debug\lists" 6871!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6872# PROP Intermediate_Dir "StaticRelease\lists" 6873!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6874# PROP Intermediate_Dir "StaticDebug\lists" 6875!ENDIF 6876# End Source File 6877# Begin Source File 6878 6879SOURCE=..\..\src\lists\SoDetailList.cpp 6880!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6881# PROP Intermediate_Dir "Release\lists" 6882!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6883# PROP Intermediate_Dir "Debug\lists" 6884!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6885# PROP Intermediate_Dir "StaticRelease\lists" 6886!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6887# PROP Intermediate_Dir "StaticDebug\lists" 6888!ENDIF 6889# End Source File 6890# Begin Source File 6891 6892SOURCE=..\..\src\lists\SoEnabledElementsList.cpp 6893!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6894# PROP Intermediate_Dir "Release\lists" 6895!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6896# PROP Intermediate_Dir "Debug\lists" 6897!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6898# PROP Intermediate_Dir "StaticRelease\lists" 6899!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6900# PROP Intermediate_Dir "StaticDebug\lists" 6901!ENDIF 6902# End Source File 6903# Begin Source File 6904 6905SOURCE=..\..\src\lists\SoEngineList.cpp 6906!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6907# PROP Intermediate_Dir "Release\lists" 6908!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6909# PROP Intermediate_Dir "Debug\lists" 6910!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6911# PROP Intermediate_Dir "StaticRelease\lists" 6912!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6913# PROP Intermediate_Dir "StaticDebug\lists" 6914!ENDIF 6915# End Source File 6916# Begin Source File 6917 6918SOURCE=..\..\src\lists\SoEngineOutputList.cpp 6919!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6920# PROP Intermediate_Dir "Release\lists" 6921!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6922# PROP Intermediate_Dir "Debug\lists" 6923!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6924# PROP Intermediate_Dir "StaticRelease\lists" 6925!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6926# PROP Intermediate_Dir "StaticDebug\lists" 6927!ENDIF 6928# End Source File 6929# Begin Source File 6930 6931SOURCE=..\..\src\lists\SoFieldList.cpp 6932!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6933# PROP Intermediate_Dir "Release\lists" 6934!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6935# PROP Intermediate_Dir "Debug\lists" 6936!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6937# PROP Intermediate_Dir "StaticRelease\lists" 6938!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6939# PROP Intermediate_Dir "StaticDebug\lists" 6940!ENDIF 6941# End Source File 6942# Begin Source File 6943 6944SOURCE=..\..\src\lists\SoNodeList.cpp 6945!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6946# PROP Intermediate_Dir "Release\lists" 6947!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6948# PROP Intermediate_Dir "Debug\lists" 6949!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6950# PROP Intermediate_Dir "StaticRelease\lists" 6951!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6952# PROP Intermediate_Dir "StaticDebug\lists" 6953!ENDIF 6954# End Source File 6955# Begin Source File 6956 6957SOURCE=..\..\src\lists\SoPathList.cpp 6958!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6959# PROP Intermediate_Dir "Release\lists" 6960!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6961# PROP Intermediate_Dir "Debug\lists" 6962!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6963# PROP Intermediate_Dir "StaticRelease\lists" 6964!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6965# PROP Intermediate_Dir "StaticDebug\lists" 6966!ENDIF 6967# End Source File 6968# Begin Source File 6969 6970SOURCE=..\..\src\lists\SoPickedPointList.cpp 6971!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6972# PROP Intermediate_Dir "Release\lists" 6973!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6974# PROP Intermediate_Dir "Debug\lists" 6975!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6976# PROP Intermediate_Dir "StaticRelease\lists" 6977!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6978# PROP Intermediate_Dir "StaticDebug\lists" 6979!ENDIF 6980# End Source File 6981# Begin Source File 6982 6983SOURCE=..\..\src\lists\SoTypeList.cpp 6984!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 6985# PROP Intermediate_Dir "Release\lists" 6986!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 6987# PROP Intermediate_Dir "Debug\lists" 6988!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 6989# PROP Intermediate_Dir "StaticRelease\lists" 6990!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 6991# PROP Intermediate_Dir "StaticDebug\lists" 6992!ENDIF 6993# End Source File 6994# End Group 6995# Begin Group "nodekits sources" 6996# PROP Default_Filter "c;cpp;ic;icc;h" 6997# Begin Source File 6998 6999SOURCE=..\..\src\nodekits\SoNodeKit.cpp 7000!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7001# PROP Intermediate_Dir "Release\nodekits" 7002!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7003# PROP Intermediate_Dir "Debug\nodekits" 7004!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7005# PROP Intermediate_Dir "StaticRelease\nodekits" 7006!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7007# PROP Intermediate_Dir "StaticDebug\nodekits" 7008!ENDIF 7009# End Source File 7010# Begin Source File 7011 7012SOURCE=..\..\src\nodekits\SoNodeKitPath.cpp 7013!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7014# PROP Intermediate_Dir "Release\nodekits" 7015!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7016# PROP Intermediate_Dir "Debug\nodekits" 7017!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7018# PROP Intermediate_Dir "StaticRelease\nodekits" 7019!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7020# PROP Intermediate_Dir "StaticDebug\nodekits" 7021!ENDIF 7022# End Source File 7023# Begin Source File 7024 7025SOURCE=..\..\src\nodekits\SoNodeKitListPart.cpp 7026!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7027# PROP Intermediate_Dir "Release\nodekits" 7028!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7029# PROP Intermediate_Dir "Debug\nodekits" 7030!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7031# PROP Intermediate_Dir "StaticRelease\nodekits" 7032!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7033# PROP Intermediate_Dir "StaticDebug\nodekits" 7034!ENDIF 7035# End Source File 7036# Begin Source File 7037 7038SOURCE=..\..\src\nodekits\SoNodekitCatalog.cpp 7039!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7040# PROP Intermediate_Dir "Release\nodekits" 7041!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7042# PROP Intermediate_Dir "Debug\nodekits" 7043!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7044# PROP Intermediate_Dir "StaticRelease\nodekits" 7045!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7046# PROP Intermediate_Dir "StaticDebug\nodekits" 7047!ENDIF 7048# End Source File 7049# Begin Source File 7050 7051SOURCE=..\..\src\nodekits\SoBaseKit.cpp 7052!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7053# PROP Intermediate_Dir "Release\nodekits" 7054!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7055# PROP Intermediate_Dir "Debug\nodekits" 7056!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7057# PROP Intermediate_Dir "StaticRelease\nodekits" 7058!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7059# PROP Intermediate_Dir "StaticDebug\nodekits" 7060!ENDIF 7061# End Source File 7062# Begin Source File 7063 7064SOURCE=..\..\src\nodekits\SoAppearanceKit.cpp 7065!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7066# PROP Intermediate_Dir "Release\nodekits" 7067!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7068# PROP Intermediate_Dir "Debug\nodekits" 7069!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7070# PROP Intermediate_Dir "StaticRelease\nodekits" 7071!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7072# PROP Intermediate_Dir "StaticDebug\nodekits" 7073!ENDIF 7074# End Source File 7075# Begin Source File 7076 7077SOURCE=..\..\src\nodekits\SoCameraKit.cpp 7078!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7079# PROP Intermediate_Dir "Release\nodekits" 7080!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7081# PROP Intermediate_Dir "Debug\nodekits" 7082!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7083# PROP Intermediate_Dir "StaticRelease\nodekits" 7084!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7085# PROP Intermediate_Dir "StaticDebug\nodekits" 7086!ENDIF 7087# End Source File 7088# Begin Source File 7089 7090SOURCE=..\..\src\nodekits\SoInteractionKit.cpp 7091!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7092# PROP Intermediate_Dir "Release\nodekits" 7093!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7094# PROP Intermediate_Dir "Debug\nodekits" 7095!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7096# PROP Intermediate_Dir "StaticRelease\nodekits" 7097!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7098# PROP Intermediate_Dir "StaticDebug\nodekits" 7099!ENDIF 7100# End Source File 7101# Begin Source File 7102 7103SOURCE=..\..\src\nodekits\SoLightKit.cpp 7104!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7105# PROP Intermediate_Dir "Release\nodekits" 7106!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7107# PROP Intermediate_Dir "Debug\nodekits" 7108!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7109# PROP Intermediate_Dir "StaticRelease\nodekits" 7110!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7111# PROP Intermediate_Dir "StaticDebug\nodekits" 7112!ENDIF 7113# End Source File 7114# Begin Source File 7115 7116SOURCE=..\..\src\nodekits\SoSceneKit.cpp 7117!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7118# PROP Intermediate_Dir "Release\nodekits" 7119!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7120# PROP Intermediate_Dir "Debug\nodekits" 7121!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7122# PROP Intermediate_Dir "StaticRelease\nodekits" 7123!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7124# PROP Intermediate_Dir "StaticDebug\nodekits" 7125!ENDIF 7126# End Source File 7127# Begin Source File 7128 7129SOURCE=..\..\src\nodekits\SoSeparatorKit.cpp 7130!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7131# PROP Intermediate_Dir "Release\nodekits" 7132!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7133# PROP Intermediate_Dir "Debug\nodekits" 7134!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7135# PROP Intermediate_Dir "StaticRelease\nodekits" 7136!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7137# PROP Intermediate_Dir "StaticDebug\nodekits" 7138!ENDIF 7139# End Source File 7140# Begin Source File 7141 7142SOURCE=..\..\src\nodekits\SoShapeKit.cpp 7143!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7144# PROP Intermediate_Dir "Release\nodekits" 7145!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7146# PROP Intermediate_Dir "Debug\nodekits" 7147!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7148# PROP Intermediate_Dir "StaticRelease\nodekits" 7149!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7150# PROP Intermediate_Dir "StaticDebug\nodekits" 7151!ENDIF 7152# End Source File 7153# Begin Source File 7154 7155SOURCE=..\..\src\nodekits\SoWrapperKit.cpp 7156!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7157# PROP Intermediate_Dir "Release\nodekits" 7158!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7159# PROP Intermediate_Dir "Debug\nodekits" 7160!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7161# PROP Intermediate_Dir "StaticRelease\nodekits" 7162!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7163# PROP Intermediate_Dir "StaticDebug\nodekits" 7164!ENDIF 7165# End Source File 7166# End Group 7167# Begin Group "navigation sources" 7168# PROP Default_Filter "c;cpp;ic;icc;h" 7169# Begin Source File 7170 7171SOURCE=..\..\src\navigation\SoCameraUtils.cpp 7172!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7173# PROP Intermediate_Dir "Release\navigation" 7174!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7175# PROP Intermediate_Dir "Debug\navigation" 7176!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7177# PROP Intermediate_Dir "StaticRelease\navigation" 7178!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7179# PROP Intermediate_Dir "StaticDebug\navigation" 7180!ENDIF 7181# End Source File 7182# Begin Source File 7183 7184SOURCE=..\..\src\navigation\SoScXMLNavigation.cpp 7185!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7186# PROP Intermediate_Dir "Release\navigation" 7187!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7188# PROP Intermediate_Dir "Debug\navigation" 7189!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7190# PROP Intermediate_Dir "StaticRelease\navigation" 7191!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7192# PROP Intermediate_Dir "StaticDebug\navigation" 7193!ENDIF 7194# End Source File 7195# Begin Source File 7196 7197SOURCE=..\..\src\navigation\SoScXMLNavigationTarget.cpp 7198!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7199# PROP Intermediate_Dir "Release\navigation" 7200!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7201# PROP Intermediate_Dir "Debug\navigation" 7202!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7203# PROP Intermediate_Dir "StaticRelease\navigation" 7204!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7205# PROP Intermediate_Dir "StaticDebug\navigation" 7206!ENDIF 7207# End Source File 7208# Begin Source File 7209 7210SOURCE=..\..\src\navigation\SoScXMLPanTarget.cpp 7211!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7212# PROP Intermediate_Dir "Release\navigation" 7213!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7214# PROP Intermediate_Dir "Debug\navigation" 7215!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7216# PROP Intermediate_Dir "StaticRelease\navigation" 7217!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7218# PROP Intermediate_Dir "StaticDebug\navigation" 7219!ENDIF 7220# End Source File 7221# Begin Source File 7222 7223SOURCE=..\..\src\navigation\SoScXMLRotateTarget.cpp 7224!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7225# PROP Intermediate_Dir "Release\navigation" 7226!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7227# PROP Intermediate_Dir "Debug\navigation" 7228!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7229# PROP Intermediate_Dir "StaticRelease\navigation" 7230!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7231# PROP Intermediate_Dir "StaticDebug\navigation" 7232!ENDIF 7233# End Source File 7234# Begin Source File 7235 7236SOURCE=..\..\src\navigation\SoScXMLSeekTarget.cpp 7237!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7238# PROP Intermediate_Dir "Release\navigation" 7239!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7240# PROP Intermediate_Dir "Debug\navigation" 7241!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7242# PROP Intermediate_Dir "StaticRelease\navigation" 7243!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7244# PROP Intermediate_Dir "StaticDebug\navigation" 7245!ENDIF 7246# End Source File 7247# Begin Source File 7248 7249SOURCE=..\..\src\navigation\SoScXMLSpinTarget.cpp 7250!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7251# PROP Intermediate_Dir "Release\navigation" 7252!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7253# PROP Intermediate_Dir "Debug\navigation" 7254!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7255# PROP Intermediate_Dir "StaticRelease\navigation" 7256!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7257# PROP Intermediate_Dir "StaticDebug\navigation" 7258!ENDIF 7259# End Source File 7260# Begin Source File 7261 7262SOURCE=..\..\src\navigation\SoScXMLZoomTarget.cpp 7263!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7264# PROP Intermediate_Dir "Release\navigation" 7265!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7266# PROP Intermediate_Dir "Debug\navigation" 7267!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7268# PROP Intermediate_Dir "StaticRelease\navigation" 7269!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7270# PROP Intermediate_Dir "StaticDebug\navigation" 7271!ENDIF 7272# End Source File 7273# Begin Source File 7274 7275SOURCE=..\..\src\navigation\SoScXMLDollyTarget.cpp 7276!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7277# PROP Intermediate_Dir "Release\navigation" 7278!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7279# PROP Intermediate_Dir "Debug\navigation" 7280!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7281# PROP Intermediate_Dir "StaticRelease\navigation" 7282!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7283# PROP Intermediate_Dir "StaticDebug\navigation" 7284!ENDIF 7285# End Source File 7286# Begin Source File 7287 7288SOURCE=..\..\src\navigation\SoScXMLMiscTarget.cpp 7289!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7290# PROP Intermediate_Dir "Release\navigation" 7291!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7292# PROP Intermediate_Dir "Debug\navigation" 7293!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7294# PROP Intermediate_Dir "StaticRelease\navigation" 7295!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7296# PROP Intermediate_Dir "StaticDebug\navigation" 7297!ENDIF 7298# End Source File 7299# Begin Source File 7300 7301SOURCE=..\..\src\navigation\SoScXMLFlightControlTarget.cpp 7302!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7303# PROP Intermediate_Dir "Release\navigation" 7304!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7305# PROP Intermediate_Dir "Debug\navigation" 7306!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7307# PROP Intermediate_Dir "StaticRelease\navigation" 7308!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7309# PROP Intermediate_Dir "StaticDebug\navigation" 7310!ENDIF 7311# End Source File 7312# Begin Source File 7313 7314SOURCE=..\..\src\navigation\SoScXMLMotionTarget.cpp 7315!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7316# PROP Intermediate_Dir "Release\navigation" 7317!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7318# PROP Intermediate_Dir "Debug\navigation" 7319!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7320# PROP Intermediate_Dir "StaticRelease\navigation" 7321!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7322# PROP Intermediate_Dir "StaticDebug\navigation" 7323!ENDIF 7324# End Source File 7325# End Group 7326# Begin Group "nodes sources" 7327# PROP Default_Filter "c;cpp;ic;icc;h" 7328# Begin Source File 7329 7330SOURCE=..\..\src\nodes\SoAlphaTest.cpp 7331!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7332# PROP Intermediate_Dir "Release\nodes" 7333!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7334# PROP Intermediate_Dir "Debug\nodes" 7335!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7336# PROP Intermediate_Dir "StaticRelease\nodes" 7337!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7338# PROP Intermediate_Dir "StaticDebug\nodes" 7339!ENDIF 7340# End Source File 7341# Begin Source File 7342 7343SOURCE=..\..\src\nodes\SoAnnotation.cpp 7344!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7345# PROP Intermediate_Dir "Release\nodes" 7346!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7347# PROP Intermediate_Dir "Debug\nodes" 7348!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7349# PROP Intermediate_Dir "StaticRelease\nodes" 7350!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7351# PROP Intermediate_Dir "StaticDebug\nodes" 7352!ENDIF 7353# End Source File 7354# Begin Source File 7355 7356SOURCE=..\..\src\nodes\SoAntiSquish.cpp 7357!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7358# PROP Intermediate_Dir "Release\nodes" 7359!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7360# PROP Intermediate_Dir "Debug\nodes" 7361!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7362# PROP Intermediate_Dir "StaticRelease\nodes" 7363!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7364# PROP Intermediate_Dir "StaticDebug\nodes" 7365!ENDIF 7366# End Source File 7367# Begin Source File 7368 7369SOURCE=..\..\src\nodes\SoArray.cpp 7370!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7371# PROP Intermediate_Dir "Release\nodes" 7372!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7373# PROP Intermediate_Dir "Debug\nodes" 7374!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7375# PROP Intermediate_Dir "StaticRelease\nodes" 7376!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7377# PROP Intermediate_Dir "StaticDebug\nodes" 7378!ENDIF 7379# End Source File 7380# Begin Source File 7381 7382SOURCE=..\..\src\nodes\SoBaseColor.cpp 7383!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7384# PROP Intermediate_Dir "Release\nodes" 7385!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7386# PROP Intermediate_Dir "Debug\nodes" 7387!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7388# PROP Intermediate_Dir "StaticRelease\nodes" 7389!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7390# PROP Intermediate_Dir "StaticDebug\nodes" 7391!ENDIF 7392# End Source File 7393# Begin Source File 7394 7395SOURCE=..\..\src\nodes\SoBlinker.cpp 7396!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7397# PROP Intermediate_Dir "Release\nodes" 7398!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7399# PROP Intermediate_Dir "Debug\nodes" 7400!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7401# PROP Intermediate_Dir "StaticRelease\nodes" 7402!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7403# PROP Intermediate_Dir "StaticDebug\nodes" 7404!ENDIF 7405# End Source File 7406# Begin Source File 7407 7408SOURCE=..\..\src\nodes\SoBumpMap.cpp 7409!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7410# PROP Intermediate_Dir "Release\nodes" 7411!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7412# PROP Intermediate_Dir "Debug\nodes" 7413!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7414# PROP Intermediate_Dir "StaticRelease\nodes" 7415!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7416# PROP Intermediate_Dir "StaticDebug\nodes" 7417!ENDIF 7418# End Source File 7419# Begin Source File 7420 7421SOURCE=..\..\src\nodes\SoBumpMapCoordinate.cpp 7422!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7423# PROP Intermediate_Dir "Release\nodes" 7424!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7425# PROP Intermediate_Dir "Debug\nodes" 7426!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7427# PROP Intermediate_Dir "StaticRelease\nodes" 7428!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7429# PROP Intermediate_Dir "StaticDebug\nodes" 7430!ENDIF 7431# End Source File 7432# Begin Source File 7433 7434SOURCE=..\..\src\nodes\SoBumpMapTransform.cpp 7435!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7436# PROP Intermediate_Dir "Release\nodes" 7437!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7438# PROP Intermediate_Dir "Debug\nodes" 7439!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7440# PROP Intermediate_Dir "StaticRelease\nodes" 7441!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7442# PROP Intermediate_Dir "StaticDebug\nodes" 7443!ENDIF 7444# End Source File 7445# Begin Source File 7446 7447SOURCE=..\..\src\nodes\SoCallback.cpp 7448!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7449# PROP Intermediate_Dir "Release\nodes" 7450!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7451# PROP Intermediate_Dir "Debug\nodes" 7452!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7453# PROP Intermediate_Dir "StaticRelease\nodes" 7454!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7455# PROP Intermediate_Dir "StaticDebug\nodes" 7456!ENDIF 7457# End Source File 7458# Begin Source File 7459 7460SOURCE=..\..\src\nodes\SoCacheHint.cpp 7461!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7462# PROP Intermediate_Dir "Release\nodes" 7463!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7464# PROP Intermediate_Dir "Debug\nodes" 7465!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7466# PROP Intermediate_Dir "StaticRelease\nodes" 7467!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7468# PROP Intermediate_Dir "StaticDebug\nodes" 7469!ENDIF 7470# End Source File 7471# Begin Source File 7472 7473SOURCE=..\..\src\nodes\SoCamera.cpp 7474!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7475# PROP Intermediate_Dir "Release\nodes" 7476!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7477# PROP Intermediate_Dir "Debug\nodes" 7478!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7479# PROP Intermediate_Dir "StaticRelease\nodes" 7480!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7481# PROP Intermediate_Dir "StaticDebug\nodes" 7482!ENDIF 7483# End Source File 7484# Begin Source File 7485 7486SOURCE=..\..\src\nodes\SoClipPlane.cpp 7487!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7488# PROP Intermediate_Dir "Release\nodes" 7489!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7490# PROP Intermediate_Dir "Debug\nodes" 7491!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7492# PROP Intermediate_Dir "StaticRelease\nodes" 7493!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7494# PROP Intermediate_Dir "StaticDebug\nodes" 7495!ENDIF 7496# End Source File 7497# Begin Source File 7498 7499SOURCE=..\..\src\nodes\SoColorIndex.cpp 7500!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7501# PROP Intermediate_Dir "Release\nodes" 7502!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7503# PROP Intermediate_Dir "Debug\nodes" 7504!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7505# PROP Intermediate_Dir "StaticRelease\nodes" 7506!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7507# PROP Intermediate_Dir "StaticDebug\nodes" 7508!ENDIF 7509# End Source File 7510# Begin Source File 7511 7512SOURCE=..\..\src\nodes\SoComplexity.cpp 7513!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7514# PROP Intermediate_Dir "Release\nodes" 7515!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7516# PROP Intermediate_Dir "Debug\nodes" 7517!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7518# PROP Intermediate_Dir "StaticRelease\nodes" 7519!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7520# PROP Intermediate_Dir "StaticDebug\nodes" 7521!ENDIF 7522# End Source File 7523# Begin Source File 7524 7525SOURCE=..\..\src\nodes\SoCoordinate3.cpp 7526!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7527# PROP Intermediate_Dir "Release\nodes" 7528!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7529# PROP Intermediate_Dir "Debug\nodes" 7530!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7531# PROP Intermediate_Dir "StaticRelease\nodes" 7532!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7533# PROP Intermediate_Dir "StaticDebug\nodes" 7534!ENDIF 7535# End Source File 7536# Begin Source File 7537 7538SOURCE=..\..\src\nodes\SoCoordinate4.cpp 7539!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7540# PROP Intermediate_Dir "Release\nodes" 7541!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7542# PROP Intermediate_Dir "Debug\nodes" 7543!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7544# PROP Intermediate_Dir "StaticRelease\nodes" 7545!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7546# PROP Intermediate_Dir "StaticDebug\nodes" 7547!ENDIF 7548# End Source File 7549# Begin Source File 7550 7551SOURCE=..\..\src\nodes\SoDepthBuffer.cpp 7552!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7553# PROP Intermediate_Dir "Release\nodes" 7554!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7555# PROP Intermediate_Dir "Debug\nodes" 7556!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7557# PROP Intermediate_Dir "StaticRelease\nodes" 7558!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7559# PROP Intermediate_Dir "StaticDebug\nodes" 7560!ENDIF 7561# End Source File 7562# Begin Source File 7563 7564SOURCE=..\..\src\nodes\SoDirectionalLight.cpp 7565!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7566# PROP Intermediate_Dir "Release\nodes" 7567!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7568# PROP Intermediate_Dir "Debug\nodes" 7569!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7570# PROP Intermediate_Dir "StaticRelease\nodes" 7571!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7572# PROP Intermediate_Dir "StaticDebug\nodes" 7573!ENDIF 7574# End Source File 7575# Begin Source File 7576 7577SOURCE=..\..\src\nodes\SoDrawStyle.cpp 7578!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7579# PROP Intermediate_Dir "Release\nodes" 7580!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7581# PROP Intermediate_Dir "Debug\nodes" 7582!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7583# PROP Intermediate_Dir "StaticRelease\nodes" 7584!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7585# PROP Intermediate_Dir "StaticDebug\nodes" 7586!ENDIF 7587# End Source File 7588# Begin Source File 7589 7590SOURCE=..\..\src\nodes\SoEnvironment.cpp 7591!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7592# PROP Intermediate_Dir "Release\nodes" 7593!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7594# PROP Intermediate_Dir "Debug\nodes" 7595!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7596# PROP Intermediate_Dir "StaticRelease\nodes" 7597!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7598# PROP Intermediate_Dir "StaticDebug\nodes" 7599!ENDIF 7600# End Source File 7601# Begin Source File 7602 7603SOURCE=..\..\src\nodes\SoEventCallback.cpp 7604!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7605# PROP Intermediate_Dir "Release\nodes" 7606!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7607# PROP Intermediate_Dir "Debug\nodes" 7608!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7609# PROP Intermediate_Dir "StaticRelease\nodes" 7610!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7611# PROP Intermediate_Dir "StaticDebug\nodes" 7612!ENDIF 7613# End Source File 7614# Begin Source File 7615 7616SOURCE=..\..\src\nodes\SoExtSelection.cpp 7617!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7618# PROP Intermediate_Dir "Release\nodes" 7619!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7620# PROP Intermediate_Dir "Debug\nodes" 7621!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7622# PROP Intermediate_Dir "StaticRelease\nodes" 7623!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7624# PROP Intermediate_Dir "StaticDebug\nodes" 7625!ENDIF 7626# End Source File 7627# Begin Source File 7628 7629SOURCE=..\..\src\nodes\SoFile.cpp 7630!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7631# PROP Intermediate_Dir "Release\nodes" 7632!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7633# PROP Intermediate_Dir "Debug\nodes" 7634!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7635# PROP Intermediate_Dir "StaticRelease\nodes" 7636!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7637# PROP Intermediate_Dir "StaticDebug\nodes" 7638!ENDIF 7639# End Source File 7640# Begin Source File 7641 7642SOURCE=..\..\src\nodes\SoFont.cpp 7643!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7644# PROP Intermediate_Dir "Release\nodes" 7645!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7646# PROP Intermediate_Dir "Debug\nodes" 7647!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7648# PROP Intermediate_Dir "StaticRelease\nodes" 7649!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7650# PROP Intermediate_Dir "StaticDebug\nodes" 7651!ENDIF 7652# End Source File 7653# Begin Source File 7654 7655SOURCE=..\..\src\nodes\SoFontStyle.cpp 7656!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7657# PROP Intermediate_Dir "Release\nodes" 7658!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7659# PROP Intermediate_Dir "Debug\nodes" 7660!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7661# PROP Intermediate_Dir "StaticRelease\nodes" 7662!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7663# PROP Intermediate_Dir "StaticDebug\nodes" 7664!ENDIF 7665# End Source File 7666# Begin Source File 7667 7668SOURCE=..\..\src\nodes\SoFrustumCamera.cpp 7669!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7670# PROP Intermediate_Dir "Release\nodes" 7671!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7672# PROP Intermediate_Dir "Debug\nodes" 7673!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7674# PROP Intermediate_Dir "StaticRelease\nodes" 7675!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7676# PROP Intermediate_Dir "StaticDebug\nodes" 7677!ENDIF 7678# End Source File 7679# Begin Source File 7680 7681SOURCE=..\..\src\nodes\SoGroup.cpp 7682!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7683# PROP Intermediate_Dir "Release\nodes" 7684!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7685# PROP Intermediate_Dir "Debug\nodes" 7686!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7687# PROP Intermediate_Dir "StaticRelease\nodes" 7688!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7689# PROP Intermediate_Dir "StaticDebug\nodes" 7690!ENDIF 7691# End Source File 7692# Begin Source File 7693 7694SOURCE=..\..\src\nodes\SoInfo.cpp 7695!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7696# PROP Intermediate_Dir "Release\nodes" 7697!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7698# PROP Intermediate_Dir "Debug\nodes" 7699!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7700# PROP Intermediate_Dir "StaticRelease\nodes" 7701!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7702# PROP Intermediate_Dir "StaticDebug\nodes" 7703!ENDIF 7704# End Source File 7705# Begin Source File 7706 7707SOURCE=..\..\src\nodes\SoLOD.cpp 7708!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7709# PROP Intermediate_Dir "Release\nodes" 7710!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7711# PROP Intermediate_Dir "Debug\nodes" 7712!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7713# PROP Intermediate_Dir "StaticRelease\nodes" 7714!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7715# PROP Intermediate_Dir "StaticDebug\nodes" 7716!ENDIF 7717# End Source File 7718# Begin Source File 7719 7720SOURCE=..\..\src\nodes\SoLabel.cpp 7721!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7722# PROP Intermediate_Dir "Release\nodes" 7723!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7724# PROP Intermediate_Dir "Debug\nodes" 7725!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7726# PROP Intermediate_Dir "StaticRelease\nodes" 7727!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7728# PROP Intermediate_Dir "StaticDebug\nodes" 7729!ENDIF 7730# End Source File 7731# Begin Source File 7732 7733SOURCE=..\..\src\nodes\SoLevelOfDetail.cpp 7734!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7735# PROP Intermediate_Dir "Release\nodes" 7736!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7737# PROP Intermediate_Dir "Debug\nodes" 7738!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7739# PROP Intermediate_Dir "StaticRelease\nodes" 7740!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7741# PROP Intermediate_Dir "StaticDebug\nodes" 7742!ENDIF 7743# End Source File 7744# Begin Source File 7745 7746SOURCE=..\..\src\nodes\SoLight.cpp 7747!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7748# PROP Intermediate_Dir "Release\nodes" 7749!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7750# PROP Intermediate_Dir "Debug\nodes" 7751!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7752# PROP Intermediate_Dir "StaticRelease\nodes" 7753!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7754# PROP Intermediate_Dir "StaticDebug\nodes" 7755!ENDIF 7756# End Source File 7757# Begin Source File 7758 7759SOURCE=..\..\src\nodes\SoLightModel.cpp 7760!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7761# PROP Intermediate_Dir "Release\nodes" 7762!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7763# PROP Intermediate_Dir "Debug\nodes" 7764!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7765# PROP Intermediate_Dir "StaticRelease\nodes" 7766!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7767# PROP Intermediate_Dir "StaticDebug\nodes" 7768!ENDIF 7769# End Source File 7770# Begin Source File 7771 7772SOURCE=..\..\src\nodes\SoLinearProfile.cpp 7773!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7774# PROP Intermediate_Dir "Release\nodes" 7775!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7776# PROP Intermediate_Dir "Debug\nodes" 7777!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7778# PROP Intermediate_Dir "StaticRelease\nodes" 7779!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7780# PROP Intermediate_Dir "StaticDebug\nodes" 7781!ENDIF 7782# End Source File 7783# Begin Source File 7784 7785SOURCE=..\..\src\nodes\SoListener.cpp 7786!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7787# PROP Intermediate_Dir "Release\nodes" 7788!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7789# PROP Intermediate_Dir "Debug\nodes" 7790!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7791# PROP Intermediate_Dir "StaticRelease\nodes" 7792!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7793# PROP Intermediate_Dir "StaticDebug\nodes" 7794!ENDIF 7795# End Source File 7796# Begin Source File 7797 7798SOURCE=..\..\src\nodes\SoLocateHighlight.cpp 7799!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7800# PROP Intermediate_Dir "Release\nodes" 7801!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7802# PROP Intermediate_Dir "Debug\nodes" 7803!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7804# PROP Intermediate_Dir "StaticRelease\nodes" 7805!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7806# PROP Intermediate_Dir "StaticDebug\nodes" 7807!ENDIF 7808# End Source File 7809# Begin Source File 7810 7811SOURCE=..\..\src\nodes\SoMaterial.cpp 7812!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7813# PROP Intermediate_Dir "Release\nodes" 7814!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7815# PROP Intermediate_Dir "Debug\nodes" 7816!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7817# PROP Intermediate_Dir "StaticRelease\nodes" 7818!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7819# PROP Intermediate_Dir "StaticDebug\nodes" 7820!ENDIF 7821# End Source File 7822# Begin Source File 7823 7824SOURCE=..\..\src\nodes\SoMaterialBinding.cpp 7825!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7826# PROP Intermediate_Dir "Release\nodes" 7827!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7828# PROP Intermediate_Dir "Debug\nodes" 7829!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7830# PROP Intermediate_Dir "StaticRelease\nodes" 7831!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7832# PROP Intermediate_Dir "StaticDebug\nodes" 7833!ENDIF 7834# End Source File 7835# Begin Source File 7836 7837SOURCE=..\..\src\nodes\SoMatrixTransform.cpp 7838!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7839# PROP Intermediate_Dir "Release\nodes" 7840!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7841# PROP Intermediate_Dir "Debug\nodes" 7842!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7843# PROP Intermediate_Dir "StaticRelease\nodes" 7844!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7845# PROP Intermediate_Dir "StaticDebug\nodes" 7846!ENDIF 7847# End Source File 7848# Begin Source File 7849 7850SOURCE=..\..\src\nodes\SoMultipleCopy.cpp 7851!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7852# PROP Intermediate_Dir "Release\nodes" 7853!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7854# PROP Intermediate_Dir "Debug\nodes" 7855!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7856# PROP Intermediate_Dir "StaticRelease\nodes" 7857!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7858# PROP Intermediate_Dir "StaticDebug\nodes" 7859!ENDIF 7860# End Source File 7861# Begin Source File 7862 7863SOURCE=..\..\src\nodes\SoNode.cpp 7864!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7865# PROP Intermediate_Dir "Release\nodes" 7866!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7867# PROP Intermediate_Dir "Debug\nodes" 7868!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7869# PROP Intermediate_Dir "StaticRelease\nodes" 7870!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7871# PROP Intermediate_Dir "StaticDebug\nodes" 7872!ENDIF 7873# End Source File 7874# Begin Source File 7875 7876SOURCE=..\..\src\nodes\SoNormal.cpp 7877!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7878# PROP Intermediate_Dir "Release\nodes" 7879!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7880# PROP Intermediate_Dir "Debug\nodes" 7881!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7882# PROP Intermediate_Dir "StaticRelease\nodes" 7883!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7884# PROP Intermediate_Dir "StaticDebug\nodes" 7885!ENDIF 7886# End Source File 7887# Begin Source File 7888 7889SOURCE=..\..\src\nodes\SoNormalBinding.cpp 7890!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7891# PROP Intermediate_Dir "Release\nodes" 7892!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7893# PROP Intermediate_Dir "Debug\nodes" 7894!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7895# PROP Intermediate_Dir "StaticRelease\nodes" 7896!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7897# PROP Intermediate_Dir "StaticDebug\nodes" 7898!ENDIF 7899# End Source File 7900# Begin Source File 7901 7902SOURCE=..\..\src\nodes\SoNurbsProfile.cpp 7903!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7904# PROP Intermediate_Dir "Release\nodes" 7905!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7906# PROP Intermediate_Dir "Debug\nodes" 7907!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7908# PROP Intermediate_Dir "StaticRelease\nodes" 7909!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7910# PROP Intermediate_Dir "StaticDebug\nodes" 7911!ENDIF 7912# End Source File 7913# Begin Source File 7914 7915SOURCE=..\..\src\nodes\SoOrthographicCamera.cpp 7916!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7917# PROP Intermediate_Dir "Release\nodes" 7918!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7919# PROP Intermediate_Dir "Debug\nodes" 7920!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7921# PROP Intermediate_Dir "StaticRelease\nodes" 7922!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7923# PROP Intermediate_Dir "StaticDebug\nodes" 7924!ENDIF 7925# End Source File 7926# Begin Source File 7927 7928SOURCE=..\..\src\nodes\SoPackedColor.cpp 7929!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7930# PROP Intermediate_Dir "Release\nodes" 7931!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7932# PROP Intermediate_Dir "Debug\nodes" 7933!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7934# PROP Intermediate_Dir "StaticRelease\nodes" 7935!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7936# PROP Intermediate_Dir "StaticDebug\nodes" 7937!ENDIF 7938# End Source File 7939# Begin Source File 7940 7941SOURCE=..\..\src\nodes\SoPathSwitch.cpp 7942!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7943# PROP Intermediate_Dir "Release\nodes" 7944!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7945# PROP Intermediate_Dir "Debug\nodes" 7946!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7947# PROP Intermediate_Dir "StaticRelease\nodes" 7948!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7949# PROP Intermediate_Dir "StaticDebug\nodes" 7950!ENDIF 7951# End Source File 7952# Begin Source File 7953 7954SOURCE=..\..\src\nodes\SoPendulum.cpp 7955!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7956# PROP Intermediate_Dir "Release\nodes" 7957!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7958# PROP Intermediate_Dir "Debug\nodes" 7959!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7960# PROP Intermediate_Dir "StaticRelease\nodes" 7961!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7962# PROP Intermediate_Dir "StaticDebug\nodes" 7963!ENDIF 7964# End Source File 7965# Begin Source File 7966 7967SOURCE=..\..\src\nodes\SoPerspectiveCamera.cpp 7968!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7969# PROP Intermediate_Dir "Release\nodes" 7970!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7971# PROP Intermediate_Dir "Debug\nodes" 7972!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7973# PROP Intermediate_Dir "StaticRelease\nodes" 7974!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7975# PROP Intermediate_Dir "StaticDebug\nodes" 7976!ENDIF 7977# End Source File 7978# Begin Source File 7979 7980SOURCE=..\..\src\nodes\SoPickStyle.cpp 7981!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7982# PROP Intermediate_Dir "Release\nodes" 7983!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7984# PROP Intermediate_Dir "Debug\nodes" 7985!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7986# PROP Intermediate_Dir "StaticRelease\nodes" 7987!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 7988# PROP Intermediate_Dir "StaticDebug\nodes" 7989!ENDIF 7990# End Source File 7991# Begin Source File 7992 7993SOURCE=..\..\src\nodes\SoPointLight.cpp 7994!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 7995# PROP Intermediate_Dir "Release\nodes" 7996!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 7997# PROP Intermediate_Dir "Debug\nodes" 7998!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 7999# PROP Intermediate_Dir "StaticRelease\nodes" 8000!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8001# PROP Intermediate_Dir "StaticDebug\nodes" 8002!ENDIF 8003# End Source File 8004# Begin Source File 8005 8006SOURCE=..\..\src\nodes\SoPolygonOffset.cpp 8007!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8008# PROP Intermediate_Dir "Release\nodes" 8009!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8010# PROP Intermediate_Dir "Debug\nodes" 8011!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8012# PROP Intermediate_Dir "StaticRelease\nodes" 8013!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8014# PROP Intermediate_Dir "StaticDebug\nodes" 8015!ENDIF 8016# End Source File 8017# Begin Source File 8018 8019SOURCE=..\..\src\nodes\SoProfile.cpp 8020!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8021# PROP Intermediate_Dir "Release\nodes" 8022!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8023# PROP Intermediate_Dir "Debug\nodes" 8024!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8025# PROP Intermediate_Dir "StaticRelease\nodes" 8026!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8027# PROP Intermediate_Dir "StaticDebug\nodes" 8028!ENDIF 8029# End Source File 8030# Begin Source File 8031 8032SOURCE=..\..\src\nodes\SoProfileCoordinate2.cpp 8033!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8034# PROP Intermediate_Dir "Release\nodes" 8035!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8036# PROP Intermediate_Dir "Debug\nodes" 8037!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8038# PROP Intermediate_Dir "StaticRelease\nodes" 8039!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8040# PROP Intermediate_Dir "StaticDebug\nodes" 8041!ENDIF 8042# End Source File 8043# Begin Source File 8044 8045SOURCE=..\..\src\nodes\SoProfileCoordinate3.cpp 8046!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8047# PROP Intermediate_Dir "Release\nodes" 8048!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8049# PROP Intermediate_Dir "Debug\nodes" 8050!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8051# PROP Intermediate_Dir "StaticRelease\nodes" 8052!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8053# PROP Intermediate_Dir "StaticDebug\nodes" 8054!ENDIF 8055# End Source File 8056# Begin Source File 8057 8058SOURCE=..\..\src\nodes\SoResetTransform.cpp 8059!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8060# PROP Intermediate_Dir "Release\nodes" 8061!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8062# PROP Intermediate_Dir "Debug\nodes" 8063!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8064# PROP Intermediate_Dir "StaticRelease\nodes" 8065!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8066# PROP Intermediate_Dir "StaticDebug\nodes" 8067!ENDIF 8068# End Source File 8069# Begin Source File 8070 8071SOURCE=..\..\src\nodes\SoReversePerspectiveCamera.cpp 8072!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8073# PROP Intermediate_Dir "Release\nodes" 8074!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8075# PROP Intermediate_Dir "Debug\nodes" 8076!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8077# PROP Intermediate_Dir "StaticRelease\nodes" 8078!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8079# PROP Intermediate_Dir "StaticDebug\nodes" 8080!ENDIF 8081# End Source File 8082# Begin Source File 8083 8084SOURCE=..\..\src\nodes\SoRotation.cpp 8085!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8086# PROP Intermediate_Dir "Release\nodes" 8087!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8088# PROP Intermediate_Dir "Debug\nodes" 8089!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8090# PROP Intermediate_Dir "StaticRelease\nodes" 8091!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8092# PROP Intermediate_Dir "StaticDebug\nodes" 8093!ENDIF 8094# End Source File 8095# Begin Source File 8096 8097SOURCE=..\..\src\nodes\SoRotationXYZ.cpp 8098!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8099# PROP Intermediate_Dir "Release\nodes" 8100!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8101# PROP Intermediate_Dir "Debug\nodes" 8102!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8103# PROP Intermediate_Dir "StaticRelease\nodes" 8104!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8105# PROP Intermediate_Dir "StaticDebug\nodes" 8106!ENDIF 8107# End Source File 8108# Begin Source File 8109 8110SOURCE=..\..\src\nodes\SoRotor.cpp 8111!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8112# PROP Intermediate_Dir "Release\nodes" 8113!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8114# PROP Intermediate_Dir "Debug\nodes" 8115!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8116# PROP Intermediate_Dir "StaticRelease\nodes" 8117!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8118# PROP Intermediate_Dir "StaticDebug\nodes" 8119!ENDIF 8120# End Source File 8121# Begin Source File 8122 8123SOURCE=..\..\src\nodes\SoScale.cpp 8124!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8125# PROP Intermediate_Dir "Release\nodes" 8126!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8127# PROP Intermediate_Dir "Debug\nodes" 8128!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8129# PROP Intermediate_Dir "StaticRelease\nodes" 8130!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8131# PROP Intermediate_Dir "StaticDebug\nodes" 8132!ENDIF 8133# End Source File 8134# Begin Source File 8135 8136SOURCE=..\..\src\nodes\SoSceneTexture2.cpp 8137!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8138# PROP Intermediate_Dir "Release\nodes" 8139!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8140# PROP Intermediate_Dir "Debug\nodes" 8141!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8142# PROP Intermediate_Dir "StaticRelease\nodes" 8143!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8144# PROP Intermediate_Dir "StaticDebug\nodes" 8145!ENDIF 8146# End Source File 8147# Begin Source File 8148 8149SOURCE=..\..\src\nodes\SoSceneTextureCubeMap.cpp 8150!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8151# PROP Intermediate_Dir "Release\nodes" 8152!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8153# PROP Intermediate_Dir "Debug\nodes" 8154!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8155# PROP Intermediate_Dir "StaticRelease\nodes" 8156!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8157# PROP Intermediate_Dir "StaticDebug\nodes" 8158!ENDIF 8159# End Source File 8160# Begin Source File 8161 8162SOURCE=..\..\src\nodes\SoSelection.cpp 8163!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8164# PROP Intermediate_Dir "Release\nodes" 8165!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8166# PROP Intermediate_Dir "Debug\nodes" 8167!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8168# PROP Intermediate_Dir "StaticRelease\nodes" 8169!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8170# PROP Intermediate_Dir "StaticDebug\nodes" 8171!ENDIF 8172# End Source File 8173# Begin Source File 8174 8175SOURCE=..\..\src\nodes\SoSeparator.cpp 8176!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8177# PROP Intermediate_Dir "Release\nodes" 8178!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8179# PROP Intermediate_Dir "Debug\nodes" 8180!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8181# PROP Intermediate_Dir "StaticRelease\nodes" 8182!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8183# PROP Intermediate_Dir "StaticDebug\nodes" 8184!ENDIF 8185# End Source File 8186# Begin Source File 8187 8188SOURCE=..\..\src\nodes\SoShapeHints.cpp 8189!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8190# PROP Intermediate_Dir "Release\nodes" 8191!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8192# PROP Intermediate_Dir "Debug\nodes" 8193!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8194# PROP Intermediate_Dir "StaticRelease\nodes" 8195!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8196# PROP Intermediate_Dir "StaticDebug\nodes" 8197!ENDIF 8198# End Source File 8199# Begin Source File 8200 8201SOURCE=..\..\src\nodes\SoShuttle.cpp 8202!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8203# PROP Intermediate_Dir "Release\nodes" 8204!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8205# PROP Intermediate_Dir "Debug\nodes" 8206!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8207# PROP Intermediate_Dir "StaticRelease\nodes" 8208!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8209# PROP Intermediate_Dir "StaticDebug\nodes" 8210!ENDIF 8211# End Source File 8212# Begin Source File 8213 8214SOURCE=..\..\src\nodes\SoSpotLight.cpp 8215!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8216# PROP Intermediate_Dir "Release\nodes" 8217!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8218# PROP Intermediate_Dir "Debug\nodes" 8219!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8220# PROP Intermediate_Dir "StaticRelease\nodes" 8221!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8222# PROP Intermediate_Dir "StaticDebug\nodes" 8223!ENDIF 8224# End Source File 8225# Begin Source File 8226 8227SOURCE=..\..\src\nodes\SoSurroundScale.cpp 8228!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8229# PROP Intermediate_Dir "Release\nodes" 8230!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8231# PROP Intermediate_Dir "Debug\nodes" 8232!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8233# PROP Intermediate_Dir "StaticRelease\nodes" 8234!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8235# PROP Intermediate_Dir "StaticDebug\nodes" 8236!ENDIF 8237# End Source File 8238# Begin Source File 8239 8240SOURCE=..\..\src\nodes\SoSwitch.cpp 8241!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8242# PROP Intermediate_Dir "Release\nodes" 8243!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8244# PROP Intermediate_Dir "Debug\nodes" 8245!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8246# PROP Intermediate_Dir "StaticRelease\nodes" 8247!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8248# PROP Intermediate_Dir "StaticDebug\nodes" 8249!ENDIF 8250# End Source File 8251# Begin Source File 8252 8253SOURCE=..\..\src\nodes\SoTexture.cpp 8254!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8255# PROP Intermediate_Dir "Release\nodes" 8256!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8257# PROP Intermediate_Dir "Debug\nodes" 8258!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8259# PROP Intermediate_Dir "StaticRelease\nodes" 8260!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8261# PROP Intermediate_Dir "StaticDebug\nodes" 8262!ENDIF 8263# End Source File 8264# Begin Source File 8265 8266SOURCE=..\..\src\nodes\SoTexture2.cpp 8267!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8268# PROP Intermediate_Dir "Release\nodes" 8269!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8270# PROP Intermediate_Dir "Debug\nodes" 8271!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8272# PROP Intermediate_Dir "StaticRelease\nodes" 8273!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8274# PROP Intermediate_Dir "StaticDebug\nodes" 8275!ENDIF 8276# End Source File 8277# Begin Source File 8278 8279SOURCE=..\..\src\nodes\SoTexture3.cpp 8280!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8281# PROP Intermediate_Dir "Release\nodes" 8282!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8283# PROP Intermediate_Dir "Debug\nodes" 8284!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8285# PROP Intermediate_Dir "StaticRelease\nodes" 8286!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8287# PROP Intermediate_Dir "StaticDebug\nodes" 8288!ENDIF 8289# End Source File 8290# Begin Source File 8291 8292SOURCE=..\..\src\nodes\SoTexture2Transform.cpp 8293!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8294# PROP Intermediate_Dir "Release\nodes" 8295!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8296# PROP Intermediate_Dir "Debug\nodes" 8297!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8298# PROP Intermediate_Dir "StaticRelease\nodes" 8299!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8300# PROP Intermediate_Dir "StaticDebug\nodes" 8301!ENDIF 8302# End Source File 8303# Begin Source File 8304 8305SOURCE=..\..\src\nodes\SoTexture3Transform.cpp 8306!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8307# PROP Intermediate_Dir "Release\nodes" 8308!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8309# PROP Intermediate_Dir "Debug\nodes" 8310!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8311# PROP Intermediate_Dir "StaticRelease\nodes" 8312!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8313# PROP Intermediate_Dir "StaticDebug\nodes" 8314!ENDIF 8315# End Source File 8316# Begin Source File 8317 8318SOURCE=..\..\src\nodes\SoTextureCombine.cpp 8319!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8320# PROP Intermediate_Dir "Release\nodes" 8321!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8322# PROP Intermediate_Dir "Debug\nodes" 8323!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8324# PROP Intermediate_Dir "StaticRelease\nodes" 8325!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8326# PROP Intermediate_Dir "StaticDebug\nodes" 8327!ENDIF 8328# End Source File 8329# Begin Source File 8330 8331SOURCE=..\..\src\nodes\SoTextureCoordinate2.cpp 8332!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8333# PROP Intermediate_Dir "Release\nodes" 8334!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8335# PROP Intermediate_Dir "Debug\nodes" 8336!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8337# PROP Intermediate_Dir "StaticRelease\nodes" 8338!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8339# PROP Intermediate_Dir "StaticDebug\nodes" 8340!ENDIF 8341# End Source File 8342# Begin Source File 8343 8344SOURCE=..\..\src\nodes\SoTextureCoordinate3.cpp 8345!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8346# PROP Intermediate_Dir "Release\nodes" 8347!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8348# PROP Intermediate_Dir "Debug\nodes" 8349!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8350# PROP Intermediate_Dir "StaticRelease\nodes" 8351!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8352# PROP Intermediate_Dir "StaticDebug\nodes" 8353!ENDIF 8354# End Source File 8355# Begin Source File 8356 8357SOURCE=..\..\src\nodes\SoTextureCoordinateBinding.cpp 8358!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8359# PROP Intermediate_Dir "Release\nodes" 8360!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8361# PROP Intermediate_Dir "Debug\nodes" 8362!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8363# PROP Intermediate_Dir "StaticRelease\nodes" 8364!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8365# PROP Intermediate_Dir "StaticDebug\nodes" 8366!ENDIF 8367# End Source File 8368# Begin Source File 8369 8370SOURCE=..\..\src\nodes\SoTextureCoordinateCube.cpp 8371!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8372# PROP Intermediate_Dir "Release\nodes" 8373!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8374# PROP Intermediate_Dir "Debug\nodes" 8375!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8376# PROP Intermediate_Dir "StaticRelease\nodes" 8377!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8378# PROP Intermediate_Dir "StaticDebug\nodes" 8379!ENDIF 8380# End Source File 8381# Begin Source File 8382 8383SOURCE=..\..\src\nodes\SoTextureCoordinateCylinder.cpp 8384!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8385# PROP Intermediate_Dir "Release\nodes" 8386!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8387# PROP Intermediate_Dir "Debug\nodes" 8388!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8389# PROP Intermediate_Dir "StaticRelease\nodes" 8390!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8391# PROP Intermediate_Dir "StaticDebug\nodes" 8392!ENDIF 8393# End Source File 8394# Begin Source File 8395 8396SOURCE=..\..\src\nodes\SoTextureCoordinateSphere.cpp 8397!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8398# PROP Intermediate_Dir "Release\nodes" 8399!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8400# PROP Intermediate_Dir "Debug\nodes" 8401!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8402# PROP Intermediate_Dir "StaticRelease\nodes" 8403!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8404# PROP Intermediate_Dir "StaticDebug\nodes" 8405!ENDIF 8406# End Source File 8407# Begin Source File 8408 8409SOURCE=..\..\src\nodes\SoTextureCoordinateDefault.cpp 8410!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8411# PROP Intermediate_Dir "Release\nodes" 8412!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8413# PROP Intermediate_Dir "Debug\nodes" 8414!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8415# PROP Intermediate_Dir "StaticRelease\nodes" 8416!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8417# PROP Intermediate_Dir "StaticDebug\nodes" 8418!ENDIF 8419# End Source File 8420# Begin Source File 8421 8422SOURCE=..\..\src\nodes\SoTextureCoordinateEnvironment.cpp 8423!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8424# PROP Intermediate_Dir "Release\nodes" 8425!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8426# PROP Intermediate_Dir "Debug\nodes" 8427!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8428# PROP Intermediate_Dir "StaticRelease\nodes" 8429!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8430# PROP Intermediate_Dir "StaticDebug\nodes" 8431!ENDIF 8432# End Source File 8433# Begin Source File 8434 8435SOURCE=..\..\src\nodes\SoTextureCoordinateFunction.cpp 8436!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8437# PROP Intermediate_Dir "Release\nodes" 8438!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8439# PROP Intermediate_Dir "Debug\nodes" 8440!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8441# PROP Intermediate_Dir "StaticRelease\nodes" 8442!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8443# PROP Intermediate_Dir "StaticDebug\nodes" 8444!ENDIF 8445# End Source File 8446# Begin Source File 8447 8448SOURCE=..\..\src\nodes\SoTextureCoordinatePlane.cpp 8449!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8450# PROP Intermediate_Dir "Release\nodes" 8451!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8452# PROP Intermediate_Dir "Debug\nodes" 8453!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8454# PROP Intermediate_Dir "StaticRelease\nodes" 8455!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8456# PROP Intermediate_Dir "StaticDebug\nodes" 8457!ENDIF 8458# End Source File 8459# Begin Source File 8460 8461SOURCE=..\..\src\nodes\SoTextureCoordinateNormalMap.cpp 8462!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8463# PROP Intermediate_Dir "Release\nodes" 8464!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8465# PROP Intermediate_Dir "Debug\nodes" 8466!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8467# PROP Intermediate_Dir "StaticRelease\nodes" 8468!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8469# PROP Intermediate_Dir "StaticDebug\nodes" 8470!ENDIF 8471# End Source File 8472# Begin Source File 8473 8474SOURCE=..\..\src\nodes\SoTextureCoordinateReflectionMap.cpp 8475!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8476# PROP Intermediate_Dir "Release\nodes" 8477!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8478# PROP Intermediate_Dir "Debug\nodes" 8479!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8480# PROP Intermediate_Dir "StaticRelease\nodes" 8481!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8482# PROP Intermediate_Dir "StaticDebug\nodes" 8483!ENDIF 8484# End Source File 8485# Begin Source File 8486 8487SOURCE=..\..\src\nodes\SoTextureCoordinateObject.cpp 8488!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8489# PROP Intermediate_Dir "Release\nodes" 8490!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8491# PROP Intermediate_Dir "Debug\nodes" 8492!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8493# PROP Intermediate_Dir "StaticRelease\nodes" 8494!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8495# PROP Intermediate_Dir "StaticDebug\nodes" 8496!ENDIF 8497# End Source File 8498# Begin Source File 8499 8500SOURCE=..\..\src\nodes\SoTextureCubeMap.cpp 8501!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8502# PROP Intermediate_Dir "Release\nodes" 8503!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8504# PROP Intermediate_Dir "Debug\nodes" 8505!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8506# PROP Intermediate_Dir "StaticRelease\nodes" 8507!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8508# PROP Intermediate_Dir "StaticDebug\nodes" 8509!ENDIF 8510# End Source File 8511# Begin Source File 8512 8513SOURCE=..\..\src\nodes\SoTextureMatrixTransform.cpp 8514!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8515# PROP Intermediate_Dir "Release\nodes" 8516!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8517# PROP Intermediate_Dir "Debug\nodes" 8518!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8519# PROP Intermediate_Dir "StaticRelease\nodes" 8520!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8521# PROP Intermediate_Dir "StaticDebug\nodes" 8522!ENDIF 8523# End Source File 8524# Begin Source File 8525 8526SOURCE=..\..\src\nodes\SoTextureScalePolicy.cpp 8527!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8528# PROP Intermediate_Dir "Release\nodes" 8529!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8530# PROP Intermediate_Dir "Debug\nodes" 8531!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8532# PROP Intermediate_Dir "StaticRelease\nodes" 8533!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8534# PROP Intermediate_Dir "StaticDebug\nodes" 8535!ENDIF 8536# End Source File 8537# Begin Source File 8538 8539SOURCE=..\..\src\nodes\SoTextureUnit.cpp 8540!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8541# PROP Intermediate_Dir "Release\nodes" 8542!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8543# PROP Intermediate_Dir "Debug\nodes" 8544!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8545# PROP Intermediate_Dir "StaticRelease\nodes" 8546!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8547# PROP Intermediate_Dir "StaticDebug\nodes" 8548!ENDIF 8549# End Source File 8550# Begin Source File 8551 8552SOURCE=..\..\src\nodes\SoTransform.cpp 8553!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8554# PROP Intermediate_Dir "Release\nodes" 8555!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8556# PROP Intermediate_Dir "Debug\nodes" 8557!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8558# PROP Intermediate_Dir "StaticRelease\nodes" 8559!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8560# PROP Intermediate_Dir "StaticDebug\nodes" 8561!ENDIF 8562# End Source File 8563# Begin Source File 8564 8565SOURCE=..\..\src\nodes\SoTransparencyType.cpp 8566!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8567# PROP Intermediate_Dir "Release\nodes" 8568!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8569# PROP Intermediate_Dir "Debug\nodes" 8570!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8571# PROP Intermediate_Dir "StaticRelease\nodes" 8572!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8573# PROP Intermediate_Dir "StaticDebug\nodes" 8574!ENDIF 8575# End Source File 8576# Begin Source File 8577 8578SOURCE=..\..\src\nodes\SoTransformSeparator.cpp 8579!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8580# PROP Intermediate_Dir "Release\nodes" 8581!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8582# PROP Intermediate_Dir "Debug\nodes" 8583!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8584# PROP Intermediate_Dir "StaticRelease\nodes" 8585!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8586# PROP Intermediate_Dir "StaticDebug\nodes" 8587!ENDIF 8588# End Source File 8589# Begin Source File 8590 8591SOURCE=..\..\src\nodes\SoTransformation.cpp 8592!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8593# PROP Intermediate_Dir "Release\nodes" 8594!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8595# PROP Intermediate_Dir "Debug\nodes" 8596!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8597# PROP Intermediate_Dir "StaticRelease\nodes" 8598!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8599# PROP Intermediate_Dir "StaticDebug\nodes" 8600!ENDIF 8601# End Source File 8602# Begin Source File 8603 8604SOURCE=..\..\src\nodes\SoTranslation.cpp 8605!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8606# PROP Intermediate_Dir "Release\nodes" 8607!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8608# PROP Intermediate_Dir "Debug\nodes" 8609!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8610# PROP Intermediate_Dir "StaticRelease\nodes" 8611!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8612# PROP Intermediate_Dir "StaticDebug\nodes" 8613!ENDIF 8614# End Source File 8615# Begin Source File 8616 8617SOURCE=..\..\src\nodes\SoUnits.cpp 8618!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8619# PROP Intermediate_Dir "Release\nodes" 8620!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8621# PROP Intermediate_Dir "Debug\nodes" 8622!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8623# PROP Intermediate_Dir "StaticRelease\nodes" 8624!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8625# PROP Intermediate_Dir "StaticDebug\nodes" 8626!ENDIF 8627# End Source File 8628# Begin Source File 8629 8630SOURCE=..\..\src\nodes\SoUnknownNode.cpp 8631!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8632# PROP Intermediate_Dir "Release\nodes" 8633!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8634# PROP Intermediate_Dir "Debug\nodes" 8635!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8636# PROP Intermediate_Dir "StaticRelease\nodes" 8637!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8638# PROP Intermediate_Dir "StaticDebug\nodes" 8639!ENDIF 8640# End Source File 8641# Begin Source File 8642 8643SOURCE=..\..\src\nodes\SoVertexProperty.cpp 8644!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8645# PROP Intermediate_Dir "Release\nodes" 8646!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8647# PROP Intermediate_Dir "Debug\nodes" 8648!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8649# PROP Intermediate_Dir "StaticRelease\nodes" 8650!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8651# PROP Intermediate_Dir "StaticDebug\nodes" 8652!ENDIF 8653# End Source File 8654# Begin Source File 8655 8656SOURCE=..\..\src\nodes\SoVertexAttribute.cpp 8657!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8658# PROP Intermediate_Dir "Release\nodes" 8659!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8660# PROP Intermediate_Dir "Debug\nodes" 8661!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8662# PROP Intermediate_Dir "StaticRelease\nodes" 8663!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8664# PROP Intermediate_Dir "StaticDebug\nodes" 8665!ENDIF 8666# End Source File 8667# Begin Source File 8668 8669SOURCE=..\..\src\nodes\SoVertexAttributeBinding.cpp 8670!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8671# PROP Intermediate_Dir "Release\nodes" 8672!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8673# PROP Intermediate_Dir "Debug\nodes" 8674!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8675# PROP Intermediate_Dir "StaticRelease\nodes" 8676!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8677# PROP Intermediate_Dir "StaticDebug\nodes" 8678!ENDIF 8679# End Source File 8680# Begin Source File 8681 8682SOURCE=..\..\src\nodes\SoWWWAnchor.cpp 8683!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8684# PROP Intermediate_Dir "Release\nodes" 8685!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8686# PROP Intermediate_Dir "Debug\nodes" 8687!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8688# PROP Intermediate_Dir "StaticRelease\nodes" 8689!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8690# PROP Intermediate_Dir "StaticDebug\nodes" 8691!ENDIF 8692# End Source File 8693# Begin Source File 8694 8695SOURCE=..\..\src\nodes\SoWWWInline.cpp 8696!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8697# PROP Intermediate_Dir "Release\nodes" 8698!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8699# PROP Intermediate_Dir "Debug\nodes" 8700!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8701# PROP Intermediate_Dir "StaticRelease\nodes" 8702!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8703# PROP Intermediate_Dir "StaticDebug\nodes" 8704!ENDIF 8705# End Source File 8706# End Group 8707# Begin Group "shapenodes sources" 8708# PROP Default_Filter "c;cpp;ic;icc;h" 8709# Begin Source File 8710 8711SOURCE=..\..\src\shapenodes\SoAsciiText.cpp 8712!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8713# PROP Intermediate_Dir "Release\shapenodes" 8714!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8715# PROP Intermediate_Dir "Debug\shapenodes" 8716!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8717# PROP Intermediate_Dir "StaticRelease\shapenodes" 8718!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8719# PROP Intermediate_Dir "StaticDebug\shapenodes" 8720!ENDIF 8721# End Source File 8722# Begin Source File 8723 8724SOURCE=..\..\src\shapenodes\SoCone.cpp 8725!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8726# PROP Intermediate_Dir "Release\shapenodes" 8727!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8728# PROP Intermediate_Dir "Debug\shapenodes" 8729!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8730# PROP Intermediate_Dir "StaticRelease\shapenodes" 8731!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8732# PROP Intermediate_Dir "StaticDebug\shapenodes" 8733!ENDIF 8734# End Source File 8735# Begin Source File 8736 8737SOURCE=..\..\src\shapenodes\SoCube.cpp 8738!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8739# PROP Intermediate_Dir "Release\shapenodes" 8740!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8741# PROP Intermediate_Dir "Debug\shapenodes" 8742!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8743# PROP Intermediate_Dir "StaticRelease\shapenodes" 8744!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8745# PROP Intermediate_Dir "StaticDebug\shapenodes" 8746!ENDIF 8747# End Source File 8748# Begin Source File 8749 8750SOURCE=..\..\src\shapenodes\SoCylinder.cpp 8751!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8752# PROP Intermediate_Dir "Release\shapenodes" 8753!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8754# PROP Intermediate_Dir "Debug\shapenodes" 8755!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8756# PROP Intermediate_Dir "StaticRelease\shapenodes" 8757!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8758# PROP Intermediate_Dir "StaticDebug\shapenodes" 8759!ENDIF 8760# End Source File 8761# Begin Source File 8762 8763SOURCE=..\..\src\shapenodes\SoFaceSet.cpp 8764!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8765# PROP Intermediate_Dir "Release\shapenodes" 8766!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8767# PROP Intermediate_Dir "Debug\shapenodes" 8768!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8769# PROP Intermediate_Dir "StaticRelease\shapenodes" 8770!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8771# PROP Intermediate_Dir "StaticDebug\shapenodes" 8772!ENDIF 8773# End Source File 8774# Begin Source File 8775 8776SOURCE=..\..\src\shapenodes\SoImage.cpp 8777!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8778# PROP Intermediate_Dir "Release\shapenodes" 8779!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8780# PROP Intermediate_Dir "Debug\shapenodes" 8781!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8782# PROP Intermediate_Dir "StaticRelease\shapenodes" 8783!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8784# PROP Intermediate_Dir "StaticDebug\shapenodes" 8785!ENDIF 8786# End Source File 8787# Begin Source File 8788 8789SOURCE=..\..\src\shapenodes\SoIndexedFaceSet.cpp 8790!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8791# PROP Intermediate_Dir "Release\shapenodes" 8792!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8793# PROP Intermediate_Dir "Debug\shapenodes" 8794!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8795# PROP Intermediate_Dir "StaticRelease\shapenodes" 8796!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8797# PROP Intermediate_Dir "StaticDebug\shapenodes" 8798!ENDIF 8799# End Source File 8800# Begin Source File 8801 8802SOURCE=..\..\src\shapenodes\SoIndexedLineSet.cpp 8803!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8804# PROP Intermediate_Dir "Release\shapenodes" 8805!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8806# PROP Intermediate_Dir "Debug\shapenodes" 8807!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8808# PROP Intermediate_Dir "StaticRelease\shapenodes" 8809!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8810# PROP Intermediate_Dir "StaticDebug\shapenodes" 8811!ENDIF 8812# End Source File 8813# Begin Source File 8814 8815SOURCE=..\..\src\shapenodes\SoIndexedMarkerSet.cpp 8816!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8817# PROP Intermediate_Dir "Release\shapenodes" 8818!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8819# PROP Intermediate_Dir "Debug\shapenodes" 8820!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8821# PROP Intermediate_Dir "StaticRelease\shapenodes" 8822!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8823# PROP Intermediate_Dir "StaticDebug\shapenodes" 8824!ENDIF 8825# End Source File 8826# Begin Source File 8827 8828SOURCE=..\..\src\shapenodes\SoIndexedNurbsCurve.cpp 8829!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8830# PROP Intermediate_Dir "Release\shapenodes" 8831!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8832# PROP Intermediate_Dir "Debug\shapenodes" 8833!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8834# PROP Intermediate_Dir "StaticRelease\shapenodes" 8835!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8836# PROP Intermediate_Dir "StaticDebug\shapenodes" 8837!ENDIF 8838# End Source File 8839# Begin Source File 8840 8841SOURCE=..\..\src\shapenodes\SoIndexedNurbsSurface.cpp 8842!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8843# PROP Intermediate_Dir "Release\shapenodes" 8844!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8845# PROP Intermediate_Dir "Debug\shapenodes" 8846!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8847# PROP Intermediate_Dir "StaticRelease\shapenodes" 8848!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8849# PROP Intermediate_Dir "StaticDebug\shapenodes" 8850!ENDIF 8851# End Source File 8852# Begin Source File 8853 8854SOURCE=..\..\src\shapenodes\SoIndexedPointSet.cpp 8855!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8856# PROP Intermediate_Dir "Release\shapenodes" 8857!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8858# PROP Intermediate_Dir "Debug\shapenodes" 8859!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8860# PROP Intermediate_Dir "StaticRelease\shapenodes" 8861!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8862# PROP Intermediate_Dir "StaticDebug\shapenodes" 8863!ENDIF 8864# End Source File 8865# Begin Source File 8866 8867SOURCE=..\..\src\shapenodes\SoIndexedShape.cpp 8868!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8869# PROP Intermediate_Dir "Release\shapenodes" 8870!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8871# PROP Intermediate_Dir "Debug\shapenodes" 8872!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8873# PROP Intermediate_Dir "StaticRelease\shapenodes" 8874!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8875# PROP Intermediate_Dir "StaticDebug\shapenodes" 8876!ENDIF 8877# End Source File 8878# Begin Source File 8879 8880SOURCE=..\..\src\shapenodes\SoIndexedTriangleStripSet.cpp 8881!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8882# PROP Intermediate_Dir "Release\shapenodes" 8883!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8884# PROP Intermediate_Dir "Debug\shapenodes" 8885!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8886# PROP Intermediate_Dir "StaticRelease\shapenodes" 8887!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8888# PROP Intermediate_Dir "StaticDebug\shapenodes" 8889!ENDIF 8890# End Source File 8891# Begin Source File 8892 8893SOURCE=..\..\src\shapenodes\SoLineSet.cpp 8894!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8895# PROP Intermediate_Dir "Release\shapenodes" 8896!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8897# PROP Intermediate_Dir "Debug\shapenodes" 8898!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8899# PROP Intermediate_Dir "StaticRelease\shapenodes" 8900!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8901# PROP Intermediate_Dir "StaticDebug\shapenodes" 8902!ENDIF 8903# End Source File 8904# Begin Source File 8905 8906SOURCE=..\..\src\shapenodes\SoMarkerSet.cpp 8907!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8908# PROP Intermediate_Dir "Release\shapenodes" 8909!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8910# PROP Intermediate_Dir "Debug\shapenodes" 8911!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8912# PROP Intermediate_Dir "StaticRelease\shapenodes" 8913!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8914# PROP Intermediate_Dir "StaticDebug\shapenodes" 8915!ENDIF 8916# End Source File 8917# Begin Source File 8918 8919SOURCE=..\..\src\shapenodes\SoNonIndexedShape.cpp 8920!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8921# PROP Intermediate_Dir "Release\shapenodes" 8922!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8923# PROP Intermediate_Dir "Debug\shapenodes" 8924!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8925# PROP Intermediate_Dir "StaticRelease\shapenodes" 8926!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8927# PROP Intermediate_Dir "StaticDebug\shapenodes" 8928!ENDIF 8929# End Source File 8930# Begin Source File 8931 8932SOURCE=..\..\src\shapenodes\SoNurbsCurve.cpp 8933!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8934# PROP Intermediate_Dir "Release\shapenodes" 8935!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8936# PROP Intermediate_Dir "Debug\shapenodes" 8937!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8938# PROP Intermediate_Dir "StaticRelease\shapenodes" 8939!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8940# PROP Intermediate_Dir "StaticDebug\shapenodes" 8941!ENDIF 8942# End Source File 8943# Begin Source File 8944 8945SOURCE=..\..\src\shapenodes\SoNurbsSurface.cpp 8946!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8947# PROP Intermediate_Dir "Release\shapenodes" 8948!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8949# PROP Intermediate_Dir "Debug\shapenodes" 8950!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8951# PROP Intermediate_Dir "StaticRelease\shapenodes" 8952!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8953# PROP Intermediate_Dir "StaticDebug\shapenodes" 8954!ENDIF 8955# End Source File 8956# Begin Source File 8957 8958SOURCE=..\..\src\shapenodes\SoPointSet.cpp 8959!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8960# PROP Intermediate_Dir "Release\shapenodes" 8961!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8962# PROP Intermediate_Dir "Debug\shapenodes" 8963!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8964# PROP Intermediate_Dir "StaticRelease\shapenodes" 8965!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8966# PROP Intermediate_Dir "StaticDebug\shapenodes" 8967!ENDIF 8968# End Source File 8969# Begin Source File 8970 8971SOURCE=..\..\src\shapenodes\SoQuadMesh.cpp 8972!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8973# PROP Intermediate_Dir "Release\shapenodes" 8974!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8975# PROP Intermediate_Dir "Debug\shapenodes" 8976!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8977# PROP Intermediate_Dir "StaticRelease\shapenodes" 8978!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8979# PROP Intermediate_Dir "StaticDebug\shapenodes" 8980!ENDIF 8981# End Source File 8982# Begin Source File 8983 8984SOURCE=..\..\src\shapenodes\SoShape.cpp 8985!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8986# PROP Intermediate_Dir "Release\shapenodes" 8987!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 8988# PROP Intermediate_Dir "Debug\shapenodes" 8989!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 8990# PROP Intermediate_Dir "StaticRelease\shapenodes" 8991!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 8992# PROP Intermediate_Dir "StaticDebug\shapenodes" 8993!ENDIF 8994# End Source File 8995# Begin Source File 8996 8997SOURCE=..\..\src\shapenodes\SoSphere.cpp 8998!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 8999# PROP Intermediate_Dir "Release\shapenodes" 9000!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9001# PROP Intermediate_Dir "Debug\shapenodes" 9002!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9003# PROP Intermediate_Dir "StaticRelease\shapenodes" 9004!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9005# PROP Intermediate_Dir "StaticDebug\shapenodes" 9006!ENDIF 9007# End Source File 9008# Begin Source File 9009 9010SOURCE=..\..\src\shapenodes\SoText2.cpp 9011!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9012# PROP Intermediate_Dir "Release\shapenodes" 9013!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9014# PROP Intermediate_Dir "Debug\shapenodes" 9015!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9016# PROP Intermediate_Dir "StaticRelease\shapenodes" 9017!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9018# PROP Intermediate_Dir "StaticDebug\shapenodes" 9019!ENDIF 9020# End Source File 9021# Begin Source File 9022 9023SOURCE=..\..\src\shapenodes\SoText3.cpp 9024!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9025# PROP Intermediate_Dir "Release\shapenodes" 9026!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9027# PROP Intermediate_Dir "Debug\shapenodes" 9028!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9029# PROP Intermediate_Dir "StaticRelease\shapenodes" 9030!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9031# PROP Intermediate_Dir "StaticDebug\shapenodes" 9032!ENDIF 9033# End Source File 9034# Begin Source File 9035 9036SOURCE=..\..\src\shapenodes\SoTriangleStripSet.cpp 9037!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9038# PROP Intermediate_Dir "Release\shapenodes" 9039!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9040# PROP Intermediate_Dir "Debug\shapenodes" 9041!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9042# PROP Intermediate_Dir "StaticRelease\shapenodes" 9043!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9044# PROP Intermediate_Dir "StaticDebug\shapenodes" 9045!ENDIF 9046# End Source File 9047# Begin Source File 9048 9049SOURCE=..\..\src\shapenodes\SoVertexShape.cpp 9050!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9051# PROP Intermediate_Dir "Release\shapenodes" 9052!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9053# PROP Intermediate_Dir "Debug\shapenodes" 9054!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9055# PROP Intermediate_Dir "StaticRelease\shapenodes" 9056!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9057# PROP Intermediate_Dir "StaticDebug\shapenodes" 9058!ENDIF 9059# End Source File 9060# Begin Source File 9061 9062SOURCE=..\..\src\shapenodes\soshape_bigtexture.cpp 9063!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9064# PROP Intermediate_Dir "Release\shapenodes" 9065!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9066# PROP Intermediate_Dir "Debug\shapenodes" 9067!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9068# PROP Intermediate_Dir "StaticRelease\shapenodes" 9069!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9070# PROP Intermediate_Dir "StaticDebug\shapenodes" 9071!ENDIF 9072# End Source File 9073# Begin Source File 9074 9075SOURCE=..\..\src\shapenodes\soshape_bumprender.cpp 9076!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9077# PROP Intermediate_Dir "Release\shapenodes" 9078!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9079# PROP Intermediate_Dir "Debug\shapenodes" 9080!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9081# PROP Intermediate_Dir "StaticRelease\shapenodes" 9082!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9083# PROP Intermediate_Dir "StaticDebug\shapenodes" 9084!ENDIF 9085# End Source File 9086# Begin Source File 9087 9088SOURCE=..\..\src\shapenodes\soshape_primdata.cpp 9089!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9090# PROP Intermediate_Dir "Release\shapenodes" 9091!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9092# PROP Intermediate_Dir "Debug\shapenodes" 9093!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9094# PROP Intermediate_Dir "StaticRelease\shapenodes" 9095!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9096# PROP Intermediate_Dir "StaticDebug\shapenodes" 9097!ENDIF 9098# End Source File 9099# Begin Source File 9100 9101SOURCE=..\..\src\shapenodes\soshape_trianglesort.cpp 9102!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9103# PROP Intermediate_Dir "Release\shapenodes" 9104!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9105# PROP Intermediate_Dir "Debug\shapenodes" 9106!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9107# PROP Intermediate_Dir "StaticRelease\shapenodes" 9108!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9109# PROP Intermediate_Dir "StaticDebug\shapenodes" 9110!ENDIF 9111# End Source File 9112# End Group 9113# Begin Group "projectors sources" 9114# PROP Default_Filter "c;cpp;ic;icc;h" 9115# Begin Source File 9116 9117SOURCE=..\..\src\projectors\SbCylinderPlaneProjector.cpp 9118!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9119# PROP Intermediate_Dir "Release\projectors" 9120!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9121# PROP Intermediate_Dir "Debug\projectors" 9122!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9123# PROP Intermediate_Dir "StaticRelease\projectors" 9124!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9125# PROP Intermediate_Dir "StaticDebug\projectors" 9126!ENDIF 9127# End Source File 9128# Begin Source File 9129 9130SOURCE=..\..\src\projectors\SbCylinderProjector.cpp 9131!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9132# PROP Intermediate_Dir "Release\projectors" 9133!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9134# PROP Intermediate_Dir "Debug\projectors" 9135!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9136# PROP Intermediate_Dir "StaticRelease\projectors" 9137!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9138# PROP Intermediate_Dir "StaticDebug\projectors" 9139!ENDIF 9140# End Source File 9141# Begin Source File 9142 9143SOURCE=..\..\src\projectors\SbCylinderSectionProjector.cpp 9144!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9145# PROP Intermediate_Dir "Release\projectors" 9146!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9147# PROP Intermediate_Dir "Debug\projectors" 9148!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9149# PROP Intermediate_Dir "StaticRelease\projectors" 9150!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9151# PROP Intermediate_Dir "StaticDebug\projectors" 9152!ENDIF 9153# End Source File 9154# Begin Source File 9155 9156SOURCE=..\..\src\projectors\SbCylinderSheetProjector.cpp 9157!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9158# PROP Intermediate_Dir "Release\projectors" 9159!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9160# PROP Intermediate_Dir "Debug\projectors" 9161!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9162# PROP Intermediate_Dir "StaticRelease\projectors" 9163!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9164# PROP Intermediate_Dir "StaticDebug\projectors" 9165!ENDIF 9166# End Source File 9167# Begin Source File 9168 9169SOURCE=..\..\src\projectors\SbLineProjector.cpp 9170!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9171# PROP Intermediate_Dir "Release\projectors" 9172!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9173# PROP Intermediate_Dir "Debug\projectors" 9174!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9175# PROP Intermediate_Dir "StaticRelease\projectors" 9176!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9177# PROP Intermediate_Dir "StaticDebug\projectors" 9178!ENDIF 9179# End Source File 9180# Begin Source File 9181 9182SOURCE=..\..\src\projectors\SbPlaneProjector.cpp 9183!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9184# PROP Intermediate_Dir "Release\projectors" 9185!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9186# PROP Intermediate_Dir "Debug\projectors" 9187!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9188# PROP Intermediate_Dir "StaticRelease\projectors" 9189!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9190# PROP Intermediate_Dir "StaticDebug\projectors" 9191!ENDIF 9192# End Source File 9193# Begin Source File 9194 9195SOURCE=..\..\src\projectors\SbProjector.cpp 9196!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9197# PROP Intermediate_Dir "Release\projectors" 9198!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9199# PROP Intermediate_Dir "Debug\projectors" 9200!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9201# PROP Intermediate_Dir "StaticRelease\projectors" 9202!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9203# PROP Intermediate_Dir "StaticDebug\projectors" 9204!ENDIF 9205# End Source File 9206# Begin Source File 9207 9208SOURCE=..\..\src\projectors\SbSpherePlaneProjector.cpp 9209!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9210# PROP Intermediate_Dir "Release\projectors" 9211!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9212# PROP Intermediate_Dir "Debug\projectors" 9213!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9214# PROP Intermediate_Dir "StaticRelease\projectors" 9215!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9216# PROP Intermediate_Dir "StaticDebug\projectors" 9217!ENDIF 9218# End Source File 9219# Begin Source File 9220 9221SOURCE=..\..\src\projectors\SbSphereProjector.cpp 9222!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9223# PROP Intermediate_Dir "Release\projectors" 9224!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9225# PROP Intermediate_Dir "Debug\projectors" 9226!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9227# PROP Intermediate_Dir "StaticRelease\projectors" 9228!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9229# PROP Intermediate_Dir "StaticDebug\projectors" 9230!ENDIF 9231# End Source File 9232# Begin Source File 9233 9234SOURCE=..\..\src\projectors\SbSphereSectionProjector.cpp 9235!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9236# PROP Intermediate_Dir "Release\projectors" 9237!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9238# PROP Intermediate_Dir "Debug\projectors" 9239!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9240# PROP Intermediate_Dir "StaticRelease\projectors" 9241!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9242# PROP Intermediate_Dir "StaticDebug\projectors" 9243!ENDIF 9244# End Source File 9245# Begin Source File 9246 9247SOURCE=..\..\src\projectors\SbSphereSheetProjector.cpp 9248!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9249# PROP Intermediate_Dir "Release\projectors" 9250!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9251# PROP Intermediate_Dir "Debug\projectors" 9252!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9253# PROP Intermediate_Dir "StaticRelease\projectors" 9254!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9255# PROP Intermediate_Dir "StaticDebug\projectors" 9256!ENDIF 9257# End Source File 9258# End Group 9259# Begin Group "sensors sources" 9260# PROP Default_Filter "c;cpp;ic;icc;h" 9261# Begin Source File 9262 9263SOURCE=..\..\src\sensors\SoAlarmSensor.cpp 9264!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9265# PROP Intermediate_Dir "Release\sensors" 9266!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9267# PROP Intermediate_Dir "Debug\sensors" 9268!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9269# PROP Intermediate_Dir "StaticRelease\sensors" 9270!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9271# PROP Intermediate_Dir "StaticDebug\sensors" 9272!ENDIF 9273# End Source File 9274# Begin Source File 9275 9276SOURCE=..\..\src\sensors\SoDataSensor.cpp 9277!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9278# PROP Intermediate_Dir "Release\sensors" 9279!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9280# PROP Intermediate_Dir "Debug\sensors" 9281!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9282# PROP Intermediate_Dir "StaticRelease\sensors" 9283!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9284# PROP Intermediate_Dir "StaticDebug\sensors" 9285!ENDIF 9286# End Source File 9287# Begin Source File 9288 9289SOURCE=..\..\src\sensors\SoDelayQueueSensor.cpp 9290!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9291# PROP Intermediate_Dir "Release\sensors" 9292!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9293# PROP Intermediate_Dir "Debug\sensors" 9294!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9295# PROP Intermediate_Dir "StaticRelease\sensors" 9296!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9297# PROP Intermediate_Dir "StaticDebug\sensors" 9298!ENDIF 9299# End Source File 9300# Begin Source File 9301 9302SOURCE=..\..\src\sensors\SoFieldSensor.cpp 9303!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9304# PROP Intermediate_Dir "Release\sensors" 9305!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9306# PROP Intermediate_Dir "Debug\sensors" 9307!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9308# PROP Intermediate_Dir "StaticRelease\sensors" 9309!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9310# PROP Intermediate_Dir "StaticDebug\sensors" 9311!ENDIF 9312# End Source File 9313# Begin Source File 9314 9315SOURCE=..\..\src\sensors\SoIdleSensor.cpp 9316!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9317# PROP Intermediate_Dir "Release\sensors" 9318!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9319# PROP Intermediate_Dir "Debug\sensors" 9320!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9321# PROP Intermediate_Dir "StaticRelease\sensors" 9322!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9323# PROP Intermediate_Dir "StaticDebug\sensors" 9324!ENDIF 9325# End Source File 9326# Begin Source File 9327 9328SOURCE=..\..\src\sensors\SoNodeSensor.cpp 9329!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9330# PROP Intermediate_Dir "Release\sensors" 9331!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9332# PROP Intermediate_Dir "Debug\sensors" 9333!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9334# PROP Intermediate_Dir "StaticRelease\sensors" 9335!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9336# PROP Intermediate_Dir "StaticDebug\sensors" 9337!ENDIF 9338# End Source File 9339# Begin Source File 9340 9341SOURCE=..\..\src\sensors\SoOneShotSensor.cpp 9342!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9343# PROP Intermediate_Dir "Release\sensors" 9344!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9345# PROP Intermediate_Dir "Debug\sensors" 9346!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9347# PROP Intermediate_Dir "StaticRelease\sensors" 9348!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9349# PROP Intermediate_Dir "StaticDebug\sensors" 9350!ENDIF 9351# End Source File 9352# Begin Source File 9353 9354SOURCE=..\..\src\sensors\SoPathSensor.cpp 9355!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9356# PROP Intermediate_Dir "Release\sensors" 9357!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9358# PROP Intermediate_Dir "Debug\sensors" 9359!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9360# PROP Intermediate_Dir "StaticRelease\sensors" 9361!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9362# PROP Intermediate_Dir "StaticDebug\sensors" 9363!ENDIF 9364# End Source File 9365# Begin Source File 9366 9367SOURCE=..\..\src\sensors\SoSensor.cpp 9368!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9369# PROP Intermediate_Dir "Release\sensors" 9370!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9371# PROP Intermediate_Dir "Debug\sensors" 9372!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9373# PROP Intermediate_Dir "StaticRelease\sensors" 9374!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9375# PROP Intermediate_Dir "StaticDebug\sensors" 9376!ENDIF 9377# End Source File 9378# Begin Source File 9379 9380SOURCE=..\..\src\sensors\SoSensorManager.cpp 9381!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9382# PROP Intermediate_Dir "Release\sensors" 9383!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9384# PROP Intermediate_Dir "Debug\sensors" 9385!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9386# PROP Intermediate_Dir "StaticRelease\sensors" 9387!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9388# PROP Intermediate_Dir "StaticDebug\sensors" 9389!ENDIF 9390# End Source File 9391# Begin Source File 9392 9393SOURCE=..\..\src\sensors\SoTimerQueueSensor.cpp 9394!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9395# PROP Intermediate_Dir "Release\sensors" 9396!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9397# PROP Intermediate_Dir "Debug\sensors" 9398!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9399# PROP Intermediate_Dir "StaticRelease\sensors" 9400!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9401# PROP Intermediate_Dir "StaticDebug\sensors" 9402!ENDIF 9403# End Source File 9404# Begin Source File 9405 9406SOURCE=..\..\src\sensors\SoTimerSensor.cpp 9407!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9408# PROP Intermediate_Dir "Release\sensors" 9409!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9410# PROP Intermediate_Dir "Debug\sensors" 9411!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9412# PROP Intermediate_Dir "StaticRelease\sensors" 9413!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9414# PROP Intermediate_Dir "StaticDebug\sensors" 9415!ENDIF 9416# End Source File 9417# End Group 9418# Begin Group "upgraders sources" 9419# PROP Default_Filter "c;cpp;ic;icc;h" 9420# Begin Source File 9421 9422SOURCE=..\..\src\upgraders\SoUpgrader.cpp 9423!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9424# PROP Intermediate_Dir "Release\upgraders" 9425!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9426# PROP Intermediate_Dir "Debug\upgraders" 9427!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9428# PROP Intermediate_Dir "StaticRelease\upgraders" 9429!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9430# PROP Intermediate_Dir "StaticDebug\upgraders" 9431!ENDIF 9432# End Source File 9433# Begin Source File 9434 9435SOURCE=..\..\src\upgraders\SoPackedColorV20.cpp 9436!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9437# PROP Intermediate_Dir "Release\upgraders" 9438!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9439# PROP Intermediate_Dir "Debug\upgraders" 9440!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9441# PROP Intermediate_Dir "StaticRelease\upgraders" 9442!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9443# PROP Intermediate_Dir "StaticDebug\upgraders" 9444!ENDIF 9445# End Source File 9446# Begin Source File 9447 9448SOURCE=..\..\src\upgraders\SoShapeHintsV10.cpp 9449!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9450# PROP Intermediate_Dir "Release\upgraders" 9451!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9452# PROP Intermediate_Dir "Debug\upgraders" 9453!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9454# PROP Intermediate_Dir "StaticRelease\upgraders" 9455!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9456# PROP Intermediate_Dir "StaticDebug\upgraders" 9457!ENDIF 9458# End Source File 9459# End Group 9460# Begin Group "3ds sources" 9461# PROP Default_Filter "c;cpp;ic;icc;h" 9462# Begin Source File 9463 9464SOURCE=..\..\src\3ds\3dsLoader.cpp 9465!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9466# PROP Intermediate_Dir "Release\3ds" 9467!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9468# PROP Intermediate_Dir "Debug\3ds" 9469!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9470# PROP Intermediate_Dir "StaticRelease\3ds" 9471!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9472# PROP Intermediate_Dir "StaticDebug\3ds" 9473!ENDIF 9474# End Source File 9475# Begin Source File 9476 9477SOURCE=..\..\src\3ds\SoStream.cpp 9478!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9479# PROP Intermediate_Dir "Release\3ds" 9480!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9481# PROP Intermediate_Dir "Debug\3ds" 9482!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9483# PROP Intermediate_Dir "StaticRelease\3ds" 9484!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9485# PROP Intermediate_Dir "StaticDebug\3ds" 9486!ENDIF 9487# End Source File 9488# End Group 9489# Begin Group "collision sources" 9490# PROP Default_Filter "c;cpp;ic;icc;h" 9491# Begin Source File 9492 9493SOURCE=..\..\src\collision\SbTri3f.cpp 9494!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9495# PROP Intermediate_Dir "Release\collision" 9496!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9497# PROP Intermediate_Dir "Debug\collision" 9498!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9499# PROP Intermediate_Dir "StaticRelease\collision" 9500!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9501# PROP Intermediate_Dir "StaticDebug\collision" 9502!ENDIF 9503# End Source File 9504# Begin Source File 9505 9506SOURCE=..\..\src\collision\SoIntersectionDetectionAction.cpp 9507!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9508# PROP Intermediate_Dir "Release\collision" 9509!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9510# PROP Intermediate_Dir "Debug\collision" 9511!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9512# PROP Intermediate_Dir "StaticRelease\collision" 9513!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9514# PROP Intermediate_Dir "StaticDebug\collision" 9515!ENDIF 9516# End Source File 9517# End Group 9518# Begin Group "hardcopy sources" 9519# PROP Default_Filter "c;cpp;ic;icc;h" 9520# Begin Source File 9521 9522SOURCE=..\..\src\hardcopy\HardCopy.cpp 9523!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9524# PROP Intermediate_Dir "Release\hardcopy" 9525!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9526# PROP Intermediate_Dir "Debug\hardcopy" 9527!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9528# PROP Intermediate_Dir "StaticRelease\hardcopy" 9529!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9530# PROP Intermediate_Dir "StaticDebug\hardcopy" 9531!ENDIF 9532# End Source File 9533# Begin Source File 9534 9535SOURCE=..\..\src\hardcopy\PSVectorOutput.cpp 9536!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9537# PROP Intermediate_Dir "Release\hardcopy" 9538!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9539# PROP Intermediate_Dir "Debug\hardcopy" 9540!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9541# PROP Intermediate_Dir "StaticRelease\hardcopy" 9542!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9543# PROP Intermediate_Dir "StaticDebug\hardcopy" 9544!ENDIF 9545# End Source File 9546# Begin Source File 9547 9548SOURCE=..\..\src\hardcopy\VectorOutput.cpp 9549!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9550# PROP Intermediate_Dir "Release\hardcopy" 9551!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9552# PROP Intermediate_Dir "Debug\hardcopy" 9553!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9554# PROP Intermediate_Dir "StaticRelease\hardcopy" 9555!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9556# PROP Intermediate_Dir "StaticDebug\hardcopy" 9557!ENDIF 9558# End Source File 9559# Begin Source File 9560 9561SOURCE=..\..\src\hardcopy\VectorizeAction.cpp 9562!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9563# PROP Intermediate_Dir "Release\hardcopy" 9564!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9565# PROP Intermediate_Dir "Debug\hardcopy" 9566!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9567# PROP Intermediate_Dir "StaticRelease\hardcopy" 9568!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9569# PROP Intermediate_Dir "StaticDebug\hardcopy" 9570!ENDIF 9571# End Source File 9572# Begin Source File 9573 9574SOURCE=..\..\src\hardcopy\VectorizeActionP.cpp 9575!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9576# PROP Intermediate_Dir "Release\hardcopy" 9577!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9578# PROP Intermediate_Dir "Debug\hardcopy" 9579!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9580# PROP Intermediate_Dir "StaticRelease\hardcopy" 9581!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9582# PROP Intermediate_Dir "StaticDebug\hardcopy" 9583!ENDIF 9584# End Source File 9585# Begin Source File 9586 9587SOURCE=..\..\src\hardcopy\VectorizePSAction.cpp 9588!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9589# PROP Intermediate_Dir "Release\hardcopy" 9590!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9591# PROP Intermediate_Dir "Debug\hardcopy" 9592!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9593# PROP Intermediate_Dir "StaticRelease\hardcopy" 9594!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9595# PROP Intermediate_Dir "StaticDebug\hardcopy" 9596!ENDIF 9597# End Source File 9598# End Group 9599# Begin Group "shadows sources" 9600# PROP Default_Filter "c;cpp;ic;icc;h" 9601# Begin Source File 9602 9603SOURCE=..\..\src\shadows\SoShadowGroup.cpp 9604!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9605# PROP Intermediate_Dir "Release\shadows" 9606!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9607# PROP Intermediate_Dir "Debug\shadows" 9608!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9609# PROP Intermediate_Dir "StaticRelease\shadows" 9610!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9611# PROP Intermediate_Dir "StaticDebug\shadows" 9612!ENDIF 9613# End Source File 9614# Begin Source File 9615 9616SOURCE=..\..\src\shadows\SoShadowStyle.cpp 9617!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9618# PROP Intermediate_Dir "Release\shadows" 9619!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9620# PROP Intermediate_Dir "Debug\shadows" 9621!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9622# PROP Intermediate_Dir "StaticRelease\shadows" 9623!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9624# PROP Intermediate_Dir "StaticDebug\shadows" 9625!ENDIF 9626# End Source File 9627# Begin Source File 9628 9629SOURCE=..\..\src\shadows\SoShadowSpotLight.cpp 9630!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9631# PROP Intermediate_Dir "Release\shadows" 9632!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9633# PROP Intermediate_Dir "Debug\shadows" 9634!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9635# PROP Intermediate_Dir "StaticRelease\shadows" 9636!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9637# PROP Intermediate_Dir "StaticDebug\shadows" 9638!ENDIF 9639# End Source File 9640# Begin Source File 9641 9642SOURCE=..\..\src\shadows\SoShadowDirectionalLight.cpp 9643!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9644# PROP Intermediate_Dir "Release\shadows" 9645!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9646# PROP Intermediate_Dir "Debug\shadows" 9647!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9648# PROP Intermediate_Dir "StaticRelease\shadows" 9649!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9650# PROP Intermediate_Dir "StaticDebug\shadows" 9651!ENDIF 9652# End Source File 9653# Begin Source File 9654 9655SOURCE=..\..\src\shadows\SoShadowStyleElement.cpp 9656!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9657# PROP Intermediate_Dir "Release\shadows" 9658!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9659# PROP Intermediate_Dir "Debug\shadows" 9660!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9661# PROP Intermediate_Dir "StaticRelease\shadows" 9662!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9663# PROP Intermediate_Dir "StaticDebug\shadows" 9664!ENDIF 9665# End Source File 9666# Begin Source File 9667 9668SOURCE=..\..\src\shadows\SoShadowCulling.cpp 9669!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9670# PROP Intermediate_Dir "Release\shadows" 9671!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9672# PROP Intermediate_Dir "Debug\shadows" 9673!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9674# PROP Intermediate_Dir "StaticRelease\shadows" 9675!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9676# PROP Intermediate_Dir "StaticDebug\shadows" 9677!ENDIF 9678# End Source File 9679# Begin Source File 9680 9681SOURCE=..\..\src\shadows\SoGLShadowCullingElement.cpp 9682!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9683# PROP Intermediate_Dir "Release\shadows" 9684!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9685# PROP Intermediate_Dir "Debug\shadows" 9686!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9687# PROP Intermediate_Dir "StaticRelease\shadows" 9688!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9689# PROP Intermediate_Dir "StaticDebug\shadows" 9690!ENDIF 9691# End Source File 9692# End Group 9693# Begin Group "geo sources" 9694# PROP Default_Filter "c;cpp;ic;icc;h" 9695# Begin Source File 9696 9697SOURCE=..\..\src\geo\SoGeo.cpp 9698!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9699# PROP Intermediate_Dir "Release\geo" 9700!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9701# PROP Intermediate_Dir "Debug\geo" 9702!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9703# PROP Intermediate_Dir "StaticRelease\geo" 9704!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9705# PROP Intermediate_Dir "StaticDebug\geo" 9706!ENDIF 9707# End Source File 9708# Begin Source File 9709 9710SOURCE=..\..\src\geo\SoGeoOrigin.cpp 9711!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9712# PROP Intermediate_Dir "Release\geo" 9713!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9714# PROP Intermediate_Dir "Debug\geo" 9715!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9716# PROP Intermediate_Dir "StaticRelease\geo" 9717!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9718# PROP Intermediate_Dir "StaticDebug\geo" 9719!ENDIF 9720# End Source File 9721# Begin Source File 9722 9723SOURCE=..\..\src\geo\SoGeoLocation.cpp 9724!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9725# PROP Intermediate_Dir "Release\geo" 9726!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9727# PROP Intermediate_Dir "Debug\geo" 9728!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9729# PROP Intermediate_Dir "StaticRelease\geo" 9730!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9731# PROP Intermediate_Dir "StaticDebug\geo" 9732!ENDIF 9733# End Source File 9734# Begin Source File 9735 9736SOURCE=..\..\src\geo\SoGeoElement.cpp 9737!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9738# PROP Intermediate_Dir "Release\geo" 9739!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9740# PROP Intermediate_Dir "Debug\geo" 9741!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9742# PROP Intermediate_Dir "StaticRelease\geo" 9743!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9744# PROP Intermediate_Dir "StaticDebug\geo" 9745!ENDIF 9746# End Source File 9747# Begin Source File 9748 9749SOURCE=..\..\src\geo\SoGeoSeparator.cpp 9750!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9751# PROP Intermediate_Dir "Release\geo" 9752!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9753# PROP Intermediate_Dir "Debug\geo" 9754!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9755# PROP Intermediate_Dir "StaticRelease\geo" 9756!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9757# PROP Intermediate_Dir "StaticDebug\geo" 9758!ENDIF 9759# End Source File 9760# Begin Source File 9761 9762SOURCE=..\..\src\geo\SoGeoCoordinate.cpp 9763!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9764# PROP Intermediate_Dir "Release\geo" 9765!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9766# PROP Intermediate_Dir "Debug\geo" 9767!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9768# PROP Intermediate_Dir "StaticRelease\geo" 9769!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9770# PROP Intermediate_Dir "StaticDebug\geo" 9771!ENDIF 9772# End Source File 9773# Begin Source File 9774 9775SOURCE=..\..\src\geo\SbGeoAngle.cpp 9776!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9777# PROP Intermediate_Dir "Release\geo" 9778!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9779# PROP Intermediate_Dir "Debug\geo" 9780!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9781# PROP Intermediate_Dir "StaticRelease\geo" 9782!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9783# PROP Intermediate_Dir "StaticDebug\geo" 9784!ENDIF 9785# End Source File 9786# Begin Source File 9787 9788SOURCE=..\..\src\geo\SbGeoEllipsoid.cpp 9789!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9790# PROP Intermediate_Dir "Release\geo" 9791!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9792# PROP Intermediate_Dir "Debug\geo" 9793!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9794# PROP Intermediate_Dir "StaticRelease\geo" 9795!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9796# PROP Intermediate_Dir "StaticDebug\geo" 9797!ENDIF 9798# End Source File 9799# Begin Source File 9800 9801SOURCE=..\..\src\geo\SbGeoProjection.cpp 9802!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9803# PROP Intermediate_Dir "Release\geo" 9804!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9805# PROP Intermediate_Dir "Debug\geo" 9806!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9807# PROP Intermediate_Dir "StaticRelease\geo" 9808!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9809# PROP Intermediate_Dir "StaticDebug\geo" 9810!ENDIF 9811# End Source File 9812# Begin Source File 9813 9814SOURCE=..\..\src\geo\SbPolarStereographic.cpp 9815!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9816# PROP Intermediate_Dir "Release\geo" 9817!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9818# PROP Intermediate_Dir "Debug\geo" 9819!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9820# PROP Intermediate_Dir "StaticRelease\geo" 9821!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9822# PROP Intermediate_Dir "StaticDebug\geo" 9823!ENDIF 9824# End Source File 9825# Begin Source File 9826 9827SOURCE=..\..\src\geo\SbUTMProjection.cpp 9828!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9829# PROP Intermediate_Dir "Release\geo" 9830!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9831# PROP Intermediate_Dir "Debug\geo" 9832!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9833# PROP Intermediate_Dir "StaticRelease\geo" 9834!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9835# PROP Intermediate_Dir "StaticDebug\geo" 9836!ENDIF 9837# End Source File 9838# End Group 9839# Begin Group "threads sources" 9840# PROP Default_Filter "c;cpp;ic;icc;h" 9841# Begin Source File 9842 9843SOURCE=..\..\src\threads\common.cpp 9844!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9845# PROP Intermediate_Dir "Release\threads" 9846!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9847# PROP Intermediate_Dir "Debug\threads" 9848!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9849# PROP Intermediate_Dir "StaticRelease\threads" 9850!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9851# PROP Intermediate_Dir "StaticDebug\threads" 9852!ENDIF 9853# End Source File 9854# Begin Source File 9855 9856SOURCE=..\..\src\threads\thread.cpp 9857!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9858# PROP Intermediate_Dir "Release\threads" 9859!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9860# PROP Intermediate_Dir "Debug\threads" 9861!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9862# PROP Intermediate_Dir "StaticRelease\threads" 9863!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9864# PROP Intermediate_Dir "StaticDebug\threads" 9865!ENDIF 9866# End Source File 9867# Begin Source File 9868 9869SOURCE=..\..\src\threads\mutex.cpp 9870!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9871# PROP Intermediate_Dir "Release\threads" 9872!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9873# PROP Intermediate_Dir "Debug\threads" 9874!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9875# PROP Intermediate_Dir "StaticRelease\threads" 9876!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9877# PROP Intermediate_Dir "StaticDebug\threads" 9878!ENDIF 9879# End Source File 9880# Begin Source File 9881 9882SOURCE=..\..\src\threads\rwmutex.cpp 9883!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9884# PROP Intermediate_Dir "Release\threads" 9885!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9886# PROP Intermediate_Dir "Debug\threads" 9887!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9888# PROP Intermediate_Dir "StaticRelease\threads" 9889!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9890# PROP Intermediate_Dir "StaticDebug\threads" 9891!ENDIF 9892# End Source File 9893# Begin Source File 9894 9895SOURCE=..\..\src\threads\storage.cpp 9896!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9897# PROP Intermediate_Dir "Release\threads" 9898!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9899# PROP Intermediate_Dir "Debug\threads" 9900!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9901# PROP Intermediate_Dir "StaticRelease\threads" 9902!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9903# PROP Intermediate_Dir "StaticDebug\threads" 9904!ENDIF 9905# End Source File 9906# Begin Source File 9907 9908SOURCE=..\..\src\threads\condvar.cpp 9909!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9910# PROP Intermediate_Dir "Release\threads" 9911!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9912# PROP Intermediate_Dir "Debug\threads" 9913!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9914# PROP Intermediate_Dir "StaticRelease\threads" 9915!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9916# PROP Intermediate_Dir "StaticDebug\threads" 9917!ENDIF 9918# End Source File 9919# Begin Source File 9920 9921SOURCE=..\..\src\threads\worker.cpp 9922!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9923# PROP Intermediate_Dir "Release\threads" 9924!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9925# PROP Intermediate_Dir "Debug\threads" 9926!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9927# PROP Intermediate_Dir "StaticRelease\threads" 9928!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9929# PROP Intermediate_Dir "StaticDebug\threads" 9930!ENDIF 9931# End Source File 9932# Begin Source File 9933 9934SOURCE=..\..\src\threads\wpool.cpp 9935!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9936# PROP Intermediate_Dir "Release\threads" 9937!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9938# PROP Intermediate_Dir "Debug\threads" 9939!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9940# PROP Intermediate_Dir "StaticRelease\threads" 9941!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9942# PROP Intermediate_Dir "StaticDebug\threads" 9943!ENDIF 9944# End Source File 9945# Begin Source File 9946 9947SOURCE=..\..\src\threads\recmutex.cpp 9948!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9949# PROP Intermediate_Dir "Release\threads" 9950!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9951# PROP Intermediate_Dir "Debug\threads" 9952!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9953# PROP Intermediate_Dir "StaticRelease\threads" 9954!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9955# PROP Intermediate_Dir "StaticDebug\threads" 9956!ENDIF 9957# End Source File 9958# Begin Source File 9959 9960SOURCE=..\..\src\threads\sched.cpp 9961!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9962# PROP Intermediate_Dir "Release\threads" 9963!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9964# PROP Intermediate_Dir "Debug\threads" 9965!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9966# PROP Intermediate_Dir "StaticRelease\threads" 9967!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9968# PROP Intermediate_Dir "StaticDebug\threads" 9969!ENDIF 9970# End Source File 9971# Begin Source File 9972 9973SOURCE=..\..\src\threads\sync.cpp 9974!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9975# PROP Intermediate_Dir "Release\threads" 9976!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9977# PROP Intermediate_Dir "Debug\threads" 9978!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9979# PROP Intermediate_Dir "StaticRelease\threads" 9980!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9981# PROP Intermediate_Dir "StaticDebug\threads" 9982!ENDIF 9983# End Source File 9984# Begin Source File 9985 9986SOURCE=..\..\src\threads\fifo.cpp 9987!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 9988# PROP Intermediate_Dir "Release\threads" 9989!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 9990# PROP Intermediate_Dir "Debug\threads" 9991!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 9992# PROP Intermediate_Dir "StaticRelease\threads" 9993!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 9994# PROP Intermediate_Dir "StaticDebug\threads" 9995!ENDIF 9996# End Source File 9997# Begin Source File 9998 9999SOURCE=..\..\src\threads\barrier.cpp 10000!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10001# PROP Intermediate_Dir "Release\threads" 10002!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10003# PROP Intermediate_Dir "Debug\threads" 10004!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10005# PROP Intermediate_Dir "StaticRelease\threads" 10006!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10007# PROP Intermediate_Dir "StaticDebug\threads" 10008!ENDIF 10009# End Source File 10010# End Group 10011# Begin Group "shaders sources" 10012# PROP Default_Filter "c;cpp;ic;icc;h" 10013# Begin Source File 10014 10015SOURCE=..\..\src\shaders\SoFragmentShader.cpp 10016!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10017# PROP Intermediate_Dir "Release\shaders" 10018!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10019# PROP Intermediate_Dir "Debug\shaders" 10020!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10021# PROP Intermediate_Dir "StaticRelease\shaders" 10022!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10023# PROP Intermediate_Dir "StaticDebug\shaders" 10024!ENDIF 10025# End Source File 10026# Begin Source File 10027 10028SOURCE=..\..\src\shaders\SoGeometryShader.cpp 10029!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10030# PROP Intermediate_Dir "Release\shaders" 10031!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10032# PROP Intermediate_Dir "Debug\shaders" 10033!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10034# PROP Intermediate_Dir "StaticRelease\shaders" 10035!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10036# PROP Intermediate_Dir "StaticDebug\shaders" 10037!ENDIF 10038# End Source File 10039# Begin Source File 10040 10041SOURCE=..\..\src\shaders\SoGLARBShaderParameter.cpp 10042!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10043# PROP Intermediate_Dir "Release\shaders" 10044!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10045# PROP Intermediate_Dir "Debug\shaders" 10046!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10047# PROP Intermediate_Dir "StaticRelease\shaders" 10048!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10049# PROP Intermediate_Dir "StaticDebug\shaders" 10050!ENDIF 10051# End Source File 10052# Begin Source File 10053 10054SOURCE=..\..\src\shaders\SoGLARBShaderObject.cpp 10055!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10056# PROP Intermediate_Dir "Release\shaders" 10057!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10058# PROP Intermediate_Dir "Debug\shaders" 10059!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10060# PROP Intermediate_Dir "StaticRelease\shaders" 10061!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10062# PROP Intermediate_Dir "StaticDebug\shaders" 10063!ENDIF 10064# End Source File 10065# Begin Source File 10066 10067SOURCE=..\..\src\shaders\SoGLARBShaderProgram.cpp 10068!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10069# PROP Intermediate_Dir "Release\shaders" 10070!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10071# PROP Intermediate_Dir "Debug\shaders" 10072!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10073# PROP Intermediate_Dir "StaticRelease\shaders" 10074!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10075# PROP Intermediate_Dir "StaticDebug\shaders" 10076!ENDIF 10077# End Source File 10078# Begin Source File 10079 10080SOURCE=..\..\src\shaders\SoGLCgShaderObject.cpp 10081!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10082# PROP Intermediate_Dir "Release\shaders" 10083!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10084# PROP Intermediate_Dir "Debug\shaders" 10085!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10086# PROP Intermediate_Dir "StaticRelease\shaders" 10087!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10088# PROP Intermediate_Dir "StaticDebug\shaders" 10089!ENDIF 10090# End Source File 10091# Begin Source File 10092 10093SOURCE=..\..\src\shaders\SoGLCgShaderParameter.cpp 10094!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10095# PROP Intermediate_Dir "Release\shaders" 10096!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10097# PROP Intermediate_Dir "Debug\shaders" 10098!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10099# PROP Intermediate_Dir "StaticRelease\shaders" 10100!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10101# PROP Intermediate_Dir "StaticDebug\shaders" 10102!ENDIF 10103# End Source File 10104# Begin Source File 10105 10106SOURCE=..\..\src\shaders\SoGLCgShaderProgram.cpp 10107!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10108# PROP Intermediate_Dir "Release\shaders" 10109!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10110# PROP Intermediate_Dir "Debug\shaders" 10111!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10112# PROP Intermediate_Dir "StaticRelease\shaders" 10113!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10114# PROP Intermediate_Dir "StaticDebug\shaders" 10115!ENDIF 10116# End Source File 10117# Begin Source File 10118 10119SOURCE=..\..\src\shaders\SoGLSLShaderParameter.cpp 10120!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10121# PROP Intermediate_Dir "Release\shaders" 10122!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10123# PROP Intermediate_Dir "Debug\shaders" 10124!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10125# PROP Intermediate_Dir "StaticRelease\shaders" 10126!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10127# PROP Intermediate_Dir "StaticDebug\shaders" 10128!ENDIF 10129# End Source File 10130# Begin Source File 10131 10132SOURCE=..\..\src\shaders\SoGLSLShaderObject.cpp 10133!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10134# PROP Intermediate_Dir "Release\shaders" 10135!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10136# PROP Intermediate_Dir "Debug\shaders" 10137!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10138# PROP Intermediate_Dir "StaticRelease\shaders" 10139!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10140# PROP Intermediate_Dir "StaticDebug\shaders" 10141!ENDIF 10142# End Source File 10143# Begin Source File 10144 10145SOURCE=..\..\src\shaders\SoGLSLShaderProgram.cpp 10146!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10147# PROP Intermediate_Dir "Release\shaders" 10148!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10149# PROP Intermediate_Dir "Debug\shaders" 10150!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10151# PROP Intermediate_Dir "StaticRelease\shaders" 10152!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10153# PROP Intermediate_Dir "StaticDebug\shaders" 10154!ENDIF 10155# End Source File 10156# Begin Source File 10157 10158SOURCE=..\..\src\shaders\SoGLShaderObject.cpp 10159!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10160# PROP Intermediate_Dir "Release\shaders" 10161!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10162# PROP Intermediate_Dir "Debug\shaders" 10163!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10164# PROP Intermediate_Dir "StaticRelease\shaders" 10165!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10166# PROP Intermediate_Dir "StaticDebug\shaders" 10167!ENDIF 10168# End Source File 10169# Begin Source File 10170 10171SOURCE=..\..\src\shaders\SoGLShaderParameter.cpp 10172!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10173# PROP Intermediate_Dir "Release\shaders" 10174!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10175# PROP Intermediate_Dir "Debug\shaders" 10176!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10177# PROP Intermediate_Dir "StaticRelease\shaders" 10178!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10179# PROP Intermediate_Dir "StaticDebug\shaders" 10180!ENDIF 10181# End Source File 10182# Begin Source File 10183 10184SOURCE=..\..\src\shaders\SoGLShaderProgram.cpp 10185!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10186# PROP Intermediate_Dir "Release\shaders" 10187!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10188# PROP Intermediate_Dir "Debug\shaders" 10189!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10190# PROP Intermediate_Dir "StaticRelease\shaders" 10191!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10192# PROP Intermediate_Dir "StaticDebug\shaders" 10193!ENDIF 10194# End Source File 10195# Begin Source File 10196 10197SOURCE=..\..\src\shaders\SoGLShaderProgramElement.cpp 10198!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10199# PROP Intermediate_Dir "Release\shaders" 10200!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10201# PROP Intermediate_Dir "Debug\shaders" 10202!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10203# PROP Intermediate_Dir "StaticRelease\shaders" 10204!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10205# PROP Intermediate_Dir "StaticDebug\shaders" 10206!ENDIF 10207# End Source File 10208# Begin Source File 10209 10210SOURCE=..\..\src\shaders\SoShaderObject.cpp 10211!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10212# PROP Intermediate_Dir "Release\shaders" 10213!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10214# PROP Intermediate_Dir "Debug\shaders" 10215!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10216# PROP Intermediate_Dir "StaticRelease\shaders" 10217!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10218# PROP Intermediate_Dir "StaticDebug\shaders" 10219!ENDIF 10220# End Source File 10221# Begin Source File 10222 10223SOURCE=..\..\src\shaders\SoShaderParameter.cpp 10224!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10225# PROP Intermediate_Dir "Release\shaders" 10226!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10227# PROP Intermediate_Dir "Debug\shaders" 10228!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10229# PROP Intermediate_Dir "StaticRelease\shaders" 10230!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10231# PROP Intermediate_Dir "StaticDebug\shaders" 10232!ENDIF 10233# End Source File 10234# Begin Source File 10235 10236SOURCE=..\..\src\shaders\SoShaderProgram.cpp 10237!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10238# PROP Intermediate_Dir "Release\shaders" 10239!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10240# PROP Intermediate_Dir "Debug\shaders" 10241!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10242# PROP Intermediate_Dir "StaticRelease\shaders" 10243!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10244# PROP Intermediate_Dir "StaticDebug\shaders" 10245!ENDIF 10246# End Source File 10247# Begin Source File 10248 10249SOURCE=..\..\src\shaders\SoShader.cpp 10250!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10251# PROP Intermediate_Dir "Release\shaders" 10252!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10253# PROP Intermediate_Dir "Debug\shaders" 10254!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10255# PROP Intermediate_Dir "StaticRelease\shaders" 10256!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10257# PROP Intermediate_Dir "StaticDebug\shaders" 10258!ENDIF 10259# End Source File 10260# Begin Source File 10261 10262SOURCE=..\..\src\shaders\SoVertexShader.cpp 10263!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10264# PROP Intermediate_Dir "Release\shaders" 10265!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10266# PROP Intermediate_Dir "Debug\shaders" 10267!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10268# PROP Intermediate_Dir "StaticRelease\shaders" 10269!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10270# PROP Intermediate_Dir "StaticDebug\shaders" 10271!ENDIF 10272# End Source File 10273# End Group 10274# Begin Group "profiler sources" 10275# PROP Default_Filter "c;cpp;ic;icc;h" 10276# Begin Source File 10277 10278SOURCE=..\..\src\profiler\SoProfiler.cpp 10279!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10280# PROP Intermediate_Dir "Release\profiler" 10281!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10282# PROP Intermediate_Dir "Debug\profiler" 10283!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10284# PROP Intermediate_Dir "StaticRelease\profiler" 10285!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10286# PROP Intermediate_Dir "StaticDebug\profiler" 10287!ENDIF 10288# End Source File 10289# Begin Source File 10290 10291SOURCE=..\..\src\profiler\SoProfilerElement.cpp 10292!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10293# PROP Intermediate_Dir "Release\profiler" 10294!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10295# PROP Intermediate_Dir "Debug\profiler" 10296!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10297# PROP Intermediate_Dir "StaticRelease\profiler" 10298!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10299# PROP Intermediate_Dir "StaticDebug\profiler" 10300!ENDIF 10301# End Source File 10302# Begin Source File 10303 10304SOURCE=..\..\src\profiler\SoProfilerOverlayKit.cpp 10305!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10306# PROP Intermediate_Dir "Release\profiler" 10307!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10308# PROP Intermediate_Dir "Debug\profiler" 10309!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10310# PROP Intermediate_Dir "StaticRelease\profiler" 10311!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10312# PROP Intermediate_Dir "StaticDebug\profiler" 10313!ENDIF 10314# End Source File 10315# Begin Source File 10316 10317SOURCE=..\..\src\profiler\SoProfilerStats.cpp 10318!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10319# PROP Intermediate_Dir "Release\profiler" 10320!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10321# PROP Intermediate_Dir "Debug\profiler" 10322!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10323# PROP Intermediate_Dir "StaticRelease\profiler" 10324!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10325# PROP Intermediate_Dir "StaticDebug\profiler" 10326!ENDIF 10327# End Source File 10328# Begin Source File 10329 10330SOURCE=..\..\src\profiler\SoProfilingReportGenerator.cpp 10331!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10332# PROP Intermediate_Dir "Release\profiler" 10333!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10334# PROP Intermediate_Dir "Debug\profiler" 10335!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10336# PROP Intermediate_Dir "StaticRelease\profiler" 10337!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10338# PROP Intermediate_Dir "StaticDebug\profiler" 10339!ENDIF 10340# End Source File 10341# Begin Source File 10342 10343SOURCE=..\..\src\profiler\SoProfilerTopEngine.cpp 10344!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10345# PROP Intermediate_Dir "Release\profiler" 10346!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10347# PROP Intermediate_Dir "Debug\profiler" 10348!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10349# PROP Intermediate_Dir "StaticRelease\profiler" 10350!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10351# PROP Intermediate_Dir "StaticDebug\profiler" 10352!ENDIF 10353# End Source File 10354# Begin Source File 10355 10356SOURCE=..\..\src\profiler\SoScrollingGraphKit.cpp 10357!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10358# PROP Intermediate_Dir "Release\profiler" 10359!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10360# PROP Intermediate_Dir "Debug\profiler" 10361!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10362# PROP Intermediate_Dir "StaticRelease\profiler" 10363!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10364# PROP Intermediate_Dir "StaticDebug\profiler" 10365!ENDIF 10366# End Source File 10367# Begin Source File 10368 10369SOURCE=..\..\src\profiler\SoNodeVisualize.cpp 10370!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10371# PROP Intermediate_Dir "Release\profiler" 10372!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10373# PROP Intermediate_Dir "Debug\profiler" 10374!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10375# PROP Intermediate_Dir "StaticRelease\profiler" 10376!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10377# PROP Intermediate_Dir "StaticDebug\profiler" 10378!ENDIF 10379# End Source File 10380# Begin Source File 10381 10382SOURCE=..\..\src\profiler\SoProfilerTopKit.cpp 10383!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10384# PROP Intermediate_Dir "Release\profiler" 10385!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10386# PROP Intermediate_Dir "Debug\profiler" 10387!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10388# PROP Intermediate_Dir "StaticRelease\profiler" 10389!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10390# PROP Intermediate_Dir "StaticDebug\profiler" 10391!ENDIF 10392# End Source File 10393# Begin Source File 10394 10395SOURCE=..\..\src\profiler\SoProfilerVisualizeKit.cpp 10396!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10397# PROP Intermediate_Dir "Release\profiler" 10398!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10399# PROP Intermediate_Dir "Debug\profiler" 10400!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10401# PROP Intermediate_Dir "StaticRelease\profiler" 10402!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10403# PROP Intermediate_Dir "StaticDebug\profiler" 10404!ENDIF 10405# End Source File 10406# Begin Source File 10407 10408SOURCE=..\..\src\profiler\SbProfilingData.cpp 10409!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10410# PROP Intermediate_Dir "Release\profiler" 10411!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10412# PROP Intermediate_Dir "Debug\profiler" 10413!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10414# PROP Intermediate_Dir "StaticRelease\profiler" 10415!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10416# PROP Intermediate_Dir "StaticDebug\profiler" 10417!ENDIF 10418# End Source File 10419# End Group 10420# Begin Group "vrml97 sources" 10421# PROP Default_Filter "c;cpp;ic;icc;h" 10422# Begin Source File 10423 10424SOURCE=..\..\src\vrml97\Anchor.cpp 10425!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10426# PROP Intermediate_Dir "Release\vrml97" 10427!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10428# PROP Intermediate_Dir "Debug\vrml97" 10429!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10430# PROP Intermediate_Dir "StaticRelease\vrml97" 10431!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10432# PROP Intermediate_Dir "StaticDebug\vrml97" 10433!ENDIF 10434# End Source File 10435# Begin Source File 10436 10437SOURCE=..\..\src\vrml97\Appearance.cpp 10438!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10439# PROP Intermediate_Dir "Release\vrml97" 10440!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10441# PROP Intermediate_Dir "Debug\vrml97" 10442!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10443# PROP Intermediate_Dir "StaticRelease\vrml97" 10444!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10445# PROP Intermediate_Dir "StaticDebug\vrml97" 10446!ENDIF 10447# End Source File 10448# Begin Source File 10449 10450SOURCE=..\..\src\vrml97\AudioClip.cpp 10451!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10452# PROP Intermediate_Dir "Release\vrml97" 10453!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10454# PROP Intermediate_Dir "Debug\vrml97" 10455!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10456# PROP Intermediate_Dir "StaticRelease\vrml97" 10457!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10458# PROP Intermediate_Dir "StaticDebug\vrml97" 10459!ENDIF 10460# End Source File 10461# Begin Source File 10462 10463SOURCE=..\..\src\vrml97\Background.cpp 10464!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10465# PROP Intermediate_Dir "Release\vrml97" 10466!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10467# PROP Intermediate_Dir "Debug\vrml97" 10468!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10469# PROP Intermediate_Dir "StaticRelease\vrml97" 10470!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10471# PROP Intermediate_Dir "StaticDebug\vrml97" 10472!ENDIF 10473# End Source File 10474# Begin Source File 10475 10476SOURCE=..\..\src\vrml97\Billboard.cpp 10477!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10478# PROP Intermediate_Dir "Release\vrml97" 10479!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10480# PROP Intermediate_Dir "Debug\vrml97" 10481!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10482# PROP Intermediate_Dir "StaticRelease\vrml97" 10483!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10484# PROP Intermediate_Dir "StaticDebug\vrml97" 10485!ENDIF 10486# End Source File 10487# Begin Source File 10488 10489SOURCE=..\..\src\vrml97\Box.cpp 10490!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10491# PROP Intermediate_Dir "Release\vrml97" 10492!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10493# PROP Intermediate_Dir "Debug\vrml97" 10494!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10495# PROP Intermediate_Dir "StaticRelease\vrml97" 10496!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10497# PROP Intermediate_Dir "StaticDebug\vrml97" 10498!ENDIF 10499# End Source File 10500# Begin Source File 10501 10502SOURCE=..\..\src\vrml97\Collision.cpp 10503!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10504# PROP Intermediate_Dir "Release\vrml97" 10505!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10506# PROP Intermediate_Dir "Debug\vrml97" 10507!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10508# PROP Intermediate_Dir "StaticRelease\vrml97" 10509!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10510# PROP Intermediate_Dir "StaticDebug\vrml97" 10511!ENDIF 10512# End Source File 10513# Begin Source File 10514 10515SOURCE=..\..\src\vrml97\Color.cpp 10516!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10517# PROP Intermediate_Dir "Release\vrml97" 10518!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10519# PROP Intermediate_Dir "Debug\vrml97" 10520!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10521# PROP Intermediate_Dir "StaticRelease\vrml97" 10522!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10523# PROP Intermediate_Dir "StaticDebug\vrml97" 10524!ENDIF 10525# End Source File 10526# Begin Source File 10527 10528SOURCE=..\..\src\vrml97\ColorInterpolator.cpp 10529!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10530# PROP Intermediate_Dir "Release\vrml97" 10531!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10532# PROP Intermediate_Dir "Debug\vrml97" 10533!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10534# PROP Intermediate_Dir "StaticRelease\vrml97" 10535!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10536# PROP Intermediate_Dir "StaticDebug\vrml97" 10537!ENDIF 10538# End Source File 10539# Begin Source File 10540 10541SOURCE=..\..\src\vrml97\Cone.cpp 10542!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10543# PROP Intermediate_Dir "Release\vrml97" 10544!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10545# PROP Intermediate_Dir "Debug\vrml97" 10546!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10547# PROP Intermediate_Dir "StaticRelease\vrml97" 10548!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10549# PROP Intermediate_Dir "StaticDebug\vrml97" 10550!ENDIF 10551# End Source File 10552# Begin Source File 10553 10554SOURCE=..\..\src\vrml97\Coordinate.cpp 10555!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10556# PROP Intermediate_Dir "Release\vrml97" 10557!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10558# PROP Intermediate_Dir "Debug\vrml97" 10559!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10560# PROP Intermediate_Dir "StaticRelease\vrml97" 10561!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10562# PROP Intermediate_Dir "StaticDebug\vrml97" 10563!ENDIF 10564# End Source File 10565# Begin Source File 10566 10567SOURCE=..\..\src\vrml97\CoordinateInterpolator.cpp 10568!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10569# PROP Intermediate_Dir "Release\vrml97" 10570!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10571# PROP Intermediate_Dir "Debug\vrml97" 10572!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10573# PROP Intermediate_Dir "StaticRelease\vrml97" 10574!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10575# PROP Intermediate_Dir "StaticDebug\vrml97" 10576!ENDIF 10577# End Source File 10578# Begin Source File 10579 10580SOURCE=..\..\src\vrml97\Cylinder.cpp 10581!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10582# PROP Intermediate_Dir "Release\vrml97" 10583!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10584# PROP Intermediate_Dir "Debug\vrml97" 10585!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10586# PROP Intermediate_Dir "StaticRelease\vrml97" 10587!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10588# PROP Intermediate_Dir "StaticDebug\vrml97" 10589!ENDIF 10590# End Source File 10591# Begin Source File 10592 10593SOURCE=..\..\src\vrml97\CylinderSensor.cpp 10594!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10595# PROP Intermediate_Dir "Release\vrml97" 10596!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10597# PROP Intermediate_Dir "Debug\vrml97" 10598!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10599# PROP Intermediate_Dir "StaticRelease\vrml97" 10600!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10601# PROP Intermediate_Dir "StaticDebug\vrml97" 10602!ENDIF 10603# End Source File 10604# Begin Source File 10605 10606SOURCE=..\..\src\vrml97\DirectionalLight.cpp 10607!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10608# PROP Intermediate_Dir "Release\vrml97" 10609!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10610# PROP Intermediate_Dir "Debug\vrml97" 10611!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10612# PROP Intermediate_Dir "StaticRelease\vrml97" 10613!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10614# PROP Intermediate_Dir "StaticDebug\vrml97" 10615!ENDIF 10616# End Source File 10617# Begin Source File 10618 10619SOURCE=..\..\src\vrml97\DragSensor.cpp 10620!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10621# PROP Intermediate_Dir "Release\vrml97" 10622!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10623# PROP Intermediate_Dir "Debug\vrml97" 10624!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10625# PROP Intermediate_Dir "StaticRelease\vrml97" 10626!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10627# PROP Intermediate_Dir "StaticDebug\vrml97" 10628!ENDIF 10629# End Source File 10630# Begin Source File 10631 10632SOURCE=..\..\src\vrml97\ElevationGrid.cpp 10633!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10634# PROP Intermediate_Dir "Release\vrml97" 10635!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10636# PROP Intermediate_Dir "Debug\vrml97" 10637!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10638# PROP Intermediate_Dir "StaticRelease\vrml97" 10639!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10640# PROP Intermediate_Dir "StaticDebug\vrml97" 10641!ENDIF 10642# End Source File 10643# Begin Source File 10644 10645SOURCE=..\..\src\vrml97\Extrusion.cpp 10646!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10647# PROP Intermediate_Dir "Release\vrml97" 10648!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10649# PROP Intermediate_Dir "Debug\vrml97" 10650!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10651# PROP Intermediate_Dir "StaticRelease\vrml97" 10652!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10653# PROP Intermediate_Dir "StaticDebug\vrml97" 10654!ENDIF 10655# End Source File 10656# Begin Source File 10657 10658SOURCE=..\..\src\vrml97\Fog.cpp 10659!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10660# PROP Intermediate_Dir "Release\vrml97" 10661!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10662# PROP Intermediate_Dir "Debug\vrml97" 10663!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10664# PROP Intermediate_Dir "StaticRelease\vrml97" 10665!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10666# PROP Intermediate_Dir "StaticDebug\vrml97" 10667!ENDIF 10668# End Source File 10669# Begin Source File 10670 10671SOURCE=..\..\src\vrml97\FontStyle.cpp 10672!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10673# PROP Intermediate_Dir "Release\vrml97" 10674!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10675# PROP Intermediate_Dir "Debug\vrml97" 10676!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10677# PROP Intermediate_Dir "StaticRelease\vrml97" 10678!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10679# PROP Intermediate_Dir "StaticDebug\vrml97" 10680!ENDIF 10681# End Source File 10682# Begin Source File 10683 10684SOURCE=..\..\src\vrml97\Geometry.cpp 10685!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10686# PROP Intermediate_Dir "Release\vrml97" 10687!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10688# PROP Intermediate_Dir "Debug\vrml97" 10689!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10690# PROP Intermediate_Dir "StaticRelease\vrml97" 10691!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10692# PROP Intermediate_Dir "StaticDebug\vrml97" 10693!ENDIF 10694# End Source File 10695# Begin Source File 10696 10697SOURCE=..\..\src\vrml97\Group.cpp 10698!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10699# PROP Intermediate_Dir "Release\vrml97" 10700!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10701# PROP Intermediate_Dir "Debug\vrml97" 10702!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10703# PROP Intermediate_Dir "StaticRelease\vrml97" 10704!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10705# PROP Intermediate_Dir "StaticDebug\vrml97" 10706!ENDIF 10707# End Source File 10708# Begin Source File 10709 10710SOURCE=..\..\src\vrml97\ImageTexture.cpp 10711!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10712# PROP Intermediate_Dir "Release\vrml97" 10713!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10714# PROP Intermediate_Dir "Debug\vrml97" 10715!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10716# PROP Intermediate_Dir "StaticRelease\vrml97" 10717!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10718# PROP Intermediate_Dir "StaticDebug\vrml97" 10719!ENDIF 10720# End Source File 10721# Begin Source File 10722 10723SOURCE=..\..\src\vrml97\IndexedFaceSet.cpp 10724!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10725# PROP Intermediate_Dir "Release\vrml97" 10726!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10727# PROP Intermediate_Dir "Debug\vrml97" 10728!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10729# PROP Intermediate_Dir "StaticRelease\vrml97" 10730!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10731# PROP Intermediate_Dir "StaticDebug\vrml97" 10732!ENDIF 10733# End Source File 10734# Begin Source File 10735 10736SOURCE=..\..\src\vrml97\IndexedLine.cpp 10737!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10738# PROP Intermediate_Dir "Release\vrml97" 10739!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10740# PROP Intermediate_Dir "Debug\vrml97" 10741!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10742# PROP Intermediate_Dir "StaticRelease\vrml97" 10743!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10744# PROP Intermediate_Dir "StaticDebug\vrml97" 10745!ENDIF 10746# End Source File 10747# Begin Source File 10748 10749SOURCE=..\..\src\vrml97\IndexedLineSet.cpp 10750!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10751# PROP Intermediate_Dir "Release\vrml97" 10752!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10753# PROP Intermediate_Dir "Debug\vrml97" 10754!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10755# PROP Intermediate_Dir "StaticRelease\vrml97" 10756!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10757# PROP Intermediate_Dir "StaticDebug\vrml97" 10758!ENDIF 10759# End Source File 10760# Begin Source File 10761 10762SOURCE=..\..\src\vrml97\IndexedShape.cpp 10763!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10764# PROP Intermediate_Dir "Release\vrml97" 10765!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10766# PROP Intermediate_Dir "Debug\vrml97" 10767!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10768# PROP Intermediate_Dir "StaticRelease\vrml97" 10769!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10770# PROP Intermediate_Dir "StaticDebug\vrml97" 10771!ENDIF 10772# End Source File 10773# Begin Source File 10774 10775SOURCE=..\..\src\vrml97\Init.cpp 10776!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10777# PROP Intermediate_Dir "Release\vrml97" 10778!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10779# PROP Intermediate_Dir "Debug\vrml97" 10780!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10781# PROP Intermediate_Dir "StaticRelease\vrml97" 10782!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10783# PROP Intermediate_Dir "StaticDebug\vrml97" 10784!ENDIF 10785# End Source File 10786# Begin Source File 10787 10788SOURCE=..\..\src\vrml97\Inline.cpp 10789!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10790# PROP Intermediate_Dir "Release\vrml97" 10791!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10792# PROP Intermediate_Dir "Debug\vrml97" 10793!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10794# PROP Intermediate_Dir "StaticRelease\vrml97" 10795!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10796# PROP Intermediate_Dir "StaticDebug\vrml97" 10797!ENDIF 10798# End Source File 10799# Begin Source File 10800 10801SOURCE=..\..\src\vrml97\Interpolator.cpp 10802!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10803# PROP Intermediate_Dir "Release\vrml97" 10804!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10805# PROP Intermediate_Dir "Debug\vrml97" 10806!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10807# PROP Intermediate_Dir "StaticRelease\vrml97" 10808!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10809# PROP Intermediate_Dir "StaticDebug\vrml97" 10810!ENDIF 10811# End Source File 10812# Begin Source File 10813 10814SOURCE=..\..\src\vrml97\LOD.cpp 10815!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10816# PROP Intermediate_Dir "Release\vrml97" 10817!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10818# PROP Intermediate_Dir "Debug\vrml97" 10819!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10820# PROP Intermediate_Dir "StaticRelease\vrml97" 10821!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10822# PROP Intermediate_Dir "StaticDebug\vrml97" 10823!ENDIF 10824# End Source File 10825# Begin Source File 10826 10827SOURCE=..\..\src\vrml97\Light.cpp 10828!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10829# PROP Intermediate_Dir "Release\vrml97" 10830!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10831# PROP Intermediate_Dir "Debug\vrml97" 10832!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10833# PROP Intermediate_Dir "StaticRelease\vrml97" 10834!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10835# PROP Intermediate_Dir "StaticDebug\vrml97" 10836!ENDIF 10837# End Source File 10838# Begin Source File 10839 10840SOURCE=..\..\src\vrml97\Material.cpp 10841!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10842# PROP Intermediate_Dir "Release\vrml97" 10843!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10844# PROP Intermediate_Dir "Debug\vrml97" 10845!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10846# PROP Intermediate_Dir "StaticRelease\vrml97" 10847!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10848# PROP Intermediate_Dir "StaticDebug\vrml97" 10849!ENDIF 10850# End Source File 10851# Begin Source File 10852 10853SOURCE=..\..\src\vrml97\MovieTexture.cpp 10854!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10855# PROP Intermediate_Dir "Release\vrml97" 10856!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10857# PROP Intermediate_Dir "Debug\vrml97" 10858!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10859# PROP Intermediate_Dir "StaticRelease\vrml97" 10860!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10861# PROP Intermediate_Dir "StaticDebug\vrml97" 10862!ENDIF 10863# End Source File 10864# Begin Source File 10865 10866SOURCE=..\..\src\vrml97\NavigationInfo.cpp 10867!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10868# PROP Intermediate_Dir "Release\vrml97" 10869!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10870# PROP Intermediate_Dir "Debug\vrml97" 10871!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10872# PROP Intermediate_Dir "StaticRelease\vrml97" 10873!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10874# PROP Intermediate_Dir "StaticDebug\vrml97" 10875!ENDIF 10876# End Source File 10877# Begin Source File 10878 10879SOURCE=..\..\src\vrml97\Normal.cpp 10880!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10881# PROP Intermediate_Dir "Release\vrml97" 10882!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10883# PROP Intermediate_Dir "Debug\vrml97" 10884!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10885# PROP Intermediate_Dir "StaticRelease\vrml97" 10886!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10887# PROP Intermediate_Dir "StaticDebug\vrml97" 10888!ENDIF 10889# End Source File 10890# Begin Source File 10891 10892SOURCE=..\..\src\vrml97\NormalInterpolator.cpp 10893!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10894# PROP Intermediate_Dir "Release\vrml97" 10895!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10896# PROP Intermediate_Dir "Debug\vrml97" 10897!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10898# PROP Intermediate_Dir "StaticRelease\vrml97" 10899!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10900# PROP Intermediate_Dir "StaticDebug\vrml97" 10901!ENDIF 10902# End Source File 10903# Begin Source File 10904 10905SOURCE=..\..\src\vrml97\OrientationInterpolator.cpp 10906!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10907# PROP Intermediate_Dir "Release\vrml97" 10908!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10909# PROP Intermediate_Dir "Debug\vrml97" 10910!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10911# PROP Intermediate_Dir "StaticRelease\vrml97" 10912!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10913# PROP Intermediate_Dir "StaticDebug\vrml97" 10914!ENDIF 10915# End Source File 10916# Begin Source File 10917 10918SOURCE=..\..\src\vrml97\Parent.cpp 10919!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10920# PROP Intermediate_Dir "Release\vrml97" 10921!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10922# PROP Intermediate_Dir "Debug\vrml97" 10923!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10924# PROP Intermediate_Dir "StaticRelease\vrml97" 10925!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10926# PROP Intermediate_Dir "StaticDebug\vrml97" 10927!ENDIF 10928# End Source File 10929# Begin Source File 10930 10931SOURCE=..\..\src\vrml97\PixelTexture.cpp 10932!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10933# PROP Intermediate_Dir "Release\vrml97" 10934!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10935# PROP Intermediate_Dir "Debug\vrml97" 10936!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10937# PROP Intermediate_Dir "StaticRelease\vrml97" 10938!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10939# PROP Intermediate_Dir "StaticDebug\vrml97" 10940!ENDIF 10941# End Source File 10942# Begin Source File 10943 10944SOURCE=..\..\src\vrml97\PlaneSensor.cpp 10945!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10946# PROP Intermediate_Dir "Release\vrml97" 10947!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10948# PROP Intermediate_Dir "Debug\vrml97" 10949!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10950# PROP Intermediate_Dir "StaticRelease\vrml97" 10951!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10952# PROP Intermediate_Dir "StaticDebug\vrml97" 10953!ENDIF 10954# End Source File 10955# Begin Source File 10956 10957SOURCE=..\..\src\vrml97\PointLight.cpp 10958!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10959# PROP Intermediate_Dir "Release\vrml97" 10960!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10961# PROP Intermediate_Dir "Debug\vrml97" 10962!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10963# PROP Intermediate_Dir "StaticRelease\vrml97" 10964!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10965# PROP Intermediate_Dir "StaticDebug\vrml97" 10966!ENDIF 10967# End Source File 10968# Begin Source File 10969 10970SOURCE=..\..\src\vrml97\PointSet.cpp 10971!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10972# PROP Intermediate_Dir "Release\vrml97" 10973!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10974# PROP Intermediate_Dir "Debug\vrml97" 10975!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10976# PROP Intermediate_Dir "StaticRelease\vrml97" 10977!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10978# PROP Intermediate_Dir "StaticDebug\vrml97" 10979!ENDIF 10980# End Source File 10981# Begin Source File 10982 10983SOURCE=..\..\src\vrml97\PositionInterpolator.cpp 10984!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10985# PROP Intermediate_Dir "Release\vrml97" 10986!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 10987# PROP Intermediate_Dir "Debug\vrml97" 10988!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 10989# PROP Intermediate_Dir "StaticRelease\vrml97" 10990!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 10991# PROP Intermediate_Dir "StaticDebug\vrml97" 10992!ENDIF 10993# End Source File 10994# Begin Source File 10995 10996SOURCE=..\..\src\vrml97\ProximitySensor.cpp 10997!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 10998# PROP Intermediate_Dir "Release\vrml97" 10999!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11000# PROP Intermediate_Dir "Debug\vrml97" 11001!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11002# PROP Intermediate_Dir "StaticRelease\vrml97" 11003!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11004# PROP Intermediate_Dir "StaticDebug\vrml97" 11005!ENDIF 11006# End Source File 11007# Begin Source File 11008 11009SOURCE=..\..\src\vrml97\ScalarInterpolator.cpp 11010!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11011# PROP Intermediate_Dir "Release\vrml97" 11012!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11013# PROP Intermediate_Dir "Debug\vrml97" 11014!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11015# PROP Intermediate_Dir "StaticRelease\vrml97" 11016!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11017# PROP Intermediate_Dir "StaticDebug\vrml97" 11018!ENDIF 11019# End Source File 11020# Begin Source File 11021 11022SOURCE=..\..\src\vrml97\Script.cpp 11023!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11024# PROP Intermediate_Dir "Release\vrml97" 11025!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11026# PROP Intermediate_Dir "Debug\vrml97" 11027!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11028# PROP Intermediate_Dir "StaticRelease\vrml97" 11029!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11030# PROP Intermediate_Dir "StaticDebug\vrml97" 11031!ENDIF 11032# End Source File 11033# Begin Source File 11034 11035SOURCE=..\..\src\vrml97\Sensor.cpp 11036!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11037# PROP Intermediate_Dir "Release\vrml97" 11038!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11039# PROP Intermediate_Dir "Debug\vrml97" 11040!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11041# PROP Intermediate_Dir "StaticRelease\vrml97" 11042!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11043# PROP Intermediate_Dir "StaticDebug\vrml97" 11044!ENDIF 11045# End Source File 11046# Begin Source File 11047 11048SOURCE=..\..\src\vrml97\Shape.cpp 11049!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11050# PROP Intermediate_Dir "Release\vrml97" 11051!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11052# PROP Intermediate_Dir "Debug\vrml97" 11053!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11054# PROP Intermediate_Dir "StaticRelease\vrml97" 11055!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11056# PROP Intermediate_Dir "StaticDebug\vrml97" 11057!ENDIF 11058# End Source File 11059# Begin Source File 11060 11061SOURCE=..\..\src\vrml97\Sound.cpp 11062!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11063# PROP Intermediate_Dir "Release\vrml97" 11064!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11065# PROP Intermediate_Dir "Debug\vrml97" 11066!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11067# PROP Intermediate_Dir "StaticRelease\vrml97" 11068!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11069# PROP Intermediate_Dir "StaticDebug\vrml97" 11070!ENDIF 11071# End Source File 11072# Begin Source File 11073 11074SOURCE=..\..\src\vrml97\Sphere.cpp 11075!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11076# PROP Intermediate_Dir "Release\vrml97" 11077!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11078# PROP Intermediate_Dir "Debug\vrml97" 11079!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11080# PROP Intermediate_Dir "StaticRelease\vrml97" 11081!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11082# PROP Intermediate_Dir "StaticDebug\vrml97" 11083!ENDIF 11084# End Source File 11085# Begin Source File 11086 11087SOURCE=..\..\src\vrml97\SphereSensor.cpp 11088!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11089# PROP Intermediate_Dir "Release\vrml97" 11090!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11091# PROP Intermediate_Dir "Debug\vrml97" 11092!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11093# PROP Intermediate_Dir "StaticRelease\vrml97" 11094!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11095# PROP Intermediate_Dir "StaticDebug\vrml97" 11096!ENDIF 11097# End Source File 11098# Begin Source File 11099 11100SOURCE=..\..\src\vrml97\SpotLight.cpp 11101!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11102# PROP Intermediate_Dir "Release\vrml97" 11103!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11104# PROP Intermediate_Dir "Debug\vrml97" 11105!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11106# PROP Intermediate_Dir "StaticRelease\vrml97" 11107!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11108# PROP Intermediate_Dir "StaticDebug\vrml97" 11109!ENDIF 11110# End Source File 11111# Begin Source File 11112 11113SOURCE=..\..\src\vrml97\Switch.cpp 11114!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11115# PROP Intermediate_Dir "Release\vrml97" 11116!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11117# PROP Intermediate_Dir "Debug\vrml97" 11118!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11119# PROP Intermediate_Dir "StaticRelease\vrml97" 11120!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11121# PROP Intermediate_Dir "StaticDebug\vrml97" 11122!ENDIF 11123# End Source File 11124# Begin Source File 11125 11126SOURCE=..\..\src\vrml97\Text.cpp 11127!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11128# PROP Intermediate_Dir "Release\vrml97" 11129!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11130# PROP Intermediate_Dir "Debug\vrml97" 11131!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11132# PROP Intermediate_Dir "StaticRelease\vrml97" 11133!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11134# PROP Intermediate_Dir "StaticDebug\vrml97" 11135!ENDIF 11136# End Source File 11137# Begin Source File 11138 11139SOURCE=..\..\src\vrml97\Texture.cpp 11140!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11141# PROP Intermediate_Dir "Release\vrml97" 11142!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11143# PROP Intermediate_Dir "Debug\vrml97" 11144!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11145# PROP Intermediate_Dir "StaticRelease\vrml97" 11146!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11147# PROP Intermediate_Dir "StaticDebug\vrml97" 11148!ENDIF 11149# End Source File 11150# Begin Source File 11151 11152SOURCE=..\..\src\vrml97\TextureCoordinate.cpp 11153!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11154# PROP Intermediate_Dir "Release\vrml97" 11155!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11156# PROP Intermediate_Dir "Debug\vrml97" 11157!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11158# PROP Intermediate_Dir "StaticRelease\vrml97" 11159!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11160# PROP Intermediate_Dir "StaticDebug\vrml97" 11161!ENDIF 11162# End Source File 11163# Begin Source File 11164 11165SOURCE=..\..\src\vrml97\TextureTransform.cpp 11166!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11167# PROP Intermediate_Dir "Release\vrml97" 11168!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11169# PROP Intermediate_Dir "Debug\vrml97" 11170!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11171# PROP Intermediate_Dir "StaticRelease\vrml97" 11172!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11173# PROP Intermediate_Dir "StaticDebug\vrml97" 11174!ENDIF 11175# End Source File 11176# Begin Source File 11177 11178SOURCE=..\..\src\vrml97\TimeSensor.cpp 11179!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11180# PROP Intermediate_Dir "Release\vrml97" 11181!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11182# PROP Intermediate_Dir "Debug\vrml97" 11183!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11184# PROP Intermediate_Dir "StaticRelease\vrml97" 11185!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11186# PROP Intermediate_Dir "StaticDebug\vrml97" 11187!ENDIF 11188# End Source File 11189# Begin Source File 11190 11191SOURCE=..\..\src\vrml97\TouchSensor.cpp 11192!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11193# PROP Intermediate_Dir "Release\vrml97" 11194!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11195# PROP Intermediate_Dir "Debug\vrml97" 11196!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11197# PROP Intermediate_Dir "StaticRelease\vrml97" 11198!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11199# PROP Intermediate_Dir "StaticDebug\vrml97" 11200!ENDIF 11201# End Source File 11202# Begin Source File 11203 11204SOURCE=..\..\src\vrml97\Transform.cpp 11205!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11206# PROP Intermediate_Dir "Release\vrml97" 11207!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11208# PROP Intermediate_Dir "Debug\vrml97" 11209!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11210# PROP Intermediate_Dir "StaticRelease\vrml97" 11211!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11212# PROP Intermediate_Dir "StaticDebug\vrml97" 11213!ENDIF 11214# End Source File 11215# Begin Source File 11216 11217SOURCE=..\..\src\vrml97\VertexLine.cpp 11218!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11219# PROP Intermediate_Dir "Release\vrml97" 11220!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11221# PROP Intermediate_Dir "Debug\vrml97" 11222!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11223# PROP Intermediate_Dir "StaticRelease\vrml97" 11224!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11225# PROP Intermediate_Dir "StaticDebug\vrml97" 11226!ENDIF 11227# End Source File 11228# Begin Source File 11229 11230SOURCE=..\..\src\vrml97\VertexPoint.cpp 11231!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11232# PROP Intermediate_Dir "Release\vrml97" 11233!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11234# PROP Intermediate_Dir "Debug\vrml97" 11235!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11236# PROP Intermediate_Dir "StaticRelease\vrml97" 11237!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11238# PROP Intermediate_Dir "StaticDebug\vrml97" 11239!ENDIF 11240# End Source File 11241# Begin Source File 11242 11243SOURCE=..\..\src\vrml97\VertexShape.cpp 11244!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11245# PROP Intermediate_Dir "Release\vrml97" 11246!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11247# PROP Intermediate_Dir "Debug\vrml97" 11248!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11249# PROP Intermediate_Dir "StaticRelease\vrml97" 11250!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11251# PROP Intermediate_Dir "StaticDebug\vrml97" 11252!ENDIF 11253# End Source File 11254# Begin Source File 11255 11256SOURCE=..\..\src\vrml97\Viewpoint.cpp 11257!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11258# PROP Intermediate_Dir "Release\vrml97" 11259!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11260# PROP Intermediate_Dir "Debug\vrml97" 11261!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11262# PROP Intermediate_Dir "StaticRelease\vrml97" 11263!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11264# PROP Intermediate_Dir "StaticDebug\vrml97" 11265!ENDIF 11266# End Source File 11267# Begin Source File 11268 11269SOURCE=..\..\src\vrml97\VisibilitySensor.cpp 11270!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11271# PROP Intermediate_Dir "Release\vrml97" 11272!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11273# PROP Intermediate_Dir "Debug\vrml97" 11274!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11275# PROP Intermediate_Dir "StaticRelease\vrml97" 11276!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11277# PROP Intermediate_Dir "StaticDebug\vrml97" 11278!ENDIF 11279# End Source File 11280# Begin Source File 11281 11282SOURCE=..\..\src\vrml97\WorldInfo.cpp 11283!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11284# PROP Intermediate_Dir "Release\vrml97" 11285!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11286# PROP Intermediate_Dir "Debug\vrml97" 11287!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11288# PROP Intermediate_Dir "StaticRelease\vrml97" 11289!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11290# PROP Intermediate_Dir "StaticDebug\vrml97" 11291!ENDIF 11292# End Source File 11293# Begin Source File 11294 11295SOURCE=..\..\src\vrml97\JS_VRMLClasses.cpp 11296!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11297# PROP Intermediate_Dir "Release\vrml97" 11298!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11299# PROP Intermediate_Dir "Debug\vrml97" 11300!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11301# PROP Intermediate_Dir "StaticRelease\vrml97" 11302!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11303# PROP Intermediate_Dir "StaticDebug\vrml97" 11304!ENDIF 11305# End Source File 11306# End Group 11307# Begin Group "foreignfiles sources" 11308# PROP Default_Filter "c;cpp;ic;icc;h" 11309# Begin Source File 11310 11311SOURCE=..\..\src\foreignfiles\SoForeignFileKit.cpp 11312!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11313# PROP Intermediate_Dir "Release\foreignfiles" 11314!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11315# PROP Intermediate_Dir "Debug\foreignfiles" 11316!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11317# PROP Intermediate_Dir "StaticRelease\foreignfiles" 11318!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11319# PROP Intermediate_Dir "StaticDebug\foreignfiles" 11320!ENDIF 11321# End Source File 11322# Begin Source File 11323 11324SOURCE=..\..\src\foreignfiles\SoSTLFileKit.cpp 11325!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11326# PROP Intermediate_Dir "Release\foreignfiles" 11327!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11328# PROP Intermediate_Dir "Debug\foreignfiles" 11329!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11330# PROP Intermediate_Dir "StaticRelease\foreignfiles" 11331!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11332# PROP Intermediate_Dir "StaticDebug\foreignfiles" 11333!ENDIF 11334# End Source File 11335# Begin Source File 11336 11337SOURCE=..\..\src\foreignfiles\steel-wrapper.cpp 11338!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11339# PROP Intermediate_Dir "Release\foreignfiles" 11340!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11341# PROP Intermediate_Dir "Debug\foreignfiles" 11342!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11343# PROP Intermediate_Dir "StaticRelease\foreignfiles" 11344!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11345# PROP Intermediate_Dir "StaticDebug\foreignfiles" 11346!ENDIF 11347# End Source File 11348# End Group 11349# Begin Group "scxml sources" 11350# PROP Default_Filter "c;cpp;ic;icc;h" 11351# Begin Source File 11352 11353SOURCE=..\..\src\scxml\SbStringConvert.cpp 11354!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11355# PROP Intermediate_Dir "Release\scxml" 11356!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11357# PROP Intermediate_Dir "Debug\scxml" 11358!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11359# PROP Intermediate_Dir "StaticRelease\scxml" 11360!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11361# PROP Intermediate_Dir "StaticDebug\scxml" 11362!ENDIF 11363# End Source File 11364# Begin Source File 11365 11366SOURCE=..\..\src\scxml\ScXML.cpp 11367!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11368# PROP Intermediate_Dir "Release\scxml" 11369!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11370# PROP Intermediate_Dir "Debug\scxml" 11371!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11372# PROP Intermediate_Dir "StaticRelease\scxml" 11373!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11374# PROP Intermediate_Dir "StaticDebug\scxml" 11375!ENDIF 11376# End Source File 11377# Begin Source File 11378 11379SOURCE=..\..\src\scxml\ScXMLObject.cpp 11380!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11381# PROP Intermediate_Dir "Release\scxml" 11382!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11383# PROP Intermediate_Dir "Debug\scxml" 11384!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11385# PROP Intermediate_Dir "StaticRelease\scxml" 11386!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11387# PROP Intermediate_Dir "StaticDebug\scxml" 11388!ENDIF 11389# End Source File 11390# Begin Source File 11391 11392SOURCE=..\..\src\scxml\ScXMLEvent.cpp 11393!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11394# PROP Intermediate_Dir "Release\scxml" 11395!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11396# PROP Intermediate_Dir "Debug\scxml" 11397!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11398# PROP Intermediate_Dir "StaticRelease\scxml" 11399!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11400# PROP Intermediate_Dir "StaticDebug\scxml" 11401!ENDIF 11402# End Source File 11403# Begin Source File 11404 11405SOURCE=..\..\src\scxml\ScXMLEventTarget.cpp 11406!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11407# PROP Intermediate_Dir "Release\scxml" 11408!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11409# PROP Intermediate_Dir "Debug\scxml" 11410!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11411# PROP Intermediate_Dir "StaticRelease\scxml" 11412!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11413# PROP Intermediate_Dir "StaticDebug\scxml" 11414!ENDIF 11415# End Source File 11416# Begin Source File 11417 11418SOURCE=..\..\src\scxml\ScXMLStateMachine.cpp 11419!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11420# PROP Intermediate_Dir "Release\scxml" 11421!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11422# PROP Intermediate_Dir "Debug\scxml" 11423!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11424# PROP Intermediate_Dir "StaticRelease\scxml" 11425!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11426# PROP Intermediate_Dir "StaticDebug\scxml" 11427!ENDIF 11428# End Source File 11429# Begin Source File 11430 11431SOURCE=..\..\src\scxml\ScXMLDocument.cpp 11432!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11433# PROP Intermediate_Dir "Release\scxml" 11434!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11435# PROP Intermediate_Dir "Debug\scxml" 11436!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11437# PROP Intermediate_Dir "StaticRelease\scxml" 11438!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11439# PROP Intermediate_Dir "StaticDebug\scxml" 11440!ENDIF 11441# End Source File 11442# Begin Source File 11443 11444SOURCE=..\..\src\scxml\ScXMLElt.cpp 11445!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11446# PROP Intermediate_Dir "Release\scxml" 11447!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11448# PROP Intermediate_Dir "Debug\scxml" 11449!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11450# PROP Intermediate_Dir "StaticRelease\scxml" 11451!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11452# PROP Intermediate_Dir "StaticDebug\scxml" 11453!ENDIF 11454# End Source File 11455# Begin Source File 11456 11457SOURCE=..\..\src\scxml\ScXMLScxmlElt.cpp 11458!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11459# PROP Intermediate_Dir "Release\scxml" 11460!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11461# PROP Intermediate_Dir "Debug\scxml" 11462!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11463# PROP Intermediate_Dir "StaticRelease\scxml" 11464!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11465# PROP Intermediate_Dir "StaticDebug\scxml" 11466!ENDIF 11467# End Source File 11468# Begin Source File 11469 11470SOURCE=..\..\src\scxml\ScXMLInitialElt.cpp 11471!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11472# PROP Intermediate_Dir "Release\scxml" 11473!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11474# PROP Intermediate_Dir "Debug\scxml" 11475!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11476# PROP Intermediate_Dir "StaticRelease\scxml" 11477!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11478# PROP Intermediate_Dir "StaticDebug\scxml" 11479!ENDIF 11480# End Source File 11481# Begin Source File 11482 11483SOURCE=..\..\src\scxml\ScXMLAbstractStateElt.cpp 11484!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11485# PROP Intermediate_Dir "Release\scxml" 11486!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11487# PROP Intermediate_Dir "Debug\scxml" 11488!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11489# PROP Intermediate_Dir "StaticRelease\scxml" 11490!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11491# PROP Intermediate_Dir "StaticDebug\scxml" 11492!ENDIF 11493# End Source File 11494# Begin Source File 11495 11496SOURCE=..\..\src\scxml\ScXMLStateElt.cpp 11497!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11498# PROP Intermediate_Dir "Release\scxml" 11499!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11500# PROP Intermediate_Dir "Debug\scxml" 11501!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11502# PROP Intermediate_Dir "StaticRelease\scxml" 11503!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11504# PROP Intermediate_Dir "StaticDebug\scxml" 11505!ENDIF 11506# End Source File 11507# Begin Source File 11508 11509SOURCE=..\..\src\scxml\ScXMLParallelElt.cpp 11510!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11511# PROP Intermediate_Dir "Release\scxml" 11512!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11513# PROP Intermediate_Dir "Debug\scxml" 11514!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11515# PROP Intermediate_Dir "StaticRelease\scxml" 11516!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11517# PROP Intermediate_Dir "StaticDebug\scxml" 11518!ENDIF 11519# End Source File 11520# Begin Source File 11521 11522SOURCE=..\..\src\scxml\ScXMLFinalElt.cpp 11523!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11524# PROP Intermediate_Dir "Release\scxml" 11525!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11526# PROP Intermediate_Dir "Debug\scxml" 11527!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11528# PROP Intermediate_Dir "StaticRelease\scxml" 11529!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11530# PROP Intermediate_Dir "StaticDebug\scxml" 11531!ENDIF 11532# End Source File 11533# Begin Source File 11534 11535SOURCE=..\..\src\scxml\ScXMLOnEntryElt.cpp 11536!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11537# PROP Intermediate_Dir "Release\scxml" 11538!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11539# PROP Intermediate_Dir "Debug\scxml" 11540!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11541# PROP Intermediate_Dir "StaticRelease\scxml" 11542!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11543# PROP Intermediate_Dir "StaticDebug\scxml" 11544!ENDIF 11545# End Source File 11546# Begin Source File 11547 11548SOURCE=..\..\src\scxml\ScXMLOnExitElt.cpp 11549!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11550# PROP Intermediate_Dir "Release\scxml" 11551!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11552# PROP Intermediate_Dir "Debug\scxml" 11553!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11554# PROP Intermediate_Dir "StaticRelease\scxml" 11555!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11556# PROP Intermediate_Dir "StaticDebug\scxml" 11557!ENDIF 11558# End Source File 11559# Begin Source File 11560 11561SOURCE=..\..\src\scxml\ScXMLTransitionElt.cpp 11562!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11563# PROP Intermediate_Dir "Release\scxml" 11564!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11565# PROP Intermediate_Dir "Debug\scxml" 11566!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11567# PROP Intermediate_Dir "StaticRelease\scxml" 11568!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11569# PROP Intermediate_Dir "StaticDebug\scxml" 11570!ENDIF 11571# End Source File 11572# Begin Source File 11573 11574SOURCE=..\..\src\scxml\ScXMLHistoryElt.cpp 11575!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11576# PROP Intermediate_Dir "Release\scxml" 11577!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11578# PROP Intermediate_Dir "Debug\scxml" 11579!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11580# PROP Intermediate_Dir "StaticRelease\scxml" 11581!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11582# PROP Intermediate_Dir "StaticDebug\scxml" 11583!ENDIF 11584# End Source File 11585# Begin Source File 11586 11587SOURCE=..\..\src\scxml\ScXMLExecutableElt.cpp 11588!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11589# PROP Intermediate_Dir "Release\scxml" 11590!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11591# PROP Intermediate_Dir "Debug\scxml" 11592!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11593# PROP Intermediate_Dir "StaticRelease\scxml" 11594!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11595# PROP Intermediate_Dir "StaticDebug\scxml" 11596!ENDIF 11597# End Source File 11598# Begin Source File 11599 11600SOURCE=..\..\src\scxml\ScXMLEventElt.cpp 11601!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11602# PROP Intermediate_Dir "Release\scxml" 11603!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11604# PROP Intermediate_Dir "Debug\scxml" 11605!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11606# PROP Intermediate_Dir "StaticRelease\scxml" 11607!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11608# PROP Intermediate_Dir "StaticDebug\scxml" 11609!ENDIF 11610# End Source File 11611# Begin Source File 11612 11613SOURCE=..\..\src\scxml\ScXMLIfElt.cpp 11614!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11615# PROP Intermediate_Dir "Release\scxml" 11616!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11617# PROP Intermediate_Dir "Debug\scxml" 11618!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11619# PROP Intermediate_Dir "StaticRelease\scxml" 11620!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11621# PROP Intermediate_Dir "StaticDebug\scxml" 11622!ENDIF 11623# End Source File 11624# Begin Source File 11625 11626SOURCE=..\..\src\scxml\ScXMLElseIfElt.cpp 11627!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11628# PROP Intermediate_Dir "Release\scxml" 11629!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11630# PROP Intermediate_Dir "Debug\scxml" 11631!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11632# PROP Intermediate_Dir "StaticRelease\scxml" 11633!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11634# PROP Intermediate_Dir "StaticDebug\scxml" 11635!ENDIF 11636# End Source File 11637# Begin Source File 11638 11639SOURCE=..\..\src\scxml\ScXMLElseElt.cpp 11640!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11641# PROP Intermediate_Dir "Release\scxml" 11642!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11643# PROP Intermediate_Dir "Debug\scxml" 11644!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11645# PROP Intermediate_Dir "StaticRelease\scxml" 11646!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11647# PROP Intermediate_Dir "StaticDebug\scxml" 11648!ENDIF 11649# End Source File 11650# Begin Source File 11651 11652SOURCE=..\..\src\scxml\ScXMLLogElt.cpp 11653!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11654# PROP Intermediate_Dir "Release\scxml" 11655!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11656# PROP Intermediate_Dir "Debug\scxml" 11657!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11658# PROP Intermediate_Dir "StaticRelease\scxml" 11659!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11660# PROP Intermediate_Dir "StaticDebug\scxml" 11661!ENDIF 11662# End Source File 11663# Begin Source File 11664 11665SOURCE=..\..\src\scxml\ScXMLDataModelElt.cpp 11666!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11667# PROP Intermediate_Dir "Release\scxml" 11668!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11669# PROP Intermediate_Dir "Debug\scxml" 11670!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11671# PROP Intermediate_Dir "StaticRelease\scxml" 11672!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11673# PROP Intermediate_Dir "StaticDebug\scxml" 11674!ENDIF 11675# End Source File 11676# Begin Source File 11677 11678SOURCE=..\..\src\scxml\ScXMLDataElt.cpp 11679!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11680# PROP Intermediate_Dir "Release\scxml" 11681!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11682# PROP Intermediate_Dir "Debug\scxml" 11683!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11684# PROP Intermediate_Dir "StaticRelease\scxml" 11685!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11686# PROP Intermediate_Dir "StaticDebug\scxml" 11687!ENDIF 11688# End Source File 11689# Begin Source File 11690 11691SOURCE=..\..\src\scxml\ScXMLAssignElt.cpp 11692!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11693# PROP Intermediate_Dir "Release\scxml" 11694!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11695# PROP Intermediate_Dir "Debug\scxml" 11696!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11697# PROP Intermediate_Dir "StaticRelease\scxml" 11698!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11699# PROP Intermediate_Dir "StaticDebug\scxml" 11700!ENDIF 11701# End Source File 11702# Begin Source File 11703 11704SOURCE=..\..\src\scxml\ScXMLValidateElt.cpp 11705!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11706# PROP Intermediate_Dir "Release\scxml" 11707!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11708# PROP Intermediate_Dir "Debug\scxml" 11709!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11710# PROP Intermediate_Dir "StaticRelease\scxml" 11711!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11712# PROP Intermediate_Dir "StaticDebug\scxml" 11713!ENDIF 11714# End Source File 11715# Begin Source File 11716 11717SOURCE=..\..\src\scxml\ScXMLSendElt.cpp 11718!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11719# PROP Intermediate_Dir "Release\scxml" 11720!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11721# PROP Intermediate_Dir "Debug\scxml" 11722!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11723# PROP Intermediate_Dir "StaticRelease\scxml" 11724!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11725# PROP Intermediate_Dir "StaticDebug\scxml" 11726!ENDIF 11727# End Source File 11728# Begin Source File 11729 11730SOURCE=..\..\src\scxml\ScXMLInvokeElt.cpp 11731!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11732# PROP Intermediate_Dir "Release\scxml" 11733!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11734# PROP Intermediate_Dir "Debug\scxml" 11735!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11736# PROP Intermediate_Dir "StaticRelease\scxml" 11737!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11738# PROP Intermediate_Dir "StaticDebug\scxml" 11739!ENDIF 11740# End Source File 11741# Begin Source File 11742 11743SOURCE=..\..\src\scxml\ScXMLParamElt.cpp 11744!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11745# PROP Intermediate_Dir "Release\scxml" 11746!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11747# PROP Intermediate_Dir "Debug\scxml" 11748!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11749# PROP Intermediate_Dir "StaticRelease\scxml" 11750!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11751# PROP Intermediate_Dir "StaticDebug\scxml" 11752!ENDIF 11753# End Source File 11754# Begin Source File 11755 11756SOURCE=..\..\src\scxml\ScXMLFinalizeElt.cpp 11757!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11758# PROP Intermediate_Dir "Release\scxml" 11759!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11760# PROP Intermediate_Dir "Debug\scxml" 11761!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11762# PROP Intermediate_Dir "StaticRelease\scxml" 11763!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11764# PROP Intermediate_Dir "StaticDebug\scxml" 11765!ENDIF 11766# End Source File 11767# Begin Source File 11768 11769SOURCE=..\..\src\scxml\ScXMLContentElt.cpp 11770!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11771# PROP Intermediate_Dir "Release\scxml" 11772!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11773# PROP Intermediate_Dir "Debug\scxml" 11774!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11775# PROP Intermediate_Dir "StaticRelease\scxml" 11776!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11777# PROP Intermediate_Dir "StaticDebug\scxml" 11778!ENDIF 11779# End Source File 11780# Begin Source File 11781 11782SOURCE=..\..\src\scxml\ScXMLAnchorElt.cpp 11783!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11784# PROP Intermediate_Dir "Release\scxml" 11785!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11786# PROP Intermediate_Dir "Debug\scxml" 11787!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11788# PROP Intermediate_Dir "StaticRelease\scxml" 11789!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11790# PROP Intermediate_Dir "StaticDebug\scxml" 11791!ENDIF 11792# End Source File 11793# Begin Source File 11794 11795SOURCE=..\..\src\scxml\ScXMLScriptElt.cpp 11796!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11797# PROP Intermediate_Dir "Release\scxml" 11798!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11799# PROP Intermediate_Dir "Debug\scxml" 11800!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11801# PROP Intermediate_Dir "StaticRelease\scxml" 11802!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11803# PROP Intermediate_Dir "StaticDebug\scxml" 11804!ENDIF 11805# End Source File 11806# Begin Source File 11807 11808SOURCE=..\..\src\scxml\ScXMLEvaluator.cpp 11809!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11810# PROP Intermediate_Dir "Release\scxml" 11811!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11812# PROP Intermediate_Dir "Debug\scxml" 11813!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11814# PROP Intermediate_Dir "StaticRelease\scxml" 11815!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11816# PROP Intermediate_Dir "StaticDebug\scxml" 11817!ENDIF 11818# End Source File 11819# Begin Source File 11820 11821SOURCE=..\..\src\scxml\ScXMLMinimumEvaluator.cpp 11822!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11823# PROP Intermediate_Dir "Release\scxml" 11824!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11825# PROP Intermediate_Dir "Debug\scxml" 11826!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11827# PROP Intermediate_Dir "StaticRelease\scxml" 11828!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11829# PROP Intermediate_Dir "StaticDebug\scxml" 11830!ENDIF 11831# End Source File 11832# Begin Source File 11833 11834SOURCE=..\..\src\scxml\eval-minimum.cpp 11835!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11836# PROP Intermediate_Dir "Release\scxml" 11837!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11838# PROP Intermediate_Dir "Debug\scxml" 11839!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11840# PROP Intermediate_Dir "StaticRelease\scxml" 11841!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11842# PROP Intermediate_Dir "StaticDebug\scxml" 11843!ENDIF 11844# End Source File 11845# Begin Source File 11846 11847SOURCE=..\..\src\scxml\eval-minimum-tab.cpp 11848!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11849# PROP Intermediate_Dir "Release\scxml" 11850!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11851# PROP Intermediate_Dir "Debug\scxml" 11852!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11853# PROP Intermediate_Dir "StaticRelease\scxml" 11854!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11855# PROP Intermediate_Dir "StaticDebug\scxml" 11856!ENDIF 11857# End Source File 11858# Begin Source File 11859 11860SOURCE=..\..\src\scxml\ScXMLXPathEvaluator.cpp 11861!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11862# PROP Intermediate_Dir "Release\scxml" 11863!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11864# PROP Intermediate_Dir "Debug\scxml" 11865!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11866# PROP Intermediate_Dir "StaticRelease\scxml" 11867!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11868# PROP Intermediate_Dir "StaticDebug\scxml" 11869!ENDIF 11870# End Source File 11871# Begin Source File 11872 11873SOURCE=..\..\src\scxml\ScXMLECMAScriptEvaluator.cpp 11874!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11875# PROP Intermediate_Dir "Release\scxml" 11876!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11877# PROP Intermediate_Dir "Debug\scxml" 11878!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11879# PROP Intermediate_Dir "StaticRelease\scxml" 11880!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11881# PROP Intermediate_Dir "StaticDebug\scxml" 11882!ENDIF 11883# End Source File 11884# End Group 11885# Begin Group "soscxml sources" 11886# PROP Default_Filter "c;cpp;ic;icc;h" 11887# Begin Source File 11888 11889SOURCE=..\..\src\soscxml\ScXMLCoinEvaluator.cpp 11890!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11891# PROP Intermediate_Dir "Release\soscxml" 11892!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11893# PROP Intermediate_Dir "Debug\soscxml" 11894!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11895# PROP Intermediate_Dir "StaticRelease\soscxml" 11896!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11897# PROP Intermediate_Dir "StaticDebug\soscxml" 11898!ENDIF 11899# End Source File 11900# Begin Source File 11901 11902SOURCE=..\..\src\soscxml\SoScXMLEvent.cpp 11903!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11904# PROP Intermediate_Dir "Release\soscxml" 11905!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11906# PROP Intermediate_Dir "Debug\soscxml" 11907!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11908# PROP Intermediate_Dir "StaticRelease\soscxml" 11909!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11910# PROP Intermediate_Dir "StaticDebug\soscxml" 11911!ENDIF 11912# End Source File 11913# Begin Source File 11914 11915SOURCE=..\..\src\soscxml\SoScXMLStateMachine.cpp 11916!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11917# PROP Intermediate_Dir "Release\soscxml" 11918!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11919# PROP Intermediate_Dir "Debug\soscxml" 11920!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11921# PROP Intermediate_Dir "StaticRelease\soscxml" 11922!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11923# PROP Intermediate_Dir "StaticDebug\soscxml" 11924!ENDIF 11925# End Source File 11926# Begin Source File 11927 11928SOURCE=..\..\src\soscxml\eval-coin-tab.cpp 11929!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11930# PROP Intermediate_Dir "Release\soscxml" 11931!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11932# PROP Intermediate_Dir "Debug\soscxml" 11933!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11934# PROP Intermediate_Dir "StaticRelease\soscxml" 11935!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11936# PROP Intermediate_Dir "StaticDebug\soscxml" 11937!ENDIF 11938# End Source File 11939# Begin Source File 11940 11941SOURCE=..\..\src\soscxml\eval-coin.cpp 11942!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11943# PROP Intermediate_Dir "Release\soscxml" 11944!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11945# PROP Intermediate_Dir "Debug\soscxml" 11946!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11947# PROP Intermediate_Dir "StaticRelease\soscxml" 11948!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11949# PROP Intermediate_Dir "StaticDebug\soscxml" 11950!ENDIF 11951# End Source File 11952# End Group 11953# Begin Source File 11954 11955SOURCE=..\..\src\tidbits.cpp 11956!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11957# PROP Intermediate_Dir "Release" 11958!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11959# PROP Intermediate_Dir "Debug" 11960!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11961# PROP Intermediate_Dir "StaticRelease" 11962!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11963# PROP Intermediate_Dir "StaticDebug" 11964!ENDIF 11965# End Source File 11966# Begin Group "share/gl sources" 11967# PROP Default_Filter "c;cpp;ic;icc;h" 11968# Begin Source File 11969 11970SOURCE=..\..\src\share\gl\CoinGLPerformance.cpp 11971!IF "$(CFG)" == "coin4 - Win32 DLL (Release)" 11972# PROP Intermediate_Dir "Release\share\gl" 11973!ELSEIF "$(CFG)" == "coin4 - Win32 DLL (Debug)" 11974# PROP Intermediate_Dir "Debug\share\gl" 11975!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Release)" 11976# PROP Intermediate_Dir "StaticRelease\share\gl" 11977!ELSEIF "$(CFG)" == "coin4 - Win32 LIB (Debug)" 11978# PROP Intermediate_Dir "StaticDebug\share\gl" 11979!ENDIF 11980# End Source File 11981# End Group 11982# End Group 11983# Begin Group "Public Headers" 11984 11985# PROP Default_Filter "h;ic;icc" 11986# Begin Group "Inventor\C\XML headers" 11987# Set Default_Filter "h" 11988# Begin Source File 11989 11990SOURCE=..\..\include\Inventor\C\XML\attribute.h 11991# End Source File 11992# Begin Source File 11993 11994SOURCE=..\..\include\Inventor\C\XML\document.h 11995# End Source File 11996# Begin Source File 11997 11998SOURCE=..\..\include\Inventor\C\XML\element.h 11999# End Source File 12000# Begin Source File 12001 12002SOURCE=..\..\include\Inventor\C\XML\entity.h 12003# End Source File 12004# Begin Source File 12005 12006SOURCE=..\..\include\Inventor\C\XML\path.h 12007# End Source File 12008# Begin Source File 12009 12010SOURCE=..\..\include\Inventor\C\XML\types.h 12011# End Source File 12012# Begin Source File 12013 12014SOURCE=..\..\include\Inventor\C\XML\parser.h 12015# End Source File 12016# Begin Source File 12017 12018SOURCE=..\..\include\Inventor\C\XML\world.h 12019# End Source File 12020# End Group 12021# Begin Group "Inventor\C\base headers" 12022# Set Default_Filter "h" 12023# Begin Source File 12024 12025SOURCE=..\..\include\Inventor\C\base\hash.h 12026# End Source File 12027# Begin Source File 12028 12029SOURCE=..\..\include\Inventor\C\base\heap.h 12030# End Source File 12031# Begin Source File 12032 12033SOURCE=..\..\include\Inventor\C\base\memalloc.h 12034# End Source File 12035# Begin Source File 12036 12037SOURCE=..\..\include\Inventor\C\base\rbptree.h 12038# End Source File 12039# Begin Source File 12040 12041SOURCE=..\..\include\Inventor\C\base\time.h 12042# End Source File 12043# Begin Source File 12044 12045SOURCE=..\..\include\Inventor\C\base\string.h 12046# End Source File 12047# Begin Source File 12048 12049SOURCE=..\..\include\Inventor\C\base\list.h 12050# End Source File 12051# End Group 12052# Begin Group "Inventor\C\errors headers" 12053# Set Default_Filter "h" 12054# Begin Source File 12055 12056SOURCE=..\..\include\Inventor\C\errors\error.h 12057# End Source File 12058# Begin Source File 12059 12060SOURCE=..\..\include\Inventor\C\errors\debugerror.h 12061# End Source File 12062# End Group 12063# Begin Group "Inventor\C\glue headers" 12064# Set Default_Filter "h" 12065# Begin Source File 12066 12067SOURCE=..\..\include\Inventor\C\glue\gl.h 12068# End Source File 12069# Begin Source File 12070 12071SOURCE=..\..\include\Inventor\C\glue\dl.h 12072# End Source File 12073# Begin Source File 12074 12075SOURCE=..\..\include\Inventor\C\glue\spidermonkey.h 12076# End Source File 12077# End Group 12078# Begin Group "Inventor\C\threads headers" 12079# Set Default_Filter "h" 12080# Begin Source File 12081 12082SOURCE=..\..\include\Inventor\C\threads\common.h 12083# End Source File 12084# Begin Source File 12085 12086SOURCE=..\..\include\Inventor\C\threads\thread.h 12087# End Source File 12088# Begin Source File 12089 12090SOURCE=..\..\include\Inventor\C\threads\mutex.h 12091# End Source File 12092# Begin Source File 12093 12094SOURCE=..\..\include\Inventor\C\threads\condvar.h 12095# End Source File 12096# Begin Source File 12097 12098SOURCE=..\..\include\Inventor\C\threads\recmutex.h 12099# End Source File 12100# Begin Source File 12101 12102SOURCE=..\..\include\Inventor\C\threads\rwmutex.h 12103# End Source File 12104# Begin Source File 12105 12106SOURCE=..\..\include\Inventor\C\threads\storage.h 12107# End Source File 12108# Begin Source File 12109 12110SOURCE=..\..\include\Inventor\C\threads\worker.h 12111# End Source File 12112# Begin Source File 12113 12114SOURCE=..\..\include\Inventor\C\threads\wpool.h 12115# End Source File 12116# Begin Source File 12117 12118SOURCE=..\..\include\Inventor\C\threads\sched.h 12119# End Source File 12120# Begin Source File 12121 12122SOURCE=..\..\include\Inventor\C\threads\sync.h 12123# End Source File 12124# Begin Source File 12125 12126SOURCE=..\..\include\Inventor\C\threads\fifo.h 12127# End Source File 12128# Begin Source File 12129 12130SOURCE=..\..\include\Inventor\C\threads\barrier.h 12131# End Source File 12132# End Group 12133# Begin Group "Inventor\C headers" 12134# Set Default_Filter "h" 12135# Begin Source File 12136 12137SOURCE=include\Inventor\C\basic.h 12138# End Source File 12139# Begin Source File 12140 12141SOURCE=..\..\include\Inventor\C\tidbits.h 12142# End Source File 12143# End Group 12144# Begin Group "Inventor\VRMLnodes headers" 12145# Set Default_Filter "h" 12146# Begin Source File 12147 12148SOURCE=..\..\include\Inventor\VRMLnodes\SoVRML.h 12149# End Source File 12150# Begin Source File 12151 12152SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLAnchor.h 12153# End Source File 12154# Begin Source File 12155 12156SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLAppearance.h 12157# End Source File 12158# Begin Source File 12159 12160SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLAudioClip.h 12161# End Source File 12162# Begin Source File 12163 12164SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLBackground.h 12165# End Source File 12166# Begin Source File 12167 12168SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLBillboard.h 12169# End Source File 12170# Begin Source File 12171 12172SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLBox.h 12173# End Source File 12174# Begin Source File 12175 12176SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLCollision.h 12177# End Source File 12178# Begin Source File 12179 12180SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLColor.h 12181# End Source File 12182# Begin Source File 12183 12184SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLColorInterpolator.h 12185# End Source File 12186# Begin Source File 12187 12188SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLCone.h 12189# End Source File 12190# Begin Source File 12191 12192SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLCoordinate.h 12193# End Source File 12194# Begin Source File 12195 12196SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLCoordinateInterpolator.h 12197# End Source File 12198# Begin Source File 12199 12200SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLCylinder.h 12201# End Source File 12202# Begin Source File 12203 12204SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLCylinderSensor.h 12205# End Source File 12206# Begin Source File 12207 12208SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLDirectionalLight.h 12209# End Source File 12210# Begin Source File 12211 12212SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLDragSensor.h 12213# End Source File 12214# Begin Source File 12215 12216SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLElevationGrid.h 12217# End Source File 12218# Begin Source File 12219 12220SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLExtrusion.h 12221# End Source File 12222# Begin Source File 12223 12224SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLFog.h 12225# End Source File 12226# Begin Source File 12227 12228SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLFontStyle.h 12229# End Source File 12230# Begin Source File 12231 12232SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLGeometry.h 12233# End Source File 12234# Begin Source File 12235 12236SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLGroup.h 12237# End Source File 12238# Begin Source File 12239 12240SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLImageTexture.h 12241# End Source File 12242# Begin Source File 12243 12244SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLIndexedFaceSet.h 12245# End Source File 12246# Begin Source File 12247 12248SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLIndexedLine.h 12249# End Source File 12250# Begin Source File 12251 12252SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLIndexedLineSet.h 12253# End Source File 12254# Begin Source File 12255 12256SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLIndexedShape.h 12257# End Source File 12258# Begin Source File 12259 12260SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLInline.h 12261# End Source File 12262# Begin Source File 12263 12264SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLInterpolator.h 12265# End Source File 12266# Begin Source File 12267 12268SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLLOD.h 12269# End Source File 12270# Begin Source File 12271 12272SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLLight.h 12273# End Source File 12274# Begin Source File 12275 12276SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLMacros.h 12277# End Source File 12278# Begin Source File 12279 12280SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLMaterial.h 12281# End Source File 12282# Begin Source File 12283 12284SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLMovieTexture.h 12285# End Source File 12286# Begin Source File 12287 12288SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLNavigationInfo.h 12289# End Source File 12290# Begin Source File 12291 12292SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLNodes.h 12293# End Source File 12294# Begin Source File 12295 12296SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLNormal.h 12297# End Source File 12298# Begin Source File 12299 12300SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLNormalInterpolator.h 12301# End Source File 12302# Begin Source File 12303 12304SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLOrientationInterpolator.h 12305# End Source File 12306# Begin Source File 12307 12308SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLParent.h 12309# End Source File 12310# Begin Source File 12311 12312SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLPixelTexture.h 12313# End Source File 12314# Begin Source File 12315 12316SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLPlaneSensor.h 12317# End Source File 12318# Begin Source File 12319 12320SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLPointLight.h 12321# End Source File 12322# Begin Source File 12323 12324SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLPointSet.h 12325# End Source File 12326# Begin Source File 12327 12328SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLPositionInterpolator.h 12329# End Source File 12330# Begin Source File 12331 12332SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLProximitySensor.h 12333# End Source File 12334# Begin Source File 12335 12336SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLScalarInterpolator.h 12337# End Source File 12338# Begin Source File 12339 12340SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLScript.h 12341# End Source File 12342# Begin Source File 12343 12344SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLSensor.h 12345# End Source File 12346# Begin Source File 12347 12348SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLShape.h 12349# End Source File 12350# Begin Source File 12351 12352SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLSound.h 12353# End Source File 12354# Begin Source File 12355 12356SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLSphere.h 12357# End Source File 12358# Begin Source File 12359 12360SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLSphereSensor.h 12361# End Source File 12362# Begin Source File 12363 12364SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLSpotLight.h 12365# End Source File 12366# Begin Source File 12367 12368SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLSubInterpolator.h 12369# End Source File 12370# Begin Source File 12371 12372SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLSwitch.h 12373# End Source File 12374# Begin Source File 12375 12376SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLText.h 12377# End Source File 12378# Begin Source File 12379 12380SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLTexture.h 12381# End Source File 12382# Begin Source File 12383 12384SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLTextureCoordinate.h 12385# End Source File 12386# Begin Source File 12387 12388SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLTextureTransform.h 12389# End Source File 12390# Begin Source File 12391 12392SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLTimeSensor.h 12393# End Source File 12394# Begin Source File 12395 12396SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLTouchSensor.h 12397# End Source File 12398# Begin Source File 12399 12400SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLTransform.h 12401# End Source File 12402# Begin Source File 12403 12404SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLVertexLine.h 12405# End Source File 12406# Begin Source File 12407 12408SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLVertexPoint.h 12409# End Source File 12410# Begin Source File 12411 12412SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLVertexShape.h 12413# End Source File 12414# Begin Source File 12415 12416SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLViewpoint.h 12417# End Source File 12418# Begin Source File 12419 12420SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLVisibilitySensor.h 12421# End Source File 12422# Begin Source File 12423 12424SOURCE=..\..\include\Inventor\VRMLnodes\SoVRMLWorldInfo.h 12425# End Source File 12426# End Group 12427# Begin Group "Inventor\actions headers" 12428# Set Default_Filter "h" 12429# Begin Source File 12430 12431SOURCE=..\..\include\Inventor\actions\SoSubAction.h 12432# End Source File 12433# Begin Source File 12434 12435SOURCE=..\..\include\Inventor\actions\SoActions.h 12436# End Source File 12437# Begin Source File 12438 12439SOURCE=..\..\include\Inventor\actions\SoAction.h 12440# End Source File 12441# Begin Source File 12442 12443SOURCE=..\..\include\Inventor\actions\SoBoxHighlightRenderAction.h 12444# End Source File 12445# Begin Source File 12446 12447SOURCE=..\..\include\Inventor\actions\SoCallbackAction.h 12448# End Source File 12449# Begin Source File 12450 12451SOURCE=..\..\include\Inventor\actions\SoGLRenderAction.h 12452# End Source File 12453# Begin Source File 12454 12455SOURCE=..\..\include\Inventor\actions\SoGetBoundingBoxAction.h 12456# End Source File 12457# Begin Source File 12458 12459SOURCE=..\..\include\Inventor\actions\SoGetMatrixAction.h 12460# End Source File 12461# Begin Source File 12462 12463SOURCE=..\..\include\Inventor\actions\SoGetPrimitiveCountAction.h 12464# End Source File 12465# Begin Source File 12466 12467SOURCE=..\..\include\Inventor\actions\SoHandleEventAction.h 12468# End Source File 12469# Begin Source File 12470 12471SOURCE=..\..\include\Inventor\actions\SoLineHighlightRenderAction.h 12472# End Source File 12473# Begin Source File 12474 12475SOURCE=..\..\include\Inventor\actions\SoPickAction.h 12476# End Source File 12477# Begin Source File 12478 12479SOURCE=..\..\include\Inventor\actions\SoRayPickAction.h 12480# End Source File 12481# Begin Source File 12482 12483SOURCE=..\..\include\Inventor\actions\SoReorganizeAction.h 12484# End Source File 12485# Begin Source File 12486 12487SOURCE=..\..\include\Inventor\actions\SoSearchAction.h 12488# End Source File 12489# Begin Source File 12490 12491SOURCE=..\..\include\Inventor\actions\SoSimplifyAction.h 12492# End Source File 12493# Begin Source File 12494 12495SOURCE=..\..\include\Inventor\actions\SoToVRMLAction.h 12496# End Source File 12497# Begin Source File 12498 12499SOURCE=..\..\include\Inventor\actions\SoToVRML2Action.h 12500# End Source File 12501# Begin Source File 12502 12503SOURCE=..\..\include\Inventor\actions\SoWriteAction.h 12504# End Source File 12505# Begin Source File 12506 12507SOURCE=..\..\include\Inventor\actions\SoAudioRenderAction.h 12508# End Source File 12509# End Group 12510# Begin Group "HardCopy headers" 12511# Set Default_Filter "h" 12512# Begin Source File 12513 12514SOURCE=..\..\include\Inventor\annex\HardCopy\SoHardCopy.h 12515# End Source File 12516# Begin Source File 12517 12518SOURCE=..\..\include\Inventor\annex\HardCopy\SoPSVectorOutput.h 12519# End Source File 12520# Begin Source File 12521 12522SOURCE=..\..\include\Inventor\annex\HardCopy\SoVectorOutput.h 12523# End Source File 12524# Begin Source File 12525 12526SOURCE=..\..\include\Inventor\annex\HardCopy\SoVectorizeAction.h 12527# End Source File 12528# Begin Source File 12529 12530SOURCE=..\..\include\Inventor\annex\HardCopy\SoVectorizePSAction.h 12531# End Source File 12532# End Group 12533# Begin Group "ForeignFiles headers" 12534# Set Default_Filter "h" 12535# Begin Source File 12536 12537SOURCE=..\..\include\Inventor\annex\ForeignFiles\SoForeignFileKit.h 12538# End Source File 12539# Begin Source File 12540 12541SOURCE=..\..\include\Inventor\annex\ForeignFiles\SoSTLFileKit.h 12542# End Source File 12543# End Group 12544# Begin Group "FXViz\nodes headers" 12545# Set Default_Filter "h" 12546# Begin Source File 12547 12548SOURCE=..\..\include\Inventor\annex\FXViz\nodes\SoShadowGroup.h 12549# End Source File 12550# Begin Source File 12551 12552SOURCE=..\..\include\Inventor\annex\FXViz\nodes\SoShadowStyle.h 12553# End Source File 12554# Begin Source File 12555 12556SOURCE=..\..\include\Inventor\annex\FXViz\nodes\SoShadowDirectionalLight.h 12557# End Source File 12558# Begin Source File 12559 12560SOURCE=..\..\include\Inventor\annex\FXViz\nodes\SoShadowSpotLight.h 12561# End Source File 12562# Begin Source File 12563 12564SOURCE=..\..\include\Inventor\annex\FXViz\nodes\SoShadowCulling.h 12565# End Source File 12566# End Group 12567# Begin Group "FXViz\elements headers" 12568# Set Default_Filter "h" 12569# Begin Source File 12570 12571SOURCE=..\..\include\Inventor\annex\FXViz\elements\SoShadowStyleElement.h 12572# End Source File 12573# Begin Source File 12574 12575SOURCE=..\..\include\Inventor\annex\FXViz\elements\SoGLShadowCullingElement.h 12576# End Source File 12577# End Group 12578# Begin Group "Profiler\nodes headers" 12579# Set Default_Filter "h" 12580# Begin Source File 12581 12582SOURCE=..\..\include\Inventor\annex\Profiler\nodes\SoProfilerStats.h 12583# End Source File 12584# End Group 12585# Begin Group "Profiler\elements headers" 12586# Set Default_Filter "h" 12587# Begin Source File 12588 12589SOURCE=..\..\include\Inventor\annex\Profiler\elements\SoProfilerElement.h 12590# End Source File 12591# End Group 12592# Begin Group "Profiler\nodekits headers" 12593# Set Default_Filter "h" 12594# Begin Source File 12595 12596SOURCE=..\..\include\Inventor\annex\Profiler\nodekits\SoNodeVisualize.h 12597# End Source File 12598# Begin Source File 12599 12600SOURCE=..\..\include\Inventor\annex\Profiler\nodekits\SoProfilerOverlayKit.h 12601# End Source File 12602# Begin Source File 12603 12604SOURCE=..\..\include\Inventor\annex\Profiler\nodekits\SoProfilerTopKit.h 12605# End Source File 12606# Begin Source File 12607 12608SOURCE=..\..\include\Inventor\annex\Profiler\nodekits\SoScrollingGraphKit.h 12609# End Source File 12610# Begin Source File 12611 12612SOURCE=..\..\include\Inventor\annex\Profiler\nodekits\SoProfilerVisualizeKit.h 12613# End Source File 12614# End Group 12615# Begin Group "Profiler\engines headers" 12616# Set Default_Filter "h" 12617# Begin Source File 12618 12619SOURCE=..\..\include\Inventor\annex\Profiler\engines\SoProfilerTopEngine.h 12620# End Source File 12621# End Group 12622# Begin Group "Profiler\utils headers" 12623# Set Default_Filter "h" 12624# Begin Source File 12625 12626SOURCE=..\..\include\Inventor\annex\Profiler\utils\SoProfilingReportGenerator.h 12627# End Source File 12628# End Group 12629# Begin Group "Profiler headers" 12630# Set Default_Filter "h" 12631# Begin Source File 12632 12633SOURCE=..\..\include\Inventor\annex\Profiler\SbProfilingData.h 12634# End Source File 12635# Begin Source File 12636 12637SOURCE=..\..\include\Inventor\annex\Profiler\SoProfiler.h 12638# End Source File 12639# End Group 12640# Begin Group "Inventor\bundles headers" 12641# Set Default_Filter "h" 12642# Begin Source File 12643 12644SOURCE=..\..\include\Inventor\bundles\SoBundle.h 12645# End Source File 12646# Begin Source File 12647 12648SOURCE=..\..\include\Inventor\bundles\SoMaterialBundle.h 12649# End Source File 12650# Begin Source File 12651 12652SOURCE=..\..\include\Inventor\bundles\SoNormalBundle.h 12653# End Source File 12654# Begin Source File 12655 12656SOURCE=..\..\include\Inventor\bundles\SoVertexAttributeBundle.h 12657# End Source File 12658# Begin Source File 12659 12660SOURCE=..\..\include\Inventor\bundles\SoTextureCoordinateBundle.h 12661# End Source File 12662# End Group 12663# Begin Group "Inventor\caches headers" 12664# Set Default_Filter "h" 12665# Begin Source File 12666 12667SOURCE=..\..\include\Inventor\caches\SoBoundingBoxCache.h 12668# End Source File 12669# Begin Source File 12670 12671SOURCE=..\..\include\Inventor\caches\SoCache.h 12672# End Source File 12673# Begin Source File 12674 12675SOURCE=..\..\include\Inventor\caches\SoConvexDataCache.h 12676# End Source File 12677# Begin Source File 12678 12679SOURCE=..\..\include\Inventor\caches\SoGLCacheList.h 12680# End Source File 12681# Begin Source File 12682 12683SOURCE=..\..\include\Inventor\caches\SoGLRenderCache.h 12684# End Source File 12685# Begin Source File 12686 12687SOURCE=..\..\include\Inventor\caches\SoNormalCache.h 12688# End Source File 12689# Begin Source File 12690 12691SOURCE=..\..\include\Inventor\caches\SoPrimitiveVertexCache.h 12692# End Source File 12693# Begin Source File 12694 12695SOURCE=..\..\include\Inventor\caches\SoTextureCoordinateCache.h 12696# End Source File 12697# End Group 12698# Begin Group "Inventor\collision headers" 12699# Set Default_Filter "h" 12700# Begin Source File 12701 12702SOURCE=..\..\include\Inventor\collision\SoIntersectionDetectionAction.h 12703# End Source File 12704# End Group 12705# Begin Group "Inventor\details headers" 12706# Set Default_Filter "h" 12707# Begin Source File 12708 12709SOURCE=..\..\include\Inventor\details\SoSubDetail.h 12710# End Source File 12711# Begin Source File 12712 12713SOURCE=..\..\include\Inventor\details\SoDetail.h 12714# End Source File 12715# Begin Source File 12716 12717SOURCE=..\..\include\Inventor\details\SoDetails.h 12718# End Source File 12719# Begin Source File 12720 12721SOURCE=..\..\include\Inventor\details\SoConeDetail.h 12722# End Source File 12723# Begin Source File 12724 12725SOURCE=..\..\include\Inventor\details\SoCubeDetail.h 12726# End Source File 12727# Begin Source File 12728 12729SOURCE=..\..\include\Inventor\details\SoCylinderDetail.h 12730# End Source File 12731# Begin Source File 12732 12733SOURCE=..\..\include\Inventor\details\SoFaceDetail.h 12734# End Source File 12735# Begin Source File 12736 12737SOURCE=..\..\include\Inventor\details\SoLineDetail.h 12738# End Source File 12739# Begin Source File 12740 12741SOURCE=..\..\include\Inventor\details\SoNodeKitDetail.h 12742# End Source File 12743# Begin Source File 12744 12745SOURCE=..\..\include\Inventor\details\SoPointDetail.h 12746# End Source File 12747# Begin Source File 12748 12749SOURCE=..\..\include\Inventor\details\SoTextDetail.h 12750# End Source File 12751# End Group 12752# Begin Group "Inventor\draggers headers" 12753# Set Default_Filter "h" 12754# Begin Source File 12755 12756SOURCE=..\..\include\Inventor\draggers\SoDragger.h 12757# End Source File 12758# Begin Source File 12759 12760SOURCE=..\..\include\Inventor\draggers\SoCenterballDragger.h 12761# End Source File 12762# Begin Source File 12763 12764SOURCE=..\..\include\Inventor\draggers\SoDirectionalLightDragger.h 12765# End Source File 12766# Begin Source File 12767 12768SOURCE=..\..\include\Inventor\draggers\SoDragPointDragger.h 12769# End Source File 12770# Begin Source File 12771 12772SOURCE=..\..\include\Inventor\draggers\SoHandleBoxDragger.h 12773# End Source File 12774# Begin Source File 12775 12776SOURCE=..\..\include\Inventor\draggers\SoJackDragger.h 12777# End Source File 12778# Begin Source File 12779 12780SOURCE=..\..\include\Inventor\draggers\SoPointLightDragger.h 12781# End Source File 12782# Begin Source File 12783 12784SOURCE=..\..\include\Inventor\draggers\SoRotateCylindricalDragger.h 12785# End Source File 12786# Begin Source File 12787 12788SOURCE=..\..\include\Inventor\draggers\SoRotateDiscDragger.h 12789# End Source File 12790# Begin Source File 12791 12792SOURCE=..\..\include\Inventor\draggers\SoRotateSphericalDragger.h 12793# End Source File 12794# Begin Source File 12795 12796SOURCE=..\..\include\Inventor\draggers\SoScale1Dragger.h 12797# End Source File 12798# Begin Source File 12799 12800SOURCE=..\..\include\Inventor\draggers\SoScale2Dragger.h 12801# End Source File 12802# Begin Source File 12803 12804SOURCE=..\..\include\Inventor\draggers\SoScale2UniformDragger.h 12805# End Source File 12806# Begin Source File 12807 12808SOURCE=..\..\include\Inventor\draggers\SoScaleUniformDragger.h 12809# End Source File 12810# Begin Source File 12811 12812SOURCE=..\..\include\Inventor\draggers\SoSpotLightDragger.h 12813# End Source File 12814# Begin Source File 12815 12816SOURCE=..\..\include\Inventor\draggers\SoTabBoxDragger.h 12817# End Source File 12818# Begin Source File 12819 12820SOURCE=..\..\include\Inventor\draggers\SoTabPlaneDragger.h 12821# End Source File 12822# Begin Source File 12823 12824SOURCE=..\..\include\Inventor\draggers\SoTrackballDragger.h 12825# End Source File 12826# Begin Source File 12827 12828SOURCE=..\..\include\Inventor\draggers\SoTransformBoxDragger.h 12829# End Source File 12830# Begin Source File 12831 12832SOURCE=..\..\include\Inventor\draggers\SoTransformerDragger.h 12833# End Source File 12834# Begin Source File 12835 12836SOURCE=..\..\include\Inventor\draggers\SoTranslate1Dragger.h 12837# End Source File 12838# Begin Source File 12839 12840SOURCE=..\..\include\Inventor\draggers\SoTranslate2Dragger.h 12841# End Source File 12842# End Group 12843# Begin Group "Inventor\elements headers" 12844# Set Default_Filter "h" 12845# Begin Source File 12846 12847SOURCE=..\..\include\Inventor\elements\SoSubElement.h 12848# End Source File 12849# Begin Source File 12850 12851SOURCE=..\..\include\Inventor\elements\SoElements.h 12852# End Source File 12853# Begin Source File 12854 12855SOURCE=..\..\include\Inventor\elements\SoAccumulatedElement.h 12856# End Source File 12857# Begin Source File 12858 12859SOURCE=..\..\include\Inventor\elements\SoAmbientColorElement.h 12860# End Source File 12861# Begin Source File 12862 12863SOURCE=..\..\include\Inventor\elements\SoAnnoText3CharOrientElement.h 12864# End Source File 12865# Begin Source File 12866 12867SOURCE=..\..\include\Inventor\elements\SoAnnoText3FontSizeHintElement.h 12868# End Source File 12869# Begin Source File 12870 12871SOURCE=..\..\include\Inventor\elements\SoAnnoText3RenderPrintElement.h 12872# End Source File 12873# Begin Source File 12874 12875SOURCE=..\..\include\Inventor\elements\SoBBoxModelMatrixElement.h 12876# End Source File 12877# Begin Source File 12878 12879SOURCE=..\..\include\Inventor\elements\SoBumpMapElement.h 12880# End Source File 12881# Begin Source File 12882 12883SOURCE=..\..\include\Inventor\elements\SoBumpMapCoordinateElement.h 12884# End Source File 12885# Begin Source File 12886 12887SOURCE=..\..\include\Inventor\elements\SoBumpMapMatrixElement.h 12888# End Source File 12889# Begin Source File 12890 12891SOURCE=..\..\include\Inventor\elements\SoCacheElement.h 12892# End Source File 12893# Begin Source File 12894 12895SOURCE=..\..\include\Inventor\elements\SoCacheHintElement.h 12896# End Source File 12897# Begin Source File 12898 12899SOURCE=..\..\include\Inventor\elements\SoClipPlaneElement.h 12900# End Source File 12901# Begin Source File 12902 12903SOURCE=..\..\include\Inventor\elements\SoComplexityElement.h 12904# End Source File 12905# Begin Source File 12906 12907SOURCE=..\..\include\Inventor\elements\SoComplexityTypeElement.h 12908# End Source File 12909# Begin Source File 12910 12911SOURCE=..\..\include\Inventor\elements\SoCoordinateElement.h 12912# End Source File 12913# Begin Source File 12914 12915SOURCE=..\..\include\Inventor\elements\SoCreaseAngleElement.h 12916# End Source File 12917# Begin Source File 12918 12919SOURCE=..\..\include\Inventor\elements\SoCullElement.h 12920# End Source File 12921# Begin Source File 12922 12923SOURCE=..\..\include\Inventor\elements\SoDecimationPercentageElement.h 12924# End Source File 12925# Begin Source File 12926 12927SOURCE=..\..\include\Inventor\elements\SoDecimationTypeElement.h 12928# End Source File 12929# Begin Source File 12930 12931SOURCE=..\..\include\Inventor\elements\SoDiffuseColorElement.h 12932# End Source File 12933# Begin Source File 12934 12935SOURCE=..\..\include\Inventor\elements\SoDrawStyleElement.h 12936# End Source File 12937# Begin Source File 12938 12939SOURCE=..\..\include\Inventor\elements\SoElement.h 12940# End Source File 12941# Begin Source File 12942 12943SOURCE=..\..\include\Inventor\elements\SoEmissiveColorElement.h 12944# End Source File 12945# Begin Source File 12946 12947SOURCE=..\..\include\Inventor\elements\SoEnvironmentElement.h 12948# End Source File 12949# Begin Source File 12950 12951SOURCE=..\..\include\Inventor\elements\SoFloatElement.h 12952# End Source File 12953# Begin Source File 12954 12955SOURCE=..\..\include\Inventor\elements\SoFocalDistanceElement.h 12956# End Source File 12957# Begin Source File 12958 12959SOURCE=..\..\include\Inventor\elements\SoFontNameElement.h 12960# End Source File 12961# Begin Source File 12962 12963SOURCE=..\..\include\Inventor\elements\SoFontSizeElement.h 12964# End Source File 12965# Begin Source File 12966 12967SOURCE=..\..\include\Inventor\elements\SoGeoElement.h 12968# End Source File 12969# Begin Source File 12970 12971SOURCE=..\..\include\Inventor\elements\SoGLCacheContextElement.h 12972# End Source File 12973# Begin Source File 12974 12975SOURCE=..\..\include\Inventor\elements\SoGLClipPlaneElement.h 12976# End Source File 12977# Begin Source File 12978 12979SOURCE=..\..\include\Inventor\elements\SoGLColorIndexElement.h 12980# End Source File 12981# Begin Source File 12982 12983SOURCE=..\..\include\Inventor\elements\SoGLCoordinateElement.h 12984# End Source File 12985# Begin Source File 12986 12987SOURCE=..\..\include\Inventor\elements\SoGLDisplayList.h 12988# End Source File 12989# Begin Source File 12990 12991SOURCE=..\..\include\Inventor\elements\SoGLDrawStyleElement.h 12992# End Source File 12993# Begin Source File 12994 12995SOURCE=..\..\include\Inventor\elements\SoGLEnvironmentElement.h 12996# End Source File 12997# Begin Source File 12998 12999SOURCE=..\..\include\Inventor\elements\SoGLLazyElement.h 13000# End Source File 13001# Begin Source File 13002 13003SOURCE=..\..\include\Inventor\elements\SoGLLightIdElement.h 13004# End Source File 13005# Begin Source File 13006 13007SOURCE=..\..\include\Inventor\elements\SoGLLinePatternElement.h 13008# End Source File 13009# Begin Source File 13010 13011SOURCE=..\..\include\Inventor\elements\SoGLLineWidthElement.h 13012# End Source File 13013# Begin Source File 13014 13015SOURCE=..\..\include\Inventor\elements\SoGLModelMatrixElement.h 13016# End Source File 13017# Begin Source File 13018 13019SOURCE=..\..\include\Inventor\elements\SoGLMultiTextureCoordinateElement.h 13020# End Source File 13021# Begin Source File 13022 13023SOURCE=..\..\include\Inventor\elements\SoGLMultiTextureEnabledElement.h 13024# End Source File 13025# Begin Source File 13026 13027SOURCE=..\..\include\Inventor\elements\SoGLMultiTextureMatrixElement.h 13028# End Source File 13029# Begin Source File 13030 13031SOURCE=..\..\include\Inventor\elements\SoGLMultiTextureImageElement.h 13032# End Source File 13033# Begin Source File 13034 13035SOURCE=..\..\include\Inventor\elements\SoGLNormalElement.h 13036# End Source File 13037# Begin Source File 13038 13039SOURCE=..\..\include\Inventor\elements\SoGLNormalizeElement.h 13040# End Source File 13041# Begin Source File 13042 13043SOURCE=..\..\include\Inventor\elements\SoGLPointSizeElement.h 13044# End Source File 13045# Begin Source File 13046 13047SOURCE=..\..\include\Inventor\elements\SoGLPolygonOffsetElement.h 13048# End Source File 13049# Begin Source File 13050 13051SOURCE=..\..\include\Inventor\elements\SoGLProjectionMatrixElement.h 13052# End Source File 13053# Begin Source File 13054 13055SOURCE=..\..\include\Inventor\elements\SoGLRenderPassElement.h 13056# End Source File 13057# Begin Source File 13058 13059SOURCE=..\..\include\Inventor\elements\SoGLShapeHintsElement.h 13060# End Source File 13061# Begin Source File 13062 13063SOURCE=..\..\include\Inventor\elements\SoGLShadeModelElement.h 13064# End Source File 13065# Begin Source File 13066 13067SOURCE=..\..\include\Inventor\elements\SoGLTextureCoordinateElement.h 13068# End Source File 13069# Begin Source File 13070 13071SOURCE=..\..\include\Inventor\elements\SoGLTextureEnabledElement.h 13072# End Source File 13073# Begin Source File 13074 13075SOURCE=..\..\include\Inventor\elements\SoGLTexture3EnabledElement.h 13076# End Source File 13077# Begin Source File 13078 13079SOURCE=..\..\include\Inventor\elements\SoGLTextureImageElement.h 13080# End Source File 13081# Begin Source File 13082 13083SOURCE=..\..\include\Inventor\elements\SoGLTextureMatrixElement.h 13084# End Source File 13085# Begin Source File 13086 13087SOURCE=..\..\include\Inventor\elements\SoGLUpdateAreaElement.h 13088# End Source File 13089# Begin Source File 13090 13091SOURCE=..\..\include\Inventor\elements\SoGLVBOElement.h 13092# End Source File 13093# Begin Source File 13094 13095SOURCE=..\..\include\Inventor\elements\SoGLViewingMatrixElement.h 13096# End Source File 13097# Begin Source File 13098 13099SOURCE=..\..\include\Inventor\elements\SoGLViewportRegionElement.h 13100# End Source File 13101# Begin Source File 13102 13103SOURCE=..\..\include\Inventor\elements\SoInt32Element.h 13104# End Source File 13105# Begin Source File 13106 13107SOURCE=..\..\include\Inventor\elements\SoLazyElement.h 13108# End Source File 13109# Begin Source File 13110 13111SOURCE=..\..\include\Inventor\elements\SoLightAttenuationElement.h 13112# End Source File 13113# Begin Source File 13114 13115SOURCE=..\..\include\Inventor\elements\SoLightElement.h 13116# End Source File 13117# Begin Source File 13118 13119SOURCE=..\..\include\Inventor\elements\SoLightModelElement.h 13120# End Source File 13121# Begin Source File 13122 13123SOURCE=..\..\include\Inventor\elements\SoLinePatternElement.h 13124# End Source File 13125# Begin Source File 13126 13127SOURCE=..\..\include\Inventor\elements\SoLineWidthElement.h 13128# End Source File 13129# Begin Source File 13130 13131SOURCE=..\..\include\Inventor\elements\SoLocalBBoxMatrixElement.h 13132# End Source File 13133# Begin Source File 13134 13135SOURCE=..\..\include\Inventor\elements\SoLongElement.h 13136# End Source File 13137# Begin Source File 13138 13139SOURCE=..\..\include\Inventor\elements\SoMaterialBindingElement.h 13140# End Source File 13141# Begin Source File 13142 13143SOURCE=..\..\include\Inventor\elements\SoVertexAttributeBindingElement.h 13144# End Source File 13145# Begin Source File 13146 13147SOURCE=..\..\include\Inventor\elements\SoModelMatrixElement.h 13148# End Source File 13149# Begin Source File 13150 13151SOURCE=..\..\include\Inventor\elements\SoMultiTextureCoordinateElement.h 13152# End Source File 13153# Begin Source File 13154 13155SOURCE=..\..\include\Inventor\elements\SoMultiTextureEnabledElement.h 13156# End Source File 13157# Begin Source File 13158 13159SOURCE=..\..\include\Inventor\elements\SoMultiTextureMatrixElement.h 13160# End Source File 13161# Begin Source File 13162 13163SOURCE=..\..\include\Inventor\elements\SoMultiTextureImageElement.h 13164# End Source File 13165# Begin Source File 13166 13167SOURCE=..\..\include\Inventor\elements\SoNormalBindingElement.h 13168# End Source File 13169# Begin Source File 13170 13171SOURCE=..\..\include\Inventor\elements\SoNormalElement.h 13172# End Source File 13173# Begin Source File 13174 13175SOURCE=..\..\include\Inventor\elements\SoOverrideElement.h 13176# End Source File 13177# Begin Source File 13178 13179SOURCE=..\..\include\Inventor\elements\SoPickRayElement.h 13180# End Source File 13181# Begin Source File 13182 13183SOURCE=..\..\include\Inventor\elements\SoPickStyleElement.h 13184# End Source File 13185# Begin Source File 13186 13187SOURCE=..\..\include\Inventor\elements\SoPointSizeElement.h 13188# End Source File 13189# Begin Source File 13190 13191SOURCE=..\..\include\Inventor\elements\SoPolygonOffsetElement.h 13192# End Source File 13193# Begin Source File 13194 13195SOURCE=..\..\include\Inventor\elements\SoProfileCoordinateElement.h 13196# End Source File 13197# Begin Source File 13198 13199SOURCE=..\..\include\Inventor\elements\SoProfileElement.h 13200# End Source File 13201# Begin Source File 13202 13203SOURCE=..\..\include\Inventor\elements\SoProjectionMatrixElement.h 13204# End Source File 13205# Begin Source File 13206 13207SOURCE=..\..\include\Inventor\elements\SoReplacedElement.h 13208# End Source File 13209# Begin Source File 13210 13211SOURCE=..\..\include\Inventor\elements\SoShapeHintsElement.h 13212# End Source File 13213# Begin Source File 13214 13215SOURCE=..\..\include\Inventor\elements\SoShapeStyleElement.h 13216# End Source File 13217# Begin Source File 13218 13219SOURCE=..\..\include\Inventor\elements\SoShininessElement.h 13220# End Source File 13221# Begin Source File 13222 13223SOURCE=..\..\include\Inventor\elements\SoSpecularColorElement.h 13224# End Source File 13225# Begin Source File 13226 13227SOURCE=..\..\include\Inventor\elements\SoSwitchElement.h 13228# End Source File 13229# Begin Source File 13230 13231SOURCE=..\..\include\Inventor\elements\SoTextOutlineEnabledElement.h 13232# End Source File 13233# Begin Source File 13234 13235SOURCE=..\..\include\Inventor\elements\SoTextureCombineElement.h 13236# End Source File 13237# Begin Source File 13238 13239SOURCE=..\..\include\Inventor\elements\SoTextureCoordinateBindingElement.h 13240# End Source File 13241# Begin Source File 13242 13243SOURCE=..\..\include\Inventor\elements\SoTextureCoordinateElement.h 13244# End Source File 13245# Begin Source File 13246 13247SOURCE=..\..\include\Inventor\elements\SoTextureEnabledElement.h 13248# End Source File 13249# Begin Source File 13250 13251SOURCE=..\..\include\Inventor\elements\SoTexture3EnabledElement.h 13252# End Source File 13253# Begin Source File 13254 13255SOURCE=..\..\include\Inventor\elements\SoTextureImageElement.h 13256# End Source File 13257# Begin Source File 13258 13259SOURCE=..\..\include\Inventor\elements\SoTextureMatrixElement.h 13260# End Source File 13261# Begin Source File 13262 13263SOURCE=..\..\include\Inventor\elements\SoTextureOverrideElement.h 13264# End Source File 13265# Begin Source File 13266 13267SOURCE=..\..\include\Inventor\elements\SoTextureQualityElement.h 13268# End Source File 13269# Begin Source File 13270 13271SOURCE=..\..\include\Inventor\elements\SoTextureUnitElement.h 13272# End Source File 13273# Begin Source File 13274 13275SOURCE=..\..\include\Inventor\elements\SoTransparencyElement.h 13276# End Source File 13277# Begin Source File 13278 13279SOURCE=..\..\include\Inventor\elements\SoUnitsElement.h 13280# End Source File 13281# Begin Source File 13282 13283SOURCE=..\..\include\Inventor\elements\SoViewVolumeElement.h 13284# End Source File 13285# Begin Source File 13286 13287SOURCE=..\..\include\Inventor\elements\SoViewingMatrixElement.h 13288# End Source File 13289# Begin Source File 13290 13291SOURCE=..\..\include\Inventor\elements\SoViewportRegionElement.h 13292# End Source File 13293# Begin Source File 13294 13295SOURCE=..\..\include\Inventor\elements\SoWindowElement.h 13296# End Source File 13297# Begin Source File 13298 13299SOURCE=..\..\include\Inventor\elements\SoListenerPositionElement.h 13300# End Source File 13301# Begin Source File 13302 13303SOURCE=..\..\include\Inventor\elements\SoListenerOrientationElement.h 13304# End Source File 13305# Begin Source File 13306 13307SOURCE=..\..\include\Inventor\elements\SoListenerGainElement.h 13308# End Source File 13309# Begin Source File 13310 13311SOURCE=..\..\include\Inventor\elements\SoListenerDopplerElement.h 13312# End Source File 13313# Begin Source File 13314 13315SOURCE=..\..\include\Inventor\elements\SoSoundElement.h 13316# End Source File 13317# Begin Source File 13318 13319SOURCE=..\..\include\Inventor\elements\SoGLShaderProgramElement.h 13320# End Source File 13321# Begin Source File 13322 13323SOURCE=..\..\include\Inventor\elements\SoDepthBufferElement.h 13324# End Source File 13325# Begin Source File 13326 13327SOURCE=..\..\include\Inventor\elements\SoGLDepthBufferElement.h 13328# End Source File 13329# Begin Source File 13330 13331SOURCE=..\..\include\Inventor\elements\SoVertexAttributeElement.h 13332# End Source File 13333# Begin Source File 13334 13335SOURCE=..\..\include\Inventor\elements\SoGLVertexAttributeElement.h 13336# End Source File 13337# End Group 13338# Begin Group "Inventor\engines headers" 13339# Set Default_Filter "h" 13340# Begin Source File 13341 13342SOURCE=..\..\include\Inventor\engines\SoSubEngine.h 13343# End Source File 13344# Begin Source File 13345 13346SOURCE=..\..\include\Inventor\engines\SoSubNodeEngine.h 13347# End Source File 13348# Begin Source File 13349 13350SOURCE=..\..\include\Inventor\engines\SoEngines.h 13351# End Source File 13352# Begin Source File 13353 13354SOURCE=..\..\include\Inventor\engines\SoBoolOperation.h 13355# End Source File 13356# Begin Source File 13357 13358SOURCE=..\..\include\Inventor\engines\SoCalculator.h 13359# End Source File 13360# Begin Source File 13361 13362SOURCE=..\..\include\Inventor\engines\SoCompose.h 13363# End Source File 13364# Begin Source File 13365 13366SOURCE=..\..\include\Inventor\engines\SoComposeMatrix.h 13367# End Source File 13368# Begin Source File 13369 13370SOURCE=..\..\include\Inventor\engines\SoComposeRotation.h 13371# End Source File 13372# Begin Source File 13373 13374SOURCE=..\..\include\Inventor\engines\SoComposeRotationFromTo.h 13375# End Source File 13376# Begin Source File 13377 13378SOURCE=..\..\include\Inventor\engines\SoComposeVec2f.h 13379# End Source File 13380# Begin Source File 13381 13382SOURCE=..\..\include\Inventor\engines\SoComposeVec3f.h 13383# End Source File 13384# Begin Source File 13385 13386SOURCE=..\..\include\Inventor\engines\SoComposeVec4f.h 13387# End Source File 13388# Begin Source File 13389 13390SOURCE=..\..\include\Inventor\engines\SoComputeBoundingBox.h 13391# End Source File 13392# Begin Source File 13393 13394SOURCE=..\..\include\Inventor\engines\SoConcatenate.h 13395# End Source File 13396# Begin Source File 13397 13398SOURCE=..\..\include\Inventor\engines\SoCounter.h 13399# End Source File 13400# Begin Source File 13401 13402SOURCE=..\..\include\Inventor\engines\SoDecomposeMatrix.h 13403# End Source File 13404# Begin Source File 13405 13406SOURCE=..\..\include\Inventor\engines\SoDecomposeRotation.h 13407# End Source File 13408# Begin Source File 13409 13410SOURCE=..\..\include\Inventor\engines\SoDecomposeVec2f.h 13411# End Source File 13412# Begin Source File 13413 13414SOURCE=..\..\include\Inventor\engines\SoDecomposeVec3f.h 13415# End Source File 13416# Begin Source File 13417 13418SOURCE=..\..\include\Inventor\engines\SoDecomposeVec4f.h 13419# End Source File 13420# Begin Source File 13421 13422SOURCE=..\..\include\Inventor\engines\SoElapsedTime.h 13423# End Source File 13424# Begin Source File 13425 13426SOURCE=..\..\include\Inventor\engines\SoEngine.h 13427# End Source File 13428# Begin Source File 13429 13430SOURCE=..\..\include\Inventor\engines\SoEngineOutput.h 13431# End Source File 13432# Begin Source File 13433 13434SOURCE=..\..\include\Inventor\engines\SoFieldConverter.h 13435# End Source File 13436# Begin Source File 13437 13438SOURCE=..\..\include\Inventor\engines\SoGate.h 13439# End Source File 13440# Begin Source File 13441 13442SOURCE=..\..\include\Inventor\engines\SoInterpolate.h 13443# End Source File 13444# Begin Source File 13445 13446SOURCE=..\..\include\Inventor\engines\SoInterpolateFloat.h 13447# End Source File 13448# Begin Source File 13449 13450SOURCE=..\..\include\Inventor\engines\SoInterpolateRotation.h 13451# End Source File 13452# Begin Source File 13453 13454SOURCE=..\..\include\Inventor\engines\SoInterpolateVec2f.h 13455# End Source File 13456# Begin Source File 13457 13458SOURCE=..\..\include\Inventor\engines\SoInterpolateVec3f.h 13459# End Source File 13460# Begin Source File 13461 13462SOURCE=..\..\include\Inventor\engines\SoInterpolateVec4f.h 13463# End Source File 13464# Begin Source File 13465 13466SOURCE=..\..\include\Inventor\engines\SoNodeEngine.h 13467# End Source File 13468# Begin Source File 13469 13470SOURCE=..\..\include\Inventor\engines\SoOnOff.h 13471# End Source File 13472# Begin Source File 13473 13474SOURCE=..\..\include\Inventor\engines\SoOneShot.h 13475# End Source File 13476# Begin Source File 13477 13478SOURCE=..\..\include\Inventor\engines\SoOutputData.h 13479# End Source File 13480# Begin Source File 13481 13482SOURCE=..\..\include\Inventor\engines\SoSelectOne.h 13483# End Source File 13484# Begin Source File 13485 13486SOURCE=..\..\include\Inventor\engines\SoTimeCounter.h 13487# End Source File 13488# Begin Source File 13489 13490SOURCE=..\..\include\Inventor\engines\SoTransformVec3f.h 13491# End Source File 13492# Begin Source File 13493 13494SOURCE=..\..\include\Inventor\engines\SoTriggerAny.h 13495# End Source File 13496# Begin Source File 13497 13498SOURCE=..\..\include\Inventor\engines\SoTexture2Convert.h 13499# End Source File 13500# Begin Source File 13501 13502SOURCE=..\..\include\Inventor\engines\SoHeightMapToNormalMap.h 13503# End Source File 13504# End Group 13505# Begin Group "Inventor\errors headers" 13506# Set Default_Filter "h" 13507# Begin Source File 13508 13509SOURCE=..\..\include\Inventor\errors\SoErrors.h 13510# End Source File 13511# Begin Source File 13512 13513SOURCE=..\..\include\Inventor\errors\SoDebugError.h 13514# End Source File 13515# Begin Source File 13516 13517SOURCE=..\..\include\Inventor\errors\SoError.h 13518# End Source File 13519# Begin Source File 13520 13521SOURCE=..\..\include\Inventor\errors\SoMemoryError.h 13522# End Source File 13523# Begin Source File 13524 13525SOURCE=..\..\include\Inventor\errors\SoReadError.h 13526# End Source File 13527# End Group 13528# Begin Group "Inventor\events headers" 13529# Set Default_Filter "h" 13530# Begin Source File 13531 13532SOURCE=..\..\include\Inventor\events\SoSubEvent.h 13533# End Source File 13534# Begin Source File 13535 13536SOURCE=..\..\include\Inventor\events\SoButtonEvent.h 13537# End Source File 13538# Begin Source File 13539 13540SOURCE=..\..\include\Inventor\events\SoEvent.h 13541# End Source File 13542# Begin Source File 13543 13544SOURCE=..\..\include\Inventor\events\SoEvents.h 13545# End Source File 13546# Begin Source File 13547 13548SOURCE=..\..\include\Inventor\events\SoKeyboardEvent.h 13549# End Source File 13550# Begin Source File 13551 13552SOURCE=..\..\include\Inventor\events\SoLocation2Event.h 13553# End Source File 13554# Begin Source File 13555 13556SOURCE=..\..\include\Inventor\events\SoMotion3Event.h 13557# End Source File 13558# Begin Source File 13559 13560SOURCE=..\..\include\Inventor\events\SoMouseButtonEvent.h 13561# End Source File 13562# Begin Source File 13563 13564SOURCE=..\..\include\Inventor\events\SoSpaceballButtonEvent.h 13565# End Source File 13566# End Group 13567# Begin Group "Inventor\fields headers" 13568# Set Default_Filter "h" 13569# Begin Source File 13570 13571SOURCE=..\..\include\Inventor\fields\SoSubField.h 13572# End Source File 13573# Begin Source File 13574 13575SOURCE=..\..\include\Inventor\fields\SoFields.h 13576# End Source File 13577# Begin Source File 13578 13579SOURCE=..\..\include\Inventor\fields\SoField.h 13580# End Source File 13581# Begin Source File 13582 13583SOURCE=..\..\include\Inventor\fields\SoFieldContainer.h 13584# End Source File 13585# Begin Source File 13586 13587SOURCE=..\..\include\Inventor\fields\SoFieldData.h 13588# End Source File 13589# Begin Source File 13590 13591SOURCE=..\..\include\Inventor\fields\SoMFBitMask.h 13592# End Source File 13593# Begin Source File 13594 13595SOURCE=..\..\include\Inventor\fields\SoMFBool.h 13596# End Source File 13597# Begin Source File 13598 13599SOURCE=..\..\include\Inventor\fields\SoMFColor.h 13600# End Source File 13601# Begin Source File 13602 13603SOURCE=..\..\include\Inventor\fields\SoMFColorRGBA.h 13604# End Source File 13605# Begin Source File 13606 13607SOURCE=..\..\include\Inventor\fields\SoMFDouble.h 13608# End Source File 13609# Begin Source File 13610 13611SOURCE=..\..\include\Inventor\fields\SoMFEngine.h 13612# End Source File 13613# Begin Source File 13614 13615SOURCE=..\..\include\Inventor\fields\SoMFEnum.h 13616# End Source File 13617# Begin Source File 13618 13619SOURCE=..\..\include\Inventor\fields\SoMFFloat.h 13620# End Source File 13621# Begin Source File 13622 13623SOURCE=..\..\include\Inventor\fields\SoMFInt32.h 13624# End Source File 13625# Begin Source File 13626 13627SOURCE=..\..\include\Inventor\fields\SoMFLong.h 13628# End Source File 13629# Begin Source File 13630 13631SOURCE=..\..\include\Inventor\fields\SoMFMatrix.h 13632# End Source File 13633# Begin Source File 13634 13635SOURCE=..\..\include\Inventor\fields\SoMFName.h 13636# End Source File 13637# Begin Source File 13638 13639SOURCE=..\..\include\Inventor\fields\SoMFNode.h 13640# End Source File 13641# Begin Source File 13642 13643SOURCE=..\..\include\Inventor\fields\SoMFPath.h 13644# End Source File 13645# Begin Source File 13646 13647SOURCE=..\..\include\Inventor\fields\SoMFPlane.h 13648# End Source File 13649# Begin Source File 13650 13651SOURCE=..\..\include\Inventor\fields\SoMFRotation.h 13652# End Source File 13653# Begin Source File 13654 13655SOURCE=..\..\include\Inventor\fields\SoMFShort.h 13656# End Source File 13657# Begin Source File 13658 13659SOURCE=..\..\include\Inventor\fields\SoMFString.h 13660# End Source File 13661# Begin Source File 13662 13663SOURCE=..\..\include\Inventor\fields\SoMFTime.h 13664# End Source File 13665# Begin Source File 13666 13667SOURCE=..\..\include\Inventor\fields\SoMFUInt32.h 13668# End Source File 13669# Begin Source File 13670 13671SOURCE=..\..\include\Inventor\fields\SoMFULong.h 13672# End Source File 13673# Begin Source File 13674 13675SOURCE=..\..\include\Inventor\fields\SoMFUShort.h 13676# End Source File 13677# Begin Source File 13678 13679SOURCE=..\..\include\Inventor\fields\SoMFVec2b.h 13680# End Source File 13681# Begin Source File 13682 13683SOURCE=..\..\include\Inventor\fields\SoMFVec2s.h 13684# End Source File 13685# Begin Source File 13686 13687SOURCE=..\..\include\Inventor\fields\SoMFVec2i32.h 13688# End Source File 13689# Begin Source File 13690 13691SOURCE=..\..\include\Inventor\fields\SoMFVec2f.h 13692# End Source File 13693# Begin Source File 13694 13695SOURCE=..\..\include\Inventor\fields\SoMFVec2d.h 13696# End Source File 13697# Begin Source File 13698 13699SOURCE=..\..\include\Inventor\fields\SoMFVec3b.h 13700# End Source File 13701# Begin Source File 13702 13703SOURCE=..\..\include\Inventor\fields\SoMFVec3s.h 13704# End Source File 13705# Begin Source File 13706 13707SOURCE=..\..\include\Inventor\fields\SoMFVec3i32.h 13708# End Source File 13709# Begin Source File 13710 13711SOURCE=..\..\include\Inventor\fields\SoMFVec3f.h 13712# End Source File 13713# Begin Source File 13714 13715SOURCE=..\..\include\Inventor\fields\SoMFVec3d.h 13716# End Source File 13717# Begin Source File 13718 13719SOURCE=..\..\include\Inventor\fields\SoMFVec4b.h 13720# End Source File 13721# Begin Source File 13722 13723SOURCE=..\..\include\Inventor\fields\SoMFVec4ub.h 13724# End Source File 13725# Begin Source File 13726 13727SOURCE=..\..\include\Inventor\fields\SoMFVec4s.h 13728# End Source File 13729# Begin Source File 13730 13731SOURCE=..\..\include\Inventor\fields\SoMFVec4us.h 13732# End Source File 13733# Begin Source File 13734 13735SOURCE=..\..\include\Inventor\fields\SoMFVec4i32.h 13736# End Source File 13737# Begin Source File 13738 13739SOURCE=..\..\include\Inventor\fields\SoMFVec4ui32.h 13740# End Source File 13741# Begin Source File 13742 13743SOURCE=..\..\include\Inventor\fields\SoMFVec4f.h 13744# End Source File 13745# Begin Source File 13746 13747SOURCE=..\..\include\Inventor\fields\SoMFVec4d.h 13748# End Source File 13749# Begin Source File 13750 13751SOURCE=..\..\include\Inventor\fields\SoMField.h 13752# End Source File 13753# Begin Source File 13754 13755SOURCE=..\..\include\Inventor\fields\SoSFBitMask.h 13756# End Source File 13757# Begin Source File 13758 13759SOURCE=..\..\include\Inventor\fields\SoSFBool.h 13760# End Source File 13761# Begin Source File 13762 13763SOURCE=..\..\include\Inventor\fields\SoSFBox2s.h 13764# End Source File 13765# Begin Source File 13766 13767SOURCE=..\..\include\Inventor\fields\SoSFBox2i32.h 13768# End Source File 13769# Begin Source File 13770 13771SOURCE=..\..\include\Inventor\fields\SoSFBox2f.h 13772# End Source File 13773# Begin Source File 13774 13775SOURCE=..\..\include\Inventor\fields\SoSFBox2d.h 13776# End Source File 13777# Begin Source File 13778 13779SOURCE=..\..\include\Inventor\fields\SoSFBox3s.h 13780# End Source File 13781# Begin Source File 13782 13783SOURCE=..\..\include\Inventor\fields\SoSFBox3i32.h 13784# End Source File 13785# Begin Source File 13786 13787SOURCE=..\..\include\Inventor\fields\SoSFBox3f.h 13788# End Source File 13789# Begin Source File 13790 13791SOURCE=..\..\include\Inventor\fields\SoSFBox3d.h 13792# End Source File 13793# Begin Source File 13794 13795SOURCE=..\..\include\Inventor\fields\SoSFColor.h 13796# End Source File 13797# Begin Source File 13798 13799SOURCE=..\..\include\Inventor\fields\SoSFColorRGBA.h 13800# End Source File 13801# Begin Source File 13802 13803SOURCE=..\..\include\Inventor\fields\SoSFDouble.h 13804# End Source File 13805# Begin Source File 13806 13807SOURCE=..\..\include\Inventor\fields\SoSFEngine.h 13808# End Source File 13809# Begin Source File 13810 13811SOURCE=..\..\include\Inventor\fields\SoSFEnum.h 13812# End Source File 13813# Begin Source File 13814 13815SOURCE=..\..\include\Inventor\fields\SoSFFloat.h 13816# End Source File 13817# Begin Source File 13818 13819SOURCE=..\..\include\Inventor\fields\SoSFImage.h 13820# End Source File 13821# Begin Source File 13822 13823SOURCE=..\..\include\Inventor\fields\SoSFImage3.h 13824# End Source File 13825# Begin Source File 13826 13827SOURCE=..\..\include\Inventor\fields\SoSFInt32.h 13828# End Source File 13829# Begin Source File 13830 13831SOURCE=..\..\include\Inventor\fields\SoSFLong.h 13832# End Source File 13833# Begin Source File 13834 13835SOURCE=..\..\include\Inventor\fields\SoSFMatrix.h 13836# End Source File 13837# Begin Source File 13838 13839SOURCE=..\..\include\Inventor\fields\SoSFName.h 13840# End Source File 13841# Begin Source File 13842 13843SOURCE=..\..\include\Inventor\fields\SoSFNode.h 13844# End Source File 13845# Begin Source File 13846 13847SOURCE=..\..\include\Inventor\fields\SoSFPath.h 13848# End Source File 13849# Begin Source File 13850 13851SOURCE=..\..\include\Inventor\fields\SoSFPlane.h 13852# End Source File 13853# Begin Source File 13854 13855SOURCE=..\..\include\Inventor\fields\SoSFRotation.h 13856# End Source File 13857# Begin Source File 13858 13859SOURCE=..\..\include\Inventor\fields\SoSFShort.h 13860# End Source File 13861# Begin Source File 13862 13863SOURCE=..\..\include\Inventor\fields\SoSFString.h 13864# End Source File 13865# Begin Source File 13866 13867SOURCE=..\..\include\Inventor\fields\SoSFTime.h 13868# End Source File 13869# Begin Source File 13870 13871SOURCE=..\..\include\Inventor\fields\SoSFTrigger.h 13872# End Source File 13873# Begin Source File 13874 13875SOURCE=..\..\include\Inventor\fields\SoSFUInt32.h 13876# End Source File 13877# Begin Source File 13878 13879SOURCE=..\..\include\Inventor\fields\SoSFULong.h 13880# End Source File 13881# Begin Source File 13882 13883SOURCE=..\..\include\Inventor\fields\SoSFUShort.h 13884# End Source File 13885# Begin Source File 13886 13887SOURCE=..\..\include\Inventor\fields\SoSFVec2b.h 13888# End Source File 13889# Begin Source File 13890 13891SOURCE=..\..\include\Inventor\fields\SoSFVec2s.h 13892# End Source File 13893# Begin Source File 13894 13895SOURCE=..\..\include\Inventor\fields\SoSFVec2i32.h 13896# End Source File 13897# Begin Source File 13898 13899SOURCE=..\..\include\Inventor\fields\SoSFVec2f.h 13900# End Source File 13901# Begin Source File 13902 13903SOURCE=..\..\include\Inventor\fields\SoSFVec2d.h 13904# End Source File 13905# Begin Source File 13906 13907SOURCE=..\..\include\Inventor\fields\SoSFVec3b.h 13908# End Source File 13909# Begin Source File 13910 13911SOURCE=..\..\include\Inventor\fields\SoSFVec3s.h 13912# End Source File 13913# Begin Source File 13914 13915SOURCE=..\..\include\Inventor\fields\SoSFVec3i32.h 13916# End Source File 13917# Begin Source File 13918 13919SOURCE=..\..\include\Inventor\fields\SoSFVec3f.h 13920# End Source File 13921# Begin Source File 13922 13923SOURCE=..\..\include\Inventor\fields\SoSFVec3d.h 13924# End Source File 13925# Begin Source File 13926 13927SOURCE=..\..\include\Inventor\fields\SoSFVec4b.h 13928# End Source File 13929# Begin Source File 13930 13931SOURCE=..\..\include\Inventor\fields\SoSFVec4ub.h 13932# End Source File 13933# Begin Source File 13934 13935SOURCE=..\..\include\Inventor\fields\SoSFVec4s.h 13936# End Source File 13937# Begin Source File 13938 13939SOURCE=..\..\include\Inventor\fields\SoSFVec4us.h 13940# End Source File 13941# Begin Source File 13942 13943SOURCE=..\..\include\Inventor\fields\SoSFVec4i32.h 13944# End Source File 13945# Begin Source File 13946 13947SOURCE=..\..\include\Inventor\fields\SoSFVec4ui32.h 13948# End Source File 13949# Begin Source File 13950 13951SOURCE=..\..\include\Inventor\fields\SoSFVec4f.h 13952# End Source File 13953# Begin Source File 13954 13955SOURCE=..\..\include\Inventor\fields\SoSFVec4d.h 13956# End Source File 13957# Begin Source File 13958 13959SOURCE=..\..\include\Inventor\fields\SoSField.h 13960# End Source File 13961# End Group 13962# Begin Group "Inventor\lists headers" 13963# Set Default_Filter "h" 13964# Begin Source File 13965 13966SOURCE=..\..\include\Inventor\lists\SbList.h 13967# End Source File 13968# Begin Source File 13969 13970SOURCE=..\..\include\Inventor\lists\SbPList.h 13971# End Source File 13972# Begin Source File 13973 13974SOURCE=..\..\include\Inventor\lists\SbIntList.h 13975# End Source File 13976# Begin Source File 13977 13978SOURCE=..\..\include\Inventor\lists\SbVec3fList.h 13979# End Source File 13980# Begin Source File 13981 13982SOURCE=..\..\include\Inventor\lists\SbStringList.h 13983# End Source File 13984# Begin Source File 13985 13986SOURCE=..\..\include\Inventor\lists\SoActionMethodList.h 13987# End Source File 13988# Begin Source File 13989 13990SOURCE=..\..\include\Inventor\lists\SoAuditorList.h 13991# End Source File 13992# Begin Source File 13993 13994SOURCE=..\..\include\Inventor\lists\SoBaseList.h 13995# End Source File 13996# Begin Source File 13997 13998SOURCE=..\..\include\Inventor\lists\SoCallbackList.h 13999# End Source File 14000# Begin Source File 14001 14002SOURCE=..\..\include\Inventor\lists\SoDetailList.h 14003# End Source File 14004# Begin Source File 14005 14006SOURCE=..\..\include\Inventor\lists\SoEnabledElementsList.h 14007# End Source File 14008# Begin Source File 14009 14010SOURCE=..\..\include\Inventor\lists\SoEngineList.h 14011# End Source File 14012# Begin Source File 14013 14014SOURCE=..\..\include\Inventor\lists\SoEngineOutputList.h 14015# End Source File 14016# Begin Source File 14017 14018SOURCE=..\..\include\Inventor\lists\SoFieldList.h 14019# End Source File 14020# Begin Source File 14021 14022SOURCE=..\..\include\Inventor\lists\SoNodeList.h 14023# End Source File 14024# Begin Source File 14025 14026SOURCE=..\..\include\Inventor\lists\SoPathList.h 14027# End Source File 14028# Begin Source File 14029 14030SOURCE=..\..\include\Inventor\lists\SoPickedPointList.h 14031# End Source File 14032# Begin Source File 14033 14034SOURCE=..\..\include\Inventor\lists\SoTypeList.h 14035# End Source File 14036# End Group 14037# Begin Group "Inventor\lock headers" 14038# Set Default_Filter "h" 14039# Begin Source File 14040 14041SOURCE=..\..\include\Inventor\lock\SoLockMgr.h 14042# End Source File 14043# End Group 14044# Begin Group "Inventor\manips headers" 14045# Set Default_Filter "h" 14046# Begin Source File 14047 14048SOURCE=..\..\include\Inventor\manips\SoClipPlaneManip.h 14049# End Source File 14050# Begin Source File 14051 14052SOURCE=..\..\include\Inventor\manips\SoDirectionalLightManip.h 14053# End Source File 14054# Begin Source File 14055 14056SOURCE=..\..\include\Inventor\manips\SoPointLightManip.h 14057# End Source File 14058# Begin Source File 14059 14060SOURCE=..\..\include\Inventor\manips\SoSpotLightManip.h 14061# End Source File 14062# Begin Source File 14063 14064SOURCE=..\..\include\Inventor\manips\SoTransformManip.h 14065# End Source File 14066# Begin Source File 14067 14068SOURCE=..\..\include\Inventor\manips\SoCenterballManip.h 14069# End Source File 14070# Begin Source File 14071 14072SOURCE=..\..\include\Inventor\manips\SoHandleBoxManip.h 14073# End Source File 14074# Begin Source File 14075 14076SOURCE=..\..\include\Inventor\manips\SoJackManip.h 14077# End Source File 14078# Begin Source File 14079 14080SOURCE=..\..\include\Inventor\manips\SoTabBoxManip.h 14081# End Source File 14082# Begin Source File 14083 14084SOURCE=..\..\include\Inventor\manips\SoTrackballManip.h 14085# End Source File 14086# Begin Source File 14087 14088SOURCE=..\..\include\Inventor\manips\SoTransformBoxManip.h 14089# End Source File 14090# Begin Source File 14091 14092SOURCE=..\..\include\Inventor\manips\SoTransformerManip.h 14093# End Source File 14094# End Group 14095# Begin Group "Inventor\misc headers" 14096# Set Default_Filter "h" 14097# Begin Source File 14098 14099SOURCE=..\..\include\Inventor\misc\CoinResources.h 14100# End Source File 14101# Begin Source File 14102 14103SOURCE=..\..\include\Inventor\misc\SoAuditorList.h 14104# End Source File 14105# Begin Source File 14106 14107SOURCE=..\..\include\Inventor\misc\SoBase.h 14108# End Source File 14109# Begin Source File 14110 14111SOURCE=..\..\include\Inventor\misc\SoBasic.h 14112# End Source File 14113# Begin Source File 14114 14115SOURCE=..\..\include\Inventor\misc\SoByteStream.h 14116# End Source File 14117# Begin Source File 14118 14119SOURCE=..\..\include\Inventor\misc\SoCallbackList.h 14120# End Source File 14121# Begin Source File 14122 14123SOURCE=..\..\include\Inventor\misc\SoChildList.h 14124# End Source File 14125# Begin Source File 14126 14127SOURCE=..\..\include\Inventor\misc\SoContextHandler.h 14128# End Source File 14129# Begin Source File 14130 14131SOURCE=..\..\include\Inventor\misc\SoGLImage.h 14132# End Source File 14133# Begin Source File 14134 14135SOURCE=..\..\include\Inventor\misc\SoGLCubeMapImage.h 14136# End Source File 14137# Begin Source File 14138 14139SOURCE=..\..\include\Inventor\misc\SoGLBigImage.h 14140# End Source File 14141# Begin Source File 14142 14143SOURCE=..\..\include\Inventor\misc\SoNormalGenerator.h 14144# End Source File 14145# Begin Source File 14146 14147SOURCE=..\..\include\Inventor\misc\SoNotification.h 14148# End Source File 14149# Begin Source File 14150 14151SOURCE=..\..\include\Inventor\misc\SoNotRec.h 14152# End Source File 14153# Begin Source File 14154 14155SOURCE=..\..\include\Inventor\misc\SoProto.h 14156# End Source File 14157# Begin Source File 14158 14159SOURCE=..\..\include\Inventor\misc\SoProtoInstance.h 14160# End Source File 14161# Begin Source File 14162 14163SOURCE=..\..\include\Inventor\misc\SoTranReceiver.h 14164# End Source File 14165# Begin Source File 14166 14167SOURCE=..\..\include\Inventor\misc\SoState.h 14168# End Source File 14169# Begin Source File 14170 14171SOURCE=..\..\include\Inventor\misc\SoTranscribe.h 14172# End Source File 14173# Begin Source File 14174 14175SOURCE=..\..\include\Inventor\misc\SoTranSender.h 14176# End Source File 14177# Begin Source File 14178 14179SOURCE=..\..\include\Inventor\misc\SoLightPath.h 14180# End Source File 14181# Begin Source File 14182 14183SOURCE=..\..\include\Inventor\misc\SoTempPath.h 14184# End Source File 14185# Begin Source File 14186 14187SOURCE=..\..\include\Inventor\misc\SoGlyph.h 14188# End Source File 14189# Begin Source File 14190 14191SOURCE=..\..\include\Inventor\misc\SoAudioDevice.h 14192# End Source File 14193# Begin Source File 14194 14195SOURCE=..\..\include\Inventor\misc\SoScriptEngine.h 14196# End Source File 14197# Begin Source File 14198 14199SOURCE=..\..\include\Inventor\misc\SoJavaScriptEngine.h 14200# End Source File 14201# Begin Source File 14202 14203SOURCE=..\..\include\Inventor\misc\SoGLDriverDatabase.h 14204# End Source File 14205# End Group 14206# Begin Group "Inventor\navigation headers" 14207# Set Default_Filter "h" 14208# Begin Source File 14209 14210SOURCE=..\..\include\Inventor\navigation\SoScXMLNavigation.h 14211# End Source File 14212# Begin Source File 14213 14214SOURCE=..\..\include\Inventor\navigation\SoScXMLNavigationTarget.h 14215# End Source File 14216# Begin Source File 14217 14218SOURCE=..\..\include\Inventor\navigation\SoScXMLMiscTarget.h 14219# End Source File 14220# Begin Source File 14221 14222SOURCE=..\..\include\Inventor\navigation\SoScXMLPanTarget.h 14223# End Source File 14224# Begin Source File 14225 14226SOURCE=..\..\include\Inventor\navigation\SoScXMLRotateTarget.h 14227# End Source File 14228# Begin Source File 14229 14230SOURCE=..\..\include\Inventor\navigation\SoScXMLSeekTarget.h 14231# End Source File 14232# Begin Source File 14233 14234SOURCE=..\..\include\Inventor\navigation\SoScXMLSpinTarget.h 14235# End Source File 14236# Begin Source File 14237 14238SOURCE=..\..\include\Inventor\navigation\SoScXMLZoomTarget.h 14239# End Source File 14240# Begin Source File 14241 14242SOURCE=..\..\include\Inventor\navigation\SoScXMLDollyTarget.h 14243# End Source File 14244# Begin Source File 14245 14246SOURCE=..\..\include\Inventor\navigation\SoScXMLFlightControlTarget.h 14247# End Source File 14248# Begin Source File 14249 14250SOURCE=..\..\include\Inventor\navigation\SoScXMLMotionTarget.h 14251# End Source File 14252# End Group 14253# Begin Group "Inventor\nodekits headers" 14254# Set Default_Filter "h" 14255# Begin Source File 14256 14257SOURCE=..\..\include\Inventor\nodekits\SoSubKit.h 14258# End Source File 14259# Begin Source File 14260 14261SOURCE=..\..\include\Inventor\nodekits\SoNodeKit.h 14262# End Source File 14263# Begin Source File 14264 14265SOURCE=..\..\include\Inventor\nodekits\SoNodeKitListPart.h 14266# End Source File 14267# Begin Source File 14268 14269SOURCE=..\..\include\Inventor\nodekits\SoNodekitCatalog.h 14270# End Source File 14271# Begin Source File 14272 14273SOURCE=..\..\include\Inventor\nodekits\SoBaseKit.h 14274# End Source File 14275# Begin Source File 14276 14277SOURCE=..\..\include\Inventor\nodekits\SoAppearanceKit.h 14278# End Source File 14279# Begin Source File 14280 14281SOURCE=..\..\include\Inventor\nodekits\SoCameraKit.h 14282# End Source File 14283# Begin Source File 14284 14285SOURCE=..\..\include\Inventor\nodekits\SoInteractionKit.h 14286# End Source File 14287# Begin Source File 14288 14289SOURCE=..\..\include\Inventor\nodekits\SoLightKit.h 14290# End Source File 14291# Begin Source File 14292 14293SOURCE=..\..\include\Inventor\nodekits\SoSceneKit.h 14294# End Source File 14295# Begin Source File 14296 14297SOURCE=..\..\include\Inventor\nodekits\SoSeparatorKit.h 14298# End Source File 14299# Begin Source File 14300 14301SOURCE=..\..\include\Inventor\nodekits\SoShapeKit.h 14302# End Source File 14303# Begin Source File 14304 14305SOURCE=..\..\include\Inventor\nodekits\SoWrapperKit.h 14306# End Source File 14307# End Group 14308# Begin Group "Inventor\nodes headers" 14309# Set Default_Filter "h" 14310# Begin Source File 14311 14312SOURCE=..\..\include\Inventor\nodes\SoAlphaTest.h 14313# End Source File 14314# Begin Source File 14315 14316SOURCE=..\..\include\Inventor\nodes\SoAnnotation.h 14317# End Source File 14318# Begin Source File 14319 14320SOURCE=..\..\include\Inventor\nodes\SoAntiSquish.h 14321# End Source File 14322# Begin Source File 14323 14324SOURCE=..\..\include\Inventor\nodes\SoArray.h 14325# End Source File 14326# Begin Source File 14327 14328SOURCE=..\..\include\Inventor\nodes\SoAsciiText.h 14329# End Source File 14330# Begin Source File 14331 14332SOURCE=..\..\include\Inventor\nodes\SoBaseColor.h 14333# End Source File 14334# Begin Source File 14335 14336SOURCE=..\..\include\Inventor\nodes\SoBlinker.h 14337# End Source File 14338# Begin Source File 14339 14340SOURCE=..\..\include\Inventor\nodes\SoBumpMap.h 14341# End Source File 14342# Begin Source File 14343 14344SOURCE=..\..\include\Inventor\nodes\SoBumpMapCoordinate.h 14345# End Source File 14346# Begin Source File 14347 14348SOURCE=..\..\include\Inventor\nodes\SoBumpMapTransform.h 14349# End Source File 14350# Begin Source File 14351 14352SOURCE=..\..\include\Inventor\nodes\SoCacheHint.h 14353# End Source File 14354# Begin Source File 14355 14356SOURCE=..\..\include\Inventor\nodes\SoCallback.h 14357# End Source File 14358# Begin Source File 14359 14360SOURCE=..\..\include\Inventor\nodes\SoCamera.h 14361# End Source File 14362# Begin Source File 14363 14364SOURCE=..\..\include\Inventor\nodes\SoClipPlane.h 14365# End Source File 14366# Begin Source File 14367 14368SOURCE=..\..\include\Inventor\nodes\SoColorIndex.h 14369# End Source File 14370# Begin Source File 14371 14372SOURCE=..\..\include\Inventor\nodes\SoComplexity.h 14373# End Source File 14374# Begin Source File 14375 14376SOURCE=..\..\include\Inventor\nodes\SoCone.h 14377# End Source File 14378# Begin Source File 14379 14380SOURCE=..\..\include\Inventor\nodes\SoCoordinate3.h 14381# End Source File 14382# Begin Source File 14383 14384SOURCE=..\..\include\Inventor\nodes\SoCoordinate4.h 14385# End Source File 14386# Begin Source File 14387 14388SOURCE=..\..\include\Inventor\nodes\SoCube.h 14389# End Source File 14390# Begin Source File 14391 14392SOURCE=..\..\include\Inventor\nodes\SoCylinder.h 14393# End Source File 14394# Begin Source File 14395 14396SOURCE=..\..\include\Inventor\nodes\SoDepthBuffer.h 14397# End Source File 14398# Begin Source File 14399 14400SOURCE=..\..\include\Inventor\nodes\SoDirectionalLight.h 14401# End Source File 14402# Begin Source File 14403 14404SOURCE=..\..\include\Inventor\nodes\SoDrawStyle.h 14405# End Source File 14406# Begin Source File 14407 14408SOURCE=..\..\include\Inventor\nodes\SoEnvironment.h 14409# End Source File 14410# Begin Source File 14411 14412SOURCE=..\..\include\Inventor\nodes\SoEventCallback.h 14413# End Source File 14414# Begin Source File 14415 14416SOURCE=..\..\include\Inventor\nodes\SoExtSelection.h 14417# End Source File 14418# Begin Source File 14419 14420SOURCE=..\..\include\Inventor\nodes\SoFaceSet.h 14421# End Source File 14422# Begin Source File 14423 14424SOURCE=..\..\include\Inventor\nodes\SoFile.h 14425# End Source File 14426# Begin Source File 14427 14428SOURCE=..\..\include\Inventor\nodes\SoFont.h 14429# End Source File 14430# Begin Source File 14431 14432SOURCE=..\..\include\Inventor\nodes\SoFontStyle.h 14433# End Source File 14434# Begin Source File 14435 14436SOURCE=..\..\include\Inventor\nodes\SoFrustumCamera.h 14437# End Source File 14438# Begin Source File 14439 14440SOURCE=..\..\include\Inventor\nodes\SoGeoOrigin.h 14441# End Source File 14442# Begin Source File 14443 14444SOURCE=..\..\include\Inventor\nodes\SoGeoLocation.h 14445# End Source File 14446# Begin Source File 14447 14448SOURCE=..\..\include\Inventor\nodes\SoGeoSeparator.h 14449# End Source File 14450# Begin Source File 14451 14452SOURCE=..\..\include\Inventor\nodes\SoGeoCoordinate.h 14453# End Source File 14454# Begin Source File 14455 14456SOURCE=..\..\include\Inventor\nodes\SoGroup.h 14457# End Source File 14458# Begin Source File 14459 14460SOURCE=..\..\include\Inventor\nodes\SoGeometryShader.h 14461# End Source File 14462# Begin Source File 14463 14464SOURCE=..\..\include\Inventor\nodes\SoImage.h 14465# End Source File 14466# Begin Source File 14467 14468SOURCE=..\..\include\Inventor\nodes\SoIndexedFaceSet.h 14469# End Source File 14470# Begin Source File 14471 14472SOURCE=..\..\include\Inventor\nodes\SoIndexedLineSet.h 14473# End Source File 14474# Begin Source File 14475 14476SOURCE=..\..\include\Inventor\nodes\SoIndexedMarkerSet.h 14477# End Source File 14478# Begin Source File 14479 14480SOURCE=..\..\include\Inventor\nodes\SoIndexedNurbsCurve.h 14481# End Source File 14482# Begin Source File 14483 14484SOURCE=..\..\include\Inventor\nodes\SoIndexedNurbsSurface.h 14485# End Source File 14486# Begin Source File 14487 14488SOURCE=..\..\include\Inventor\nodes\SoIndexedPointSet.h 14489# End Source File 14490# Begin Source File 14491 14492SOURCE=..\..\include\Inventor\nodes\SoIndexedShape.h 14493# End Source File 14494# Begin Source File 14495 14496SOURCE=..\..\include\Inventor\nodes\SoIndexedTriangleStripSet.h 14497# End Source File 14498# Begin Source File 14499 14500SOURCE=..\..\include\Inventor\nodes\SoInfo.h 14501# End Source File 14502# Begin Source File 14503 14504SOURCE=..\..\include\Inventor\nodes\SoLOD.h 14505# End Source File 14506# Begin Source File 14507 14508SOURCE=..\..\include\Inventor\nodes\SoLabel.h 14509# End Source File 14510# Begin Source File 14511 14512SOURCE=..\..\include\Inventor\nodes\SoLevelOfDetail.h 14513# End Source File 14514# Begin Source File 14515 14516SOURCE=..\..\include\Inventor\nodes\SoLight.h 14517# End Source File 14518# Begin Source File 14519 14520SOURCE=..\..\include\Inventor\nodes\SoLightModel.h 14521# End Source File 14522# Begin Source File 14523 14524SOURCE=..\..\include\Inventor\nodes\SoLineSet.h 14525# End Source File 14526# Begin Source File 14527 14528SOURCE=..\..\include\Inventor\nodes\SoLinearProfile.h 14529# End Source File 14530# Begin Source File 14531 14532SOURCE=..\..\include\Inventor\nodes\SoListener.h 14533# End Source File 14534# Begin Source File 14535 14536SOURCE=..\..\include\Inventor\nodes\SoLocateHighlight.h 14537# End Source File 14538# Begin Source File 14539 14540SOURCE=..\..\include\Inventor\nodes\SoMarkerSet.h 14541# End Source File 14542# Begin Source File 14543 14544SOURCE=..\..\include\Inventor\nodes\SoMaterial.h 14545# End Source File 14546# Begin Source File 14547 14548SOURCE=..\..\include\Inventor\nodes\SoMaterialBinding.h 14549# End Source File 14550# Begin Source File 14551 14552SOURCE=..\..\include\Inventor\nodes\SoMatrixTransform.h 14553# End Source File 14554# Begin Source File 14555 14556SOURCE=..\..\include\Inventor\nodes\SoMultipleCopy.h 14557# End Source File 14558# Begin Source File 14559 14560SOURCE=..\..\include\Inventor\nodes\SoNode.h 14561# End Source File 14562# Begin Source File 14563 14564SOURCE=..\..\include\Inventor\nodes\SoNodes.h 14565# End Source File 14566# Begin Source File 14567 14568SOURCE=..\..\include\Inventor\nodes\SoNonIndexedShape.h 14569# End Source File 14570# Begin Source File 14571 14572SOURCE=..\..\include\Inventor\nodes\SoNormal.h 14573# End Source File 14574# Begin Source File 14575 14576SOURCE=..\..\include\Inventor\nodes\SoNormalBinding.h 14577# End Source File 14578# Begin Source File 14579 14580SOURCE=..\..\include\Inventor\nodes\SoNurbsCurve.h 14581# End Source File 14582# Begin Source File 14583 14584SOURCE=..\..\include\Inventor\nodes\SoNurbsProfile.h 14585# End Source File 14586# Begin Source File 14587 14588SOURCE=..\..\include\Inventor\nodes\SoNurbsSurface.h 14589# End Source File 14590# Begin Source File 14591 14592SOURCE=..\..\include\Inventor\nodes\SoOrthographicCamera.h 14593# End Source File 14594# Begin Source File 14595 14596SOURCE=..\..\include\Inventor\nodes\SoPackedColor.h 14597# End Source File 14598# Begin Source File 14599 14600SOURCE=..\..\include\Inventor\nodes\SoPathSwitch.h 14601# End Source File 14602# Begin Source File 14603 14604SOURCE=..\..\include\Inventor\nodes\SoPendulum.h 14605# End Source File 14606# Begin Source File 14607 14608SOURCE=..\..\include\Inventor\nodes\SoPerspectiveCamera.h 14609# End Source File 14610# Begin Source File 14611 14612SOURCE=..\..\include\Inventor\nodes\SoPickStyle.h 14613# End Source File 14614# Begin Source File 14615 14616SOURCE=..\..\include\Inventor\nodes\SoPointLight.h 14617# End Source File 14618# Begin Source File 14619 14620SOURCE=..\..\include\Inventor\nodes\SoPointSet.h 14621# End Source File 14622# Begin Source File 14623 14624SOURCE=..\..\include\Inventor\nodes\SoPolygonOffset.h 14625# End Source File 14626# Begin Source File 14627 14628SOURCE=..\..\include\Inventor\nodes\SoProfile.h 14629# End Source File 14630# Begin Source File 14631 14632SOURCE=..\..\include\Inventor\nodes\SoProfileCoordinate2.h 14633# End Source File 14634# Begin Source File 14635 14636SOURCE=..\..\include\Inventor\nodes\SoProfileCoordinate3.h 14637# End Source File 14638# Begin Source File 14639 14640SOURCE=..\..\include\Inventor\nodes\SoQuadMesh.h 14641# End Source File 14642# Begin Source File 14643 14644SOURCE=..\..\include\Inventor\nodes\SoResetTransform.h 14645# End Source File 14646# Begin Source File 14647 14648SOURCE=..\..\include\Inventor\nodes\SoReversePerspectiveCamera.h 14649# End Source File 14650# Begin Source File 14651 14652SOURCE=..\..\include\Inventor\nodes\SoRotation.h 14653# End Source File 14654# Begin Source File 14655 14656SOURCE=..\..\include\Inventor\nodes\SoRotationXYZ.h 14657# End Source File 14658# Begin Source File 14659 14660SOURCE=..\..\include\Inventor\nodes\SoRotor.h 14661# End Source File 14662# Begin Source File 14663 14664SOURCE=..\..\include\Inventor\nodes\SoScale.h 14665# End Source File 14666# Begin Source File 14667 14668SOURCE=..\..\include\Inventor\nodes\SoSceneTexture2.h 14669# End Source File 14670# Begin Source File 14671 14672SOURCE=..\..\include\Inventor\nodes\SoSceneTextureCubeMap.h 14673# End Source File 14674# Begin Source File 14675 14676SOURCE=..\..\include\Inventor\nodes\SoSelection.h 14677# End Source File 14678# Begin Source File 14679 14680SOURCE=..\..\include\Inventor\nodes\SoSeparator.h 14681# End Source File 14682# Begin Source File 14683 14684SOURCE=..\..\include\Inventor\nodes\SoShape.h 14685# End Source File 14686# Begin Source File 14687 14688SOURCE=..\..\include\Inventor\nodes\SoShapeHints.h 14689# End Source File 14690# Begin Source File 14691 14692SOURCE=..\..\include\Inventor\nodes\SoShuttle.h 14693# End Source File 14694# Begin Source File 14695 14696SOURCE=..\..\include\Inventor\nodes\SoSphere.h 14697# End Source File 14698# Begin Source File 14699 14700SOURCE=..\..\include\Inventor\nodes\SoSpotLight.h 14701# End Source File 14702# Begin Source File 14703 14704SOURCE=..\..\include\Inventor\nodes\SoSubNode.h 14705# End Source File 14706# Begin Source File 14707 14708SOURCE=..\..\include\Inventor\nodes\SoSurroundScale.h 14709# End Source File 14710# Begin Source File 14711 14712SOURCE=..\..\include\Inventor\nodes\SoSwitch.h 14713# End Source File 14714# Begin Source File 14715 14716SOURCE=..\..\include\Inventor\nodes\SoText2.h 14717# End Source File 14718# Begin Source File 14719 14720SOURCE=..\..\include\Inventor\nodes\SoText3.h 14721# End Source File 14722# Begin Source File 14723 14724SOURCE=..\..\include\Inventor\nodes\SoTexture.h 14725# End Source File 14726# Begin Source File 14727 14728SOURCE=..\..\include\Inventor\nodes\SoTexture2.h 14729# End Source File 14730# Begin Source File 14731 14732SOURCE=..\..\include\Inventor\nodes\SoTexture2Transform.h 14733# End Source File 14734# Begin Source File 14735 14736SOURCE=..\..\include\Inventor\nodes\SoTexture3.h 14737# End Source File 14738# Begin Source File 14739 14740SOURCE=..\..\include\Inventor\nodes\SoTexture3Transform.h 14741# End Source File 14742# Begin Source File 14743 14744SOURCE=..\..\include\Inventor\nodes\SoTextureCombine.h 14745# End Source File 14746# Begin Source File 14747 14748SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinate2.h 14749# End Source File 14750# Begin Source File 14751 14752SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinate3.h 14753# End Source File 14754# Begin Source File 14755 14756SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateBinding.h 14757# End Source File 14758# Begin Source File 14759 14760SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateCube.h 14761# End Source File 14762# Begin Source File 14763 14764SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateCylinder.h 14765# End Source File 14766# Begin Source File 14767 14768SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateSphere.h 14769# End Source File 14770# Begin Source File 14771 14772SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateDefault.h 14773# End Source File 14774# Begin Source File 14775 14776SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateEnvironment.h 14777# End Source File 14778# Begin Source File 14779 14780SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateFunction.h 14781# End Source File 14782# Begin Source File 14783 14784SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinatePlane.h 14785# End Source File 14786# Begin Source File 14787 14788SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateNormalMap.h 14789# End Source File 14790# Begin Source File 14791 14792SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateReflectionMap.h 14793# End Source File 14794# Begin Source File 14795 14796SOURCE=..\..\include\Inventor\nodes\SoTextureCoordinateObject.h 14797# End Source File 14798# Begin Source File 14799 14800SOURCE=..\..\include\Inventor\nodes\SoTextureCubeMap.h 14801# End Source File 14802# Begin Source File 14803 14804SOURCE=..\..\include\Inventor\nodes\SoTextureMatrixTransform.h 14805# End Source File 14806# Begin Source File 14807 14808SOURCE=..\..\include\Inventor\nodes\SoTextureScalePolicy.h 14809# End Source File 14810# Begin Source File 14811 14812SOURCE=..\..\include\Inventor\nodes\SoTextureUnit.h 14813# End Source File 14814# Begin Source File 14815 14816SOURCE=..\..\include\Inventor\nodes\SoTransform.h 14817# End Source File 14818# Begin Source File 14819 14820SOURCE=..\..\include\Inventor\nodes\SoTransformSeparator.h 14821# End Source File 14822# Begin Source File 14823 14824SOURCE=..\..\include\Inventor\nodes\SoTransformation.h 14825# End Source File 14826# Begin Source File 14827 14828SOURCE=..\..\include\Inventor\nodes\SoTranslation.h 14829# End Source File 14830# Begin Source File 14831 14832SOURCE=..\..\include\Inventor\nodes\SoTransparencyType.h 14833# End Source File 14834# Begin Source File 14835 14836SOURCE=..\..\include\Inventor\nodes\SoTriangleStripSet.h 14837# End Source File 14838# Begin Source File 14839 14840SOURCE=..\..\include\Inventor\nodes\SoUnits.h 14841# End Source File 14842# Begin Source File 14843 14844SOURCE=..\..\include\Inventor\nodes\SoVertexProperty.h 14845# End Source File 14846# Begin Source File 14847 14848SOURCE=..\..\include\Inventor\nodes\SoVertexAttribute.h 14849# End Source File 14850# Begin Source File 14851 14852SOURCE=..\..\include\Inventor\nodes\SoVertexAttributeBinding.h 14853# End Source File 14854# Begin Source File 14855 14856SOURCE=..\..\include\Inventor\nodes\SoVertexShape.h 14857# End Source File 14858# Begin Source File 14859 14860SOURCE=..\..\include\Inventor\nodes\SoWWWAnchor.h 14861# End Source File 14862# Begin Source File 14863 14864SOURCE=..\..\include\Inventor\nodes\SoWWWInline.h 14865# End Source File 14866# Begin Source File 14867 14868SOURCE=..\..\include\Inventor\nodes\SoFragmentShader.h 14869# End Source File 14870# Begin Source File 14871 14872SOURCE=..\..\include\Inventor\nodes\SoShaderObject.h 14873# End Source File 14874# Begin Source File 14875 14876SOURCE=..\..\include\Inventor\nodes\SoShaderParameter.h 14877# End Source File 14878# Begin Source File 14879 14880SOURCE=..\..\include\Inventor\nodes\SoShaderProgram.h 14881# End Source File 14882# Begin Source File 14883 14884SOURCE=..\..\include\Inventor\nodes\SoVertexShader.h 14885# End Source File 14886# End Group 14887# Begin Group "Inventor\projectors headers" 14888# Set Default_Filter "h" 14889# Begin Source File 14890 14891SOURCE=..\..\include\Inventor\projectors\SbProjectors.h 14892# End Source File 14893# Begin Source File 14894 14895SOURCE=..\..\include\Inventor\projectors\SbCylinderPlaneProjector.h 14896# End Source File 14897# Begin Source File 14898 14899SOURCE=..\..\include\Inventor\projectors\SbCylinderProjector.h 14900# End Source File 14901# Begin Source File 14902 14903SOURCE=..\..\include\Inventor\projectors\SbCylinderSectionProjector.h 14904# End Source File 14905# Begin Source File 14906 14907SOURCE=..\..\include\Inventor\projectors\SbCylinderSheetProjector.h 14908# End Source File 14909# Begin Source File 14910 14911SOURCE=..\..\include\Inventor\projectors\SbLineProjector.h 14912# End Source File 14913# Begin Source File 14914 14915SOURCE=..\..\include\Inventor\projectors\SbPlaneProjector.h 14916# End Source File 14917# Begin Source File 14918 14919SOURCE=..\..\include\Inventor\projectors\SbProjector.h 14920# End Source File 14921# Begin Source File 14922 14923SOURCE=..\..\include\Inventor\projectors\SbSpherePlaneProjector.h 14924# End Source File 14925# Begin Source File 14926 14927SOURCE=..\..\include\Inventor\projectors\SbSphereProjector.h 14928# End Source File 14929# Begin Source File 14930 14931SOURCE=..\..\include\Inventor\projectors\SbSphereSectionProjector.h 14932# End Source File 14933# Begin Source File 14934 14935SOURCE=..\..\include\Inventor\projectors\SbSphereSheetProjector.h 14936# End Source File 14937# End Group 14938# Begin Group "Inventor\sensors headers" 14939# Set Default_Filter "h" 14940# Begin Source File 14941 14942SOURCE=..\..\include\Inventor\sensors\SoSensors.h 14943# End Source File 14944# Begin Source File 14945 14946SOURCE=..\..\include\Inventor\sensors\SoAlarmSensor.h 14947# End Source File 14948# Begin Source File 14949 14950SOURCE=..\..\include\Inventor\sensors\SoDataSensor.h 14951# End Source File 14952# Begin Source File 14953 14954SOURCE=..\..\include\Inventor\sensors\SoDelayQueueSensor.h 14955# End Source File 14956# Begin Source File 14957 14958SOURCE=..\..\include\Inventor\sensors\SoFieldSensor.h 14959# End Source File 14960# Begin Source File 14961 14962SOURCE=..\..\include\Inventor\sensors\SoIdleSensor.h 14963# End Source File 14964# Begin Source File 14965 14966SOURCE=..\..\include\Inventor\sensors\SoNodeSensor.h 14967# End Source File 14968# Begin Source File 14969 14970SOURCE=..\..\include\Inventor\sensors\SoOneShotSensor.h 14971# End Source File 14972# Begin Source File 14973 14974SOURCE=..\..\include\Inventor\sensors\SoPathSensor.h 14975# End Source File 14976# Begin Source File 14977 14978SOURCE=..\..\include\Inventor\sensors\SoSensor.h 14979# End Source File 14980# Begin Source File 14981 14982SOURCE=..\..\include\Inventor\sensors\SoSensorManager.h 14983# End Source File 14984# Begin Source File 14985 14986SOURCE=..\..\include\Inventor\sensors\SoTimerQueueSensor.h 14987# End Source File 14988# Begin Source File 14989 14990SOURCE=..\..\include\Inventor\sensors\SoTimerSensor.h 14991# End Source File 14992# End Group 14993# Begin Group "Inventor\system headers" 14994# Set Default_Filter "h" 14995# Begin Source File 14996 14997SOURCE=..\..\include\Inventor\system\gl.h 14998# End Source File 14999# Begin Source File 15000 15001SOURCE=include\Inventor\system\gl-headers.h 15002# End Source File 15003# Begin Source File 15004 15005SOURCE=include\Inventor\system\inttypes.h 15006# End Source File 15007# End Group 15008# Begin Group "Inventor\threads headers" 15009# Set Default_Filter "h" 15010# Begin Source File 15011 15012SOURCE=..\..\include\Inventor\threads\SbThread.h 15013# End Source File 15014# Begin Source File 15015 15016SOURCE=..\..\include\Inventor\threads\SbMutex.h 15017# End Source File 15018# Begin Source File 15019 15020SOURCE=..\..\include\Inventor\threads\SbThreadMutex.h 15021# End Source File 15022# Begin Source File 15023 15024SOURCE=..\..\include\Inventor\threads\SbRWMutex.h 15025# End Source File 15026# Begin Source File 15027 15028SOURCE=..\..\include\Inventor\threads\SbCondVar.h 15029# End Source File 15030# Begin Source File 15031 15032SOURCE=..\..\include\Inventor\threads\SbStorage.h 15033# End Source File 15034# Begin Source File 15035 15036SOURCE=..\..\include\Inventor\threads\SbTypedStorage.h 15037# End Source File 15038# Begin Source File 15039 15040SOURCE=..\..\include\Inventor\threads\SbFifo.h 15041# End Source File 15042# Begin Source File 15043 15044SOURCE=..\..\include\Inventor\threads\SbBarrier.h 15045# End Source File 15046# Begin Source File 15047 15048SOURCE=..\..\include\Inventor\threads\SbThreadAutoLock.h 15049# End Source File 15050# End Group 15051# Begin Group "Inventor\tools headers" 15052# Set Default_Filter "h" 15053# Begin Source File 15054 15055SOURCE=..\..\include\Inventor\tools\SbPimplPtr.h 15056# End Source File 15057# Begin Source File 15058 15059SOURCE=..\..\include\Inventor\tools\SbPimplPtr.hpp 15060# End Source File 15061# Begin Source File 15062 15063SOURCE=..\..\include\Inventor\tools\SbLazyPimplPtr.h 15064# End Source File 15065# Begin Source File 15066 15067SOURCE=..\..\include\Inventor\tools\SbLazyPimplPtr.hpp 15068# End Source File 15069# End Group 15070# Begin Group "Inventor\scxml headers" 15071# Set Default_Filter "h" 15072# Begin Source File 15073 15074SOURCE=..\..\include\Inventor\scxml\ScXML.h 15075# End Source File 15076# Begin Source File 15077 15078SOURCE=..\..\include\Inventor\scxml\ScXMLSubObject.h 15079# End Source File 15080# Begin Source File 15081 15082SOURCE=..\..\include\Inventor\scxml\ScXMLObject.h 15083# End Source File 15084# Begin Source File 15085 15086SOURCE=..\..\include\Inventor\scxml\ScXMLEvent.h 15087# End Source File 15088# Begin Source File 15089 15090SOURCE=..\..\include\Inventor\scxml\ScXMLEventTarget.h 15091# End Source File 15092# Begin Source File 15093 15094SOURCE=..\..\include\Inventor\scxml\ScXMLStateMachine.h 15095# End Source File 15096# Begin Source File 15097 15098SOURCE=..\..\include\Inventor\scxml\ScXMLDocument.h 15099# End Source File 15100# Begin Source File 15101 15102SOURCE=..\..\include\Inventor\scxml\ScXMLElt.h 15103# End Source File 15104# Begin Source File 15105 15106SOURCE=..\..\include\Inventor\scxml\ScXMLAbstractStateElt.h 15107# End Source File 15108# Begin Source File 15109 15110SOURCE=..\..\include\Inventor\scxml\ScXMLExecutableElt.h 15111# End Source File 15112# Begin Source File 15113 15114SOURCE=..\..\include\Inventor\scxml\ScXMLAnchorElt.h 15115# End Source File 15116# Begin Source File 15117 15118SOURCE=..\..\include\Inventor\scxml\ScXMLAssignElt.h 15119# End Source File 15120# Begin Source File 15121 15122SOURCE=..\..\include\Inventor\scxml\ScXMLContentElt.h 15123# End Source File 15124# Begin Source File 15125 15126SOURCE=..\..\include\Inventor\scxml\ScXMLDataElt.h 15127# End Source File 15128# Begin Source File 15129 15130SOURCE=..\..\include\Inventor\scxml\ScXMLDataModelElt.h 15131# End Source File 15132# Begin Source File 15133 15134SOURCE=..\..\include\Inventor\scxml\ScXMLElseElt.h 15135# End Source File 15136# Begin Source File 15137 15138SOURCE=..\..\include\Inventor\scxml\ScXMLElseIfElt.h 15139# End Source File 15140# Begin Source File 15141 15142SOURCE=..\..\include\Inventor\scxml\ScXMLEventElt.h 15143# End Source File 15144# Begin Source File 15145 15146SOURCE=..\..\include\Inventor\scxml\ScXMLFinalElt.h 15147# End Source File 15148# Begin Source File 15149 15150SOURCE=..\..\include\Inventor\scxml\ScXMLFinalizeElt.h 15151# End Source File 15152# Begin Source File 15153 15154SOURCE=..\..\include\Inventor\scxml\ScXMLHistoryElt.h 15155# End Source File 15156# Begin Source File 15157 15158SOURCE=..\..\include\Inventor\scxml\ScXMLIfElt.h 15159# End Source File 15160# Begin Source File 15161 15162SOURCE=..\..\include\Inventor\scxml\ScXMLInitialElt.h 15163# End Source File 15164# Begin Source File 15165 15166SOURCE=..\..\include\Inventor\scxml\ScXMLInvokeElt.h 15167# End Source File 15168# Begin Source File 15169 15170SOURCE=..\..\include\Inventor\scxml\ScXMLLogElt.h 15171# End Source File 15172# Begin Source File 15173 15174SOURCE=..\..\include\Inventor\scxml\ScXMLOnEntryElt.h 15175# End Source File 15176# Begin Source File 15177 15178SOURCE=..\..\include\Inventor\scxml\ScXMLOnExitElt.h 15179# End Source File 15180# Begin Source File 15181 15182SOURCE=..\..\include\Inventor\scxml\ScXMLParallelElt.h 15183# End Source File 15184# Begin Source File 15185 15186SOURCE=..\..\include\Inventor\scxml\ScXMLParamElt.h 15187# End Source File 15188# Begin Source File 15189 15190SOURCE=..\..\include\Inventor\scxml\ScXMLScriptElt.h 15191# End Source File 15192# Begin Source File 15193 15194SOURCE=..\..\include\Inventor\scxml\ScXMLScxmlElt.h 15195# End Source File 15196# Begin Source File 15197 15198SOURCE=..\..\include\Inventor\scxml\ScXMLSendElt.h 15199# End Source File 15200# Begin Source File 15201 15202SOURCE=..\..\include\Inventor\scxml\ScXMLStateElt.h 15203# End Source File 15204# Begin Source File 15205 15206SOURCE=..\..\include\Inventor\scxml\ScXMLTransitionElt.h 15207# End Source File 15208# Begin Source File 15209 15210SOURCE=..\..\include\Inventor\scxml\ScXMLValidateElt.h 15211# End Source File 15212# Begin Source File 15213 15214SOURCE=..\..\include\Inventor\scxml\ScXMLEvaluator.h 15215# End Source File 15216# Begin Source File 15217 15218SOURCE=..\..\include\Inventor\scxml\ScXMLMinimumEvaluator.h 15219# End Source File 15220# Begin Source File 15221 15222SOURCE=..\..\include\Inventor\scxml\ScXMLXPathEvaluator.h 15223# End Source File 15224# Begin Source File 15225 15226SOURCE=..\..\include\Inventor\scxml\ScXMLECMAScriptEvaluator.h 15227# End Source File 15228# Begin Source File 15229 15230SOURCE=..\..\include\Inventor\scxml\ScXMLCoinEvaluator.h 15231# End Source File 15232# Begin Source File 15233 15234SOURCE=..\..\include\Inventor\scxml\SoScXMLEvent.h 15235# End Source File 15236# Begin Source File 15237 15238SOURCE=..\..\include\Inventor\scxml\SoScXMLStateMachine.h 15239# End Source File 15240# End Group 15241# Begin Group "Inventor headers" 15242# Set Default_Filter "h" 15243# Begin Source File 15244 15245SOURCE=..\..\include\Inventor\Sb.h 15246# End Source File 15247# Begin Source File 15248 15249SOURCE=..\..\include\Inventor\SbBSPTree.h 15250# End Source File 15251# Begin Source File 15252 15253SOURCE=..\..\include\Inventor\SbBasic.h 15254# End Source File 15255# Begin Source File 15256 15257SOURCE=..\..\include\Inventor\SbBox.h 15258# End Source File 15259# Begin Source File 15260 15261SOURCE=..\..\include\Inventor\SbBox2s.h 15262# End Source File 15263# Begin Source File 15264 15265SOURCE=..\..\include\Inventor\SbBox2i32.h 15266# End Source File 15267# Begin Source File 15268 15269SOURCE=..\..\include\Inventor\SbBox2f.h 15270# End Source File 15271# Begin Source File 15272 15273SOURCE=..\..\include\Inventor\SbBox2d.h 15274# End Source File 15275# Begin Source File 15276 15277SOURCE=..\..\include\Inventor\SbBox3d.h 15278# End Source File 15279# Begin Source File 15280 15281SOURCE=..\..\include\Inventor\SbBox3f.h 15282# End Source File 15283# Begin Source File 15284 15285SOURCE=..\..\include\Inventor\SbBox3i32.h 15286# End Source File 15287# Begin Source File 15288 15289SOURCE=..\..\include\Inventor\SbBox3s.h 15290# End Source File 15291# Begin Source File 15292 15293SOURCE=..\..\include\Inventor\SbByteBuffer.h 15294# End Source File 15295# Begin Source File 15296 15297SOURCE=..\..\include\Inventor\SbByteBuffer.h 15298# End Source File 15299# Begin Source File 15300 15301SOURCE=..\..\include\Inventor\SbClip.h 15302# End Source File 15303# Begin Source File 15304 15305SOURCE=..\..\include\Inventor\SbColor.h 15306# End Source File 15307# Begin Source File 15308 15309SOURCE=..\..\include\Inventor\SbColor4f.h 15310# End Source File 15311# Begin Source File 15312 15313SOURCE=..\..\include\Inventor\SbColorRGBA.h 15314# End Source File 15315# Begin Source File 15316 15317SOURCE=..\..\include\Inventor\SbCylinder.h 15318# End Source File 15319# Begin Source File 15320 15321SOURCE=..\..\include\Inventor\SbDPLine.h 15322# End Source File 15323# Begin Source File 15324 15325SOURCE=..\..\include\Inventor\SbDPLinear.h 15326# End Source File 15327# Begin Source File 15328 15329SOURCE=..\..\include\Inventor\SbDPMatrix.h 15330# End Source File 15331# Begin Source File 15332 15333SOURCE=..\..\include\Inventor\SbDPPlane.h 15334# End Source File 15335# Begin Source File 15336 15337SOURCE=..\..\include\Inventor\SbDPRotation.h 15338# End Source File 15339# Begin Source File 15340 15341SOURCE=..\..\include\Inventor\SbDPViewVolume.h 15342# End Source File 15343# Begin Source File 15344 15345SOURCE=..\..\include\Inventor\SbDict.h 15346# End Source File 15347# Begin Source File 15348 15349SOURCE=..\..\include\Inventor\SbHeap.h 15350# End Source File 15351# Begin Source File 15352 15353SOURCE=..\..\include\Inventor\SbImage.h 15354# End Source File 15355# Begin Source File 15356 15357SOURCE=..\..\include\Inventor\SbLine.h 15358# End Source File 15359# Begin Source File 15360 15361SOURCE=..\..\include\Inventor\SbLinear.h 15362# End Source File 15363# Begin Source File 15364 15365SOURCE=..\..\include\Inventor\SbMatrix.h 15366# End Source File 15367# Begin Source File 15368 15369SOURCE=..\..\include\Inventor\SbName.h 15370# End Source File 15371# Begin Source File 15372 15373SOURCE=..\..\include\Inventor\SbOctTree.h 15374# End Source File 15375# Begin Source File 15376 15377SOURCE=..\..\include\Inventor\SbPList.h 15378# End Source File 15379# Begin Source File 15380 15381SOURCE=..\..\include\Inventor\SbPlane.h 15382# End Source File 15383# Begin Source File 15384 15385SOURCE=..\..\include\Inventor\SbRotation.h 15386# End Source File 15387# Begin Source File 15388 15389SOURCE=..\..\include\Inventor\SbSphere.h 15390# End Source File 15391# Begin Source File 15392 15393SOURCE=..\..\include\Inventor\SbString.h 15394# End Source File 15395# Begin Source File 15396 15397SOURCE=..\..\include\Inventor\SbTesselator.h 15398# End Source File 15399# Begin Source File 15400 15401SOURCE=..\..\include\Inventor\SbTime.h 15402# End Source File 15403# Begin Source File 15404 15405SOURCE=..\..\include\Inventor\SbTypeInfo.h 15406# End Source File 15407# Begin Source File 15408 15409SOURCE=..\..\include\Inventor\SbVec.h 15410# End Source File 15411# Begin Source File 15412 15413SOURCE=..\..\include\Inventor\SbVec2b.h 15414# End Source File 15415# Begin Source File 15416 15417SOURCE=..\..\include\Inventor\SbVec2ub.h 15418# End Source File 15419# Begin Source File 15420 15421SOURCE=..\..\include\Inventor\SbVec2s.h 15422# End Source File 15423# Begin Source File 15424 15425SOURCE=..\..\include\Inventor\SbVec2us.h 15426# End Source File 15427# Begin Source File 15428 15429SOURCE=..\..\include\Inventor\SbVec2i32.h 15430# End Source File 15431# Begin Source File 15432 15433SOURCE=..\..\include\Inventor\SbVec2ui32.h 15434# End Source File 15435# Begin Source File 15436 15437SOURCE=..\..\include\Inventor\SbVec2f.h 15438# End Source File 15439# Begin Source File 15440 15441SOURCE=..\..\include\Inventor\SbVec2d.h 15442# End Source File 15443# Begin Source File 15444 15445SOURCE=..\..\include\Inventor\SbVec3b.h 15446# End Source File 15447# Begin Source File 15448 15449SOURCE=..\..\include\Inventor\SbVec3ub.h 15450# End Source File 15451# Begin Source File 15452 15453SOURCE=..\..\include\Inventor\SbVec3s.h 15454# End Source File 15455# Begin Source File 15456 15457SOURCE=..\..\include\Inventor\SbVec3us.h 15458# End Source File 15459# Begin Source File 15460 15461SOURCE=..\..\include\Inventor\SbVec3i32.h 15462# End Source File 15463# Begin Source File 15464 15465SOURCE=..\..\include\Inventor\SbVec3ui32.h 15466# End Source File 15467# Begin Source File 15468 15469SOURCE=..\..\include\Inventor\SbVec3f.h 15470# End Source File 15471# Begin Source File 15472 15473SOURCE=..\..\include\Inventor\SbVec3d.h 15474# End Source File 15475# Begin Source File 15476 15477SOURCE=..\..\include\Inventor\SbVec4b.h 15478# End Source File 15479# Begin Source File 15480 15481SOURCE=..\..\include\Inventor\SbVec4ub.h 15482# End Source File 15483# Begin Source File 15484 15485SOURCE=..\..\include\Inventor\SbVec4s.h 15486# End Source File 15487# Begin Source File 15488 15489SOURCE=..\..\include\Inventor\SbVec4us.h 15490# End Source File 15491# Begin Source File 15492 15493SOURCE=..\..\include\Inventor\SbVec4i32.h 15494# End Source File 15495# Begin Source File 15496 15497SOURCE=..\..\include\Inventor\SbVec4ui32.h 15498# End Source File 15499# Begin Source File 15500 15501SOURCE=..\..\include\Inventor\SbVec4f.h 15502# End Source File 15503# Begin Source File 15504 15505SOURCE=..\..\include\Inventor\SbVec4d.h 15506# End Source File 15507# Begin Source File 15508 15509SOURCE=..\..\include\Inventor\SbViewVolume.h 15510# End Source File 15511# Begin Source File 15512 15513SOURCE=..\..\include\Inventor\SbViewportRegion.h 15514# End Source File 15515# Begin Source File 15516 15517SOURCE=..\..\include\Inventor\SbXfBox3f.h 15518# End Source File 15519# Begin Source File 15520 15521SOURCE=..\..\include\Inventor\SbXfBox3d.h 15522# End Source File 15523# Begin Source File 15524 15525SOURCE=..\..\include\Inventor\So.h 15526# End Source File 15527# Begin Source File 15528 15529SOURCE=..\..\include\Inventor\SoDB.h 15530# End Source File 15531# Begin Source File 15532 15533SOURCE=..\..\include\Inventor\SoFullPath.h 15534# End Source File 15535# Begin Source File 15536 15537SOURCE=..\..\include\Inventor\SoInput.h 15538# End Source File 15539# Begin Source File 15540 15541SOURCE=..\..\include\Inventor\SoInteraction.h 15542# End Source File 15543# Begin Source File 15544 15545SOURCE=..\..\include\Inventor\SoLists.h 15546# End Source File 15547# Begin Source File 15548 15549SOURCE=..\..\include\Inventor\SoNodeKitPath.h 15550# End Source File 15551# Begin Source File 15552 15553SOURCE=..\..\include\Inventor\SoOffscreenRenderer.h 15554# End Source File 15555# Begin Source File 15556 15557SOURCE=..\..\include\Inventor\SoOutput.h 15558# End Source File 15559# Begin Source File 15560 15561SOURCE=..\..\include\Inventor\SoPath.h 15562# End Source File 15563# Begin Source File 15564 15565SOURCE=..\..\include\Inventor\SoPickedPoint.h 15566# End Source File 15567# Begin Source File 15568 15569SOURCE=..\..\include\Inventor\SoPrimitiveVertex.h 15570# End Source File 15571# Begin Source File 15572 15573SOURCE=..\..\include\Inventor\SoSceneManager.h 15574# End Source File 15575# Begin Source File 15576 15577SOURCE=..\..\include\Inventor\SoRenderManager.h 15578# End Source File 15579# Begin Source File 15580 15581SOURCE=..\..\include\Inventor\SoEventManager.h 15582# End Source File 15583# Begin Source File 15584 15585SOURCE=..\..\include\Inventor\SoType.h 15586# End Source File 15587# Begin Source File 15588 15589SOURCE=..\..\include\Inventor\non_winsys.h 15590# End Source File 15591# Begin Source File 15592 15593SOURCE=..\..\include\Inventor\oivwin32.h 15594# End Source File 15595# End Group 15596# Begin Source File 15597 15598SOURCE=..\..\include\SoWinEnterScope.h 15599# End Source File 15600# Begin Source File 15601 15602SOURCE=..\..\include\SoWinLeaveScope.h 15603# End Source File 15604# Begin Source File 15605 15606SOURCE=..\..\include\SoDebug.h 15607# End Source File 15608# End Group 15609# Begin Group "Private Headers" 15610 15611# PROP Default_Filter "h;ic;icc" 15612# Begin Group "draggerDefaults local includes" 15613 15614# PROP Default_Filter "h;ic;icc" 15615# Begin Source File 15616 15617SOURCE=.\data\draggerDefaults\centerballDragger.h 15618 15619# PROP Exclude_From_Build 1 15620# End Source File 15621# Begin Source File 15622 15623SOURCE=.\data\draggerDefaults\directionalLightDragger.h 15624 15625# PROP Exclude_From_Build 1 15626# End Source File 15627# Begin Source File 15628 15629SOURCE=.\data\draggerDefaults\dragPointDragger.h 15630 15631# PROP Exclude_From_Build 1 15632# End Source File 15633# Begin Source File 15634 15635SOURCE=.\data\draggerDefaults\handleBoxDragger.h 15636 15637# PROP Exclude_From_Build 1 15638# End Source File 15639# Begin Source File 15640 15641SOURCE=.\data\draggerDefaults\jackDragger.h 15642 15643# PROP Exclude_From_Build 1 15644# End Source File 15645# Begin Source File 15646 15647SOURCE=.\data\draggerDefaults\pointLightDragger.h 15648 15649# PROP Exclude_From_Build 1 15650# End Source File 15651# Begin Source File 15652 15653SOURCE=.\data\draggerDefaults\rotateCylindricalDragger.h 15654 15655# PROP Exclude_From_Build 1 15656# End Source File 15657# Begin Source File 15658 15659SOURCE=.\data\draggerDefaults\rotateDiscDragger.h 15660 15661# PROP Exclude_From_Build 1 15662# End Source File 15663# Begin Source File 15664 15665SOURCE=.\data\draggerDefaults\rotateSphericalDragger.h 15666 15667# PROP Exclude_From_Build 1 15668# End Source File 15669# Begin Source File 15670 15671SOURCE=.\data\draggerDefaults\scale1Dragger.h 15672 15673# PROP Exclude_From_Build 1 15674# End Source File 15675# Begin Source File 15676 15677SOURCE=.\data\draggerDefaults\scale2Dragger.h 15678 15679# PROP Exclude_From_Build 1 15680# End Source File 15681# Begin Source File 15682 15683SOURCE=.\data\draggerDefaults\scale2UniformDragger.h 15684 15685# PROP Exclude_From_Build 1 15686# End Source File 15687# Begin Source File 15688 15689SOURCE=.\data\draggerDefaults\scaleUniformDragger.h 15690 15691# PROP Exclude_From_Build 1 15692# End Source File 15693# Begin Source File 15694 15695SOURCE=.\data\draggerDefaults\spotLightDragger.h 15696 15697# PROP Exclude_From_Build 1 15698# End Source File 15699# Begin Source File 15700 15701SOURCE=.\data\draggerDefaults\tabBoxDragger.h 15702 15703# PROP Exclude_From_Build 1 15704# End Source File 15705# Begin Source File 15706 15707SOURCE=.\data\draggerDefaults\tabPlaneDragger.h 15708 15709# PROP Exclude_From_Build 1 15710# End Source File 15711# Begin Source File 15712 15713SOURCE=.\data\draggerDefaults\trackballDragger.h 15714 15715# PROP Exclude_From_Build 1 15716# End Source File 15717# Begin Source File 15718 15719SOURCE=.\data\draggerDefaults\transformBoxDragger.h 15720 15721# PROP Exclude_From_Build 1 15722# End Source File 15723# Begin Source File 15724 15725SOURCE=.\data\draggerDefaults\transformerDragger.h 15726 15727# PROP Exclude_From_Build 1 15728# End Source File 15729# Begin Source File 15730 15731SOURCE=.\data\draggerDefaults\translate1Dragger.h 15732 15733# PROP Exclude_From_Build 1 15734# End Source File 15735# Begin Source File 15736 15737SOURCE=.\data\draggerDefaults\translate2Dragger.h 15738 15739# PROP Exclude_From_Build 1 15740# End Source File 15741# End Group 15742# Begin Group "lights local includes" 15743 15744# PROP Default_Filter "h;ic;icc" 15745# Begin Source File 15746 15747SOURCE=.\data\shaders\lights\DirSpotLight.h 15748 15749# PROP Exclude_From_Build 1 15750# End Source File 15751# Begin Source File 15752 15753SOURCE=.\data\shaders\lights\DirectionalLight.h 15754 15755# PROP Exclude_From_Build 1 15756# End Source File 15757# Begin Source File 15758 15759SOURCE=.\data\shaders\lights\PointLight.h 15760 15761# PROP Exclude_From_Build 1 15762# End Source File 15763# Begin Source File 15764 15765SOURCE=.\data\shaders\lights\SpotLight.h 15766 15767# PROP Exclude_From_Build 1 15768# End Source File 15769# End Group 15770# Begin Group "vsm local includes" 15771 15772# PROP Default_Filter "h;ic;icc" 15773# Begin Source File 15774 15775SOURCE=.\data\shaders\vsm\VsmLookup.h 15776 15777# PROP Exclude_From_Build 1 15778# End Source File 15779# End Group 15780# Begin Group "src local includes" 15781 15782# PROP Default_Filter "h;ic;icc" 15783# Begin Source File 15784 15785SOURCE=.\src\config-debug.h 15786 15787# PROP Exclude_From_Build 1 15788# End Source File 15789# Begin Source File 15790 15791SOURCE=.\src\config-release.h 15792 15793# PROP Exclude_From_Build 1 15794# End Source File 15795# Begin Source File 15796 15797SOURCE=.\src\config.h 15798 15799# PROP Exclude_From_Build 1 15800# End Source File 15801# Begin Source File 15802 15803SOURCE=.\src\setup.h 15804 15805# PROP Exclude_From_Build 1 15806# End Source File 15807# End Group 15808# Begin Group "actions local includes" 15809 15810# PROP Default_Filter "h;ic;icc" 15811# Begin Source File 15812 15813SOURCE=..\..\src\actions\SoActionP.h 15814 15815# PROP Exclude_From_Build 1 15816# End Source File 15817# Begin Source File 15818 15819SOURCE=..\..\src\actions\SoSubActionP.h 15820 15821# PROP Exclude_From_Build 1 15822# End Source File 15823# End Group 15824# Begin Group "base local includes" 15825 15826# PROP Default_Filter "h;ic;icc" 15827# Begin Source File 15828 15829SOURCE=..\..\src\base\SbGLUTessellator.h 15830 15831# PROP Exclude_From_Build 1 15832# End Source File 15833# Begin Source File 15834 15835SOURCE=..\..\src\base\dict.h 15836 15837# PROP Exclude_From_Build 1 15838# End Source File 15839# Begin Source File 15840 15841SOURCE=..\..\src\base\dictp.h 15842 15843# PROP Exclude_From_Build 1 15844# End Source File 15845# Begin Source File 15846 15847SOURCE=..\..\src\base\hashp.h 15848 15849# PROP Exclude_From_Build 1 15850# End Source File 15851# Begin Source File 15852 15853SOURCE=..\..\src\base\heapp.h 15854 15855# PROP Exclude_From_Build 1 15856# End Source File 15857# End Group 15858# Begin Group "caches local includes" 15859 15860# PROP Default_Filter "h;ic;icc" 15861# Begin Source File 15862 15863SOURCE=..\..\src\caches\SoGlyphCache.h 15864 15865# PROP Exclude_From_Build 1 15866# End Source File 15867# End Group 15868# Begin Group "src local includes" 15869 15870# PROP Default_Filter "h;ic;icc" 15871# Begin Source File 15872 15873SOURCE=..\..\src\coindefs.h 15874 15875# PROP Exclude_From_Build 1 15876# End Source File 15877# End Group 15878# Begin Group "elements local includes" 15879 15880# PROP Default_Filter "h;ic;icc" 15881# Begin Source File 15882 15883SOURCE=..\..\src\elements\SoTextureScalePolicyElement.h 15884 15885# PROP Exclude_From_Build 1 15886# End Source File 15887# Begin Source File 15888 15889SOURCE=..\..\src\elements\SoTextureScaleQualityElement.h 15890 15891# PROP Exclude_From_Build 1 15892# End Source File 15893# End Group 15894# Begin Group "engines local includes" 15895 15896# PROP Default_Filter "h;ic;icc" 15897# Begin Source File 15898 15899SOURCE=..\..\src\engines\SoConvertAll.h 15900 15901# PROP Exclude_From_Build 1 15902# End Source File 15903# Begin Source File 15904 15905SOURCE=..\..\src\engines\SoSubEngineP.h 15906 15907# PROP Exclude_From_Build 1 15908# End Source File 15909# Begin Source File 15910 15911SOURCE=..\..\src\engines\SoSubNodeEngineP.h 15912 15913# PROP Exclude_From_Build 1 15914# End Source File 15915# Begin Source File 15916 15917SOURCE=..\..\src\engines\evaluator.h 15918 15919# PROP Exclude_From_Build 1 15920# End Source File 15921# Begin Source File 15922 15923SOURCE=..\..\src\engines\so_eval.ic 15924 15925# PROP Exclude_From_Build 1 15926# End Source File 15927# End Group 15928# Begin Group "fields local includes" 15929 15930# PROP Default_Filter "h;ic;icc" 15931# Begin Source File 15932 15933SOURCE=..\..\src\fields\SoGlobalField.h 15934 15935# PROP Exclude_From_Build 1 15936# End Source File 15937# Begin Source File 15938 15939SOURCE=..\..\src\fields\SoSubFieldP.h 15940 15941# PROP Exclude_From_Build 1 15942# End Source File 15943# End Group 15944# Begin Group "fonts local includes" 15945 15946# PROP Default_Filter "h;ic;icc" 15947# Begin Source File 15948 15949SOURCE=..\..\src\fonts\builtin2dfonts.icc 15950 15951# PROP Exclude_From_Build 1 15952# End Source File 15953# Begin Source File 15954 15955SOURCE=..\..\src\fonts\common.h 15956 15957# PROP Exclude_From_Build 1 15958# End Source File 15959# Begin Source File 15960 15961SOURCE=..\..\src\fonts\defaultfonts.h 15962 15963# PROP Exclude_From_Build 1 15964# End Source File 15965# Begin Source File 15966 15967SOURCE=..\..\src\fonts\font13.icc 15968 15969# PROP Exclude_From_Build 1 15970# End Source File 15971# Begin Source File 15972 15973SOURCE=..\..\src\fonts\font17.icc 15974 15975# PROP Exclude_From_Build 1 15976# End Source File 15977# Begin Source File 15978 15979SOURCE=..\..\src\fonts\font25.icc 15980 15981# PROP Exclude_From_Build 1 15982# End Source File 15983# Begin Source File 15984 15985SOURCE=..\..\src\fonts\font33.icc 15986 15987# PROP Exclude_From_Build 1 15988# End Source File 15989# Begin Source File 15990 15991SOURCE=..\..\src\fonts\fontlib_wrapper.h 15992 15993# PROP Exclude_From_Build 1 15994# End Source File 15995# Begin Source File 15996 15997SOURCE=..\..\src\fonts\fontspec.h 15998 15999# PROP Exclude_From_Build 1 16000# End Source File 16001# Begin Source File 16002 16003SOURCE=..\..\src\fonts\freetype.h 16004 16005# PROP Exclude_From_Build 1 16006# End Source File 16007# Begin Source File 16008 16009SOURCE=..\..\src\fonts\glyph.h 16010 16011# PROP Exclude_From_Build 1 16012# End Source File 16013# Begin Source File 16014 16015SOURCE=..\..\src\fonts\glyph2d.h 16016 16017# PROP Exclude_From_Build 1 16018# End Source File 16019# Begin Source File 16020 16021SOURCE=..\..\src\fonts\glyph3d.h 16022 16023# PROP Exclude_From_Build 1 16024# End Source File 16025# Begin Source File 16026 16027SOURCE=..\..\src\fonts\win32.h 16028 16029# PROP Exclude_From_Build 1 16030# End Source File 16031# End Group 16032# Begin Group "glue local includes" 16033 16034# PROP Default_Filter "h;ic;icc" 16035# Begin Source File 16036 16037SOURCE=..\..\src\glue\GLUWrapper.h 16038 16039# PROP Exclude_From_Build 1 16040# End Source File 16041# Begin Source File 16042 16043SOURCE=..\..\src\glue\bzip2.h 16044 16045# PROP Exclude_From_Build 1 16046# End Source File 16047# Begin Source File 16048 16049SOURCE=..\..\src\glue\cg.h 16050 16051# PROP Exclude_From_Build 1 16052# End Source File 16053# Begin Source File 16054 16055SOURCE=..\..\src\glue\dlp.h 16056 16057# PROP Exclude_From_Build 1 16058# End Source File 16059# Begin Source File 16060 16061SOURCE=..\..\src\glue\freetype.h 16062 16063# PROP Exclude_From_Build 1 16064# End Source File 16065# Begin Source File 16066 16067SOURCE=..\..\src\glue\gl_agl.h 16068 16069# PROP Exclude_From_Build 1 16070# End Source File 16071# Begin Source File 16072 16073SOURCE=..\..\src\glue\gl_cgl.h 16074 16075# PROP Exclude_From_Build 1 16076# End Source File 16077# Begin Source File 16078 16079SOURCE=..\..\src\glue\gl_glx.h 16080 16081# PROP Exclude_From_Build 1 16082# End Source File 16083# Begin Source File 16084 16085SOURCE=..\..\src\glue\gl_wgl.h 16086 16087# PROP Exclude_From_Build 1 16088# End Source File 16089# Begin Source File 16090 16091SOURCE=..\..\src\glue\glp.h 16092 16093# PROP Exclude_From_Build 1 16094# End Source File 16095# Begin Source File 16096 16097SOURCE=..\..\src\glue\openal_wrapper.h 16098 16099# PROP Exclude_From_Build 1 16100# End Source File 16101# Begin Source File 16102 16103SOURCE=..\..\src\glue\simage_wrapper.h 16104 16105# PROP Exclude_From_Build 1 16106# End Source File 16107# Begin Source File 16108 16109SOURCE=..\..\src\glue\win32api.h 16110 16111# PROP Exclude_From_Build 1 16112# End Source File 16113# Begin Source File 16114 16115SOURCE=..\..\src\glue\zlib.h 16116 16117# PROP Exclude_From_Build 1 16118# End Source File 16119# End Group 16120# Begin Group "io local includes" 16121 16122# PROP Default_Filter "h;ic;icc" 16123# Begin Source File 16124 16125SOURCE=..\..\src\io\SoInputP.h 16126 16127# PROP Exclude_From_Build 1 16128# End Source File 16129# Begin Source File 16130 16131SOURCE=..\..\src\io\SoInput_FileInfo.h 16132 16133# PROP Exclude_From_Build 1 16134# End Source File 16135# Begin Source File 16136 16137SOURCE=..\..\src\io\SoInput_Reader.h 16138 16139# PROP Exclude_From_Build 1 16140# End Source File 16141# Begin Source File 16142 16143SOURCE=..\..\src\io\SoOutput_Writer.h 16144 16145# PROP Exclude_From_Build 1 16146# End Source File 16147# Begin Source File 16148 16149SOURCE=..\..\src\io\SoWriterefCounter.h 16150 16151# PROP Exclude_From_Build 1 16152# End Source File 16153# End Group 16154# Begin Group "misc local includes" 16155 16156# PROP Default_Filter "h;ic;icc" 16157# Begin Source File 16158 16159SOURCE=..\..\src\misc\AudioTools.h 16160 16161# PROP Exclude_From_Build 1 16162# End Source File 16163# Begin Source File 16164 16165SOURCE=..\..\src\misc\CoinStaticObjectInDLL.h 16166 16167# PROP Exclude_From_Build 1 16168# End Source File 16169# Begin Source File 16170 16171SOURCE=..\..\src\misc\SbHash.h 16172 16173# PROP Exclude_From_Build 1 16174# End Source File 16175# Begin Source File 16176 16177SOURCE=..\..\src\misc\SoBaseP.h 16178 16179# PROP Exclude_From_Build 1 16180# End Source File 16181# Begin Source File 16182 16183SOURCE=..\..\src\misc\SoCompactPathList.h 16184 16185# PROP Exclude_From_Build 1 16186# End Source File 16187# Begin Source File 16188 16189SOURCE=..\..\src\misc\SoDBP.h 16190 16191# PROP Exclude_From_Build 1 16192# End Source File 16193# Begin Source File 16194 16195SOURCE=..\..\src\misc\SoGenerate.h 16196 16197# PROP Exclude_From_Build 1 16198# End Source File 16199# Begin Source File 16200 16201SOURCE=..\..\src\misc\SoPick.h 16202 16203# PROP Exclude_From_Build 1 16204# End Source File 16205# Begin Source File 16206 16207SOURCE=..\..\src\misc\SoShaderGenerator.h 16208 16209# PROP Exclude_From_Build 1 16210# End Source File 16211# Begin Source File 16212 16213SOURCE=..\..\src\misc\cppmangle.icc 16214 16215# PROP Exclude_From_Build 1 16216# End Source File 16217# Begin Source File 16218 16219SOURCE=..\..\src\misc\systemsanity.icc 16220 16221# PROP Exclude_From_Build 1 16222# End Source File 16223# End Group 16224# Begin Group "nodekits local includes" 16225 16226# PROP Default_Filter "h;ic;icc" 16227# Begin Source File 16228 16229SOURCE=..\..\src\nodekits\SoSubKitP.h 16230 16231# PROP Exclude_From_Build 1 16232# End Source File 16233# End Group 16234# Begin Group "nodes local includes" 16235 16236# PROP Default_Filter "h;ic;icc" 16237# Begin Source File 16238 16239SOURCE=..\..\src\nodes\SoSoundElementHelper.h 16240 16241# PROP Exclude_From_Build 1 16242# End Source File 16243# Begin Source File 16244 16245SOURCE=..\..\src\nodes\SoSubNodeP.h 16246 16247# PROP Exclude_From_Build 1 16248# End Source File 16249# Begin Source File 16250 16251SOURCE=..\..\src\nodes\SoUnknownNode.h 16252 16253# PROP Exclude_From_Build 1 16254# End Source File 16255# End Group 16256# Begin Group "profiler local includes" 16257 16258# PROP Default_Filter "h;ic;icc" 16259# Begin Source File 16260 16261SOURCE=..\..\src\profiler\inventormaps.icc 16262 16263# PROP Exclude_From_Build 1 16264# End Source File 16265# End Group 16266# Begin Group "rendering local includes" 16267 16268# PROP Default_Filter "h;ic;icc" 16269# Begin Source File 16270 16271SOURCE=..\..\src\rendering\CoinOffscreenGLCanvas.h 16272 16273# PROP Exclude_From_Build 1 16274# End Source File 16275# Begin Source File 16276 16277SOURCE=..\..\src\rendering\SoGL.h 16278 16279# PROP Exclude_From_Build 1 16280# End Source File 16281# Begin Source File 16282 16283SOURCE=..\..\src\rendering\SoGLNurbs.h 16284 16285# PROP Exclude_From_Build 1 16286# End Source File 16287# Begin Source File 16288 16289SOURCE=..\..\src\rendering\SoOffscreenCGData.h 16290 16291# PROP Exclude_From_Build 1 16292# End Source File 16293# Begin Source File 16294 16295SOURCE=..\..\src\rendering\SoOffscreenGLXData.h 16296 16297# PROP Exclude_From_Build 1 16298# End Source File 16299# Begin Source File 16300 16301SOURCE=..\..\src\rendering\SoOffscreenWGLData.h 16302 16303# PROP Exclude_From_Build 1 16304# End Source File 16305# Begin Source File 16306 16307SOURCE=..\..\src\rendering\SoVBO.h 16308 16309# PROP Exclude_From_Build 1 16310# End Source File 16311# Begin Source File 16312 16313SOURCE=..\..\src\rendering\SoVertexArrayIndexer.h 16314 16315# PROP Exclude_From_Build 1 16316# End Source File 16317# End Group 16318# Begin Group "shaders local includes" 16319 16320# PROP Default_Filter "h;ic;icc" 16321# Begin Source File 16322 16323SOURCE=..\..\src\shaders\SoGLARBShaderObject.h 16324 16325# PROP Exclude_From_Build 1 16326# End Source File 16327# Begin Source File 16328 16329SOURCE=..\..\src\shaders\SoGLARBShaderParameter.h 16330 16331# PROP Exclude_From_Build 1 16332# End Source File 16333# Begin Source File 16334 16335SOURCE=..\..\src\shaders\SoGLARBShaderProgram.h 16336 16337# PROP Exclude_From_Build 1 16338# End Source File 16339# Begin Source File 16340 16341SOURCE=..\..\src\shaders\SoGLCgShaderObject.h 16342 16343# PROP Exclude_From_Build 1 16344# End Source File 16345# Begin Source File 16346 16347SOURCE=..\..\src\shaders\SoGLCgShaderParameter.h 16348 16349# PROP Exclude_From_Build 1 16350# End Source File 16351# Begin Source File 16352 16353SOURCE=..\..\src\shaders\SoGLCgShaderProgram.h 16354 16355# PROP Exclude_From_Build 1 16356# End Source File 16357# Begin Source File 16358 16359SOURCE=..\..\src\shaders\SoGLSLShaderObject.h 16360 16361# PROP Exclude_From_Build 1 16362# End Source File 16363# Begin Source File 16364 16365SOURCE=..\..\src\shaders\SoGLSLShaderParameter.h 16366 16367# PROP Exclude_From_Build 1 16368# End Source File 16369# Begin Source File 16370 16371SOURCE=..\..\src\shaders\SoGLSLShaderProgram.h 16372 16373# PROP Exclude_From_Build 1 16374# End Source File 16375# Begin Source File 16376 16377SOURCE=..\..\src\shaders\SoGLShaderObject.h 16378 16379# PROP Exclude_From_Build 1 16380# End Source File 16381# Begin Source File 16382 16383SOURCE=..\..\src\shaders\SoGLShaderParameter.h 16384 16385# PROP Exclude_From_Build 1 16386# End Source File 16387# Begin Source File 16388 16389SOURCE=..\..\src\shaders\SoGLShaderProgram.h 16390 16391# PROP Exclude_From_Build 1 16392# End Source File 16393# Begin Source File 16394 16395SOURCE=..\..\src\shaders\SoShader.h 16396 16397# PROP Exclude_From_Build 1 16398# End Source File 16399# End Group 16400# Begin Group "shapenodes local includes" 16401 16402# PROP Default_Filter "h;ic;icc" 16403# Begin Source File 16404 16405SOURCE=..\..\src\shapenodes\soshape_bigtexture.h 16406 16407# PROP Exclude_From_Build 1 16408# End Source File 16409# Begin Source File 16410 16411SOURCE=..\..\src\shapenodes\soshape_primdata.h 16412 16413# PROP Exclude_From_Build 1 16414# End Source File 16415# Begin Source File 16416 16417SOURCE=..\..\src\shapenodes\soshape_trianglesort.h 16418 16419# PROP Exclude_From_Build 1 16420# End Source File 16421# End Group 16422# Begin Group "threads local includes" 16423 16424# PROP Default_Filter "h;ic;icc" 16425# Begin Source File 16426 16427SOURCE=..\..\src\threads\barrierp.h 16428 16429# PROP Exclude_From_Build 1 16430# End Source File 16431# Begin Source File 16432 16433SOURCE=..\..\src\threads\condvar_pthread.icc 16434 16435# PROP Exclude_From_Build 1 16436# End Source File 16437# Begin Source File 16438 16439SOURCE=..\..\src\threads\condvar_win32.icc 16440 16441# PROP Exclude_From_Build 1 16442# End Source File 16443# Begin Source File 16444 16445SOURCE=..\..\src\threads\condvarp.h 16446 16447# PROP Exclude_From_Build 1 16448# End Source File 16449# Begin Source File 16450 16451SOURCE=..\..\src\threads\fifop.h 16452 16453# PROP Exclude_From_Build 1 16454# End Source File 16455# Begin Source File 16456 16457SOURCE=..\..\src\threads\mutex_pthread.icc 16458 16459# PROP Exclude_From_Build 1 16460# End Source File 16461# Begin Source File 16462 16463SOURCE=..\..\src\threads\mutex_win32cs.icc 16464 16465# PROP Exclude_From_Build 1 16466# End Source File 16467# Begin Source File 16468 16469SOURCE=..\..\src\threads\mutex_win32mutex.icc 16470 16471# PROP Exclude_From_Build 1 16472# End Source File 16473# Begin Source File 16474 16475SOURCE=..\..\src\threads\mutexp.h 16476 16477# PROP Exclude_From_Build 1 16478# End Source File 16479# Begin Source File 16480 16481SOURCE=..\..\src\threads\recmutexp.h 16482 16483# PROP Exclude_From_Build 1 16484# End Source File 16485# Begin Source File 16486 16487SOURCE=..\..\src\threads\rwmutexp.h 16488 16489# PROP Exclude_From_Build 1 16490# End Source File 16491# Begin Source File 16492 16493SOURCE=..\..\src\threads\schedp.h 16494 16495# PROP Exclude_From_Build 1 16496# End Source File 16497# Begin Source File 16498 16499SOURCE=..\..\src\threads\storagep.h 16500 16501# PROP Exclude_From_Build 1 16502# End Source File 16503# Begin Source File 16504 16505SOURCE=..\..\src\threads\syncp.h 16506 16507# PROP Exclude_From_Build 1 16508# End Source File 16509# Begin Source File 16510 16511SOURCE=..\..\src\threads\thread_pthread.icc 16512 16513# PROP Exclude_From_Build 1 16514# End Source File 16515# Begin Source File 16516 16517SOURCE=..\..\src\threads\thread_win32.icc 16518 16519# PROP Exclude_From_Build 1 16520# End Source File 16521# Begin Source File 16522 16523SOURCE=..\..\src\threads\threadp.h 16524 16525# PROP Exclude_From_Build 1 16526# End Source File 16527# Begin Source File 16528 16529SOURCE=..\..\src\threads\threadsutilp.h 16530 16531# PROP Exclude_From_Build 1 16532# End Source File 16533# Begin Source File 16534 16535SOURCE=..\..\src\threads\workerp.h 16536 16537# PROP Exclude_From_Build 1 16538# End Source File 16539# Begin Source File 16540 16541SOURCE=..\..\src\threads\wpoolp.h 16542 16543# PROP Exclude_From_Build 1 16544# End Source File 16545# End Group 16546# Begin Group "src local includes" 16547 16548# PROP Default_Filter "h;ic;icc" 16549# Begin Source File 16550 16551SOURCE=..\..\src\tidbitsp.h 16552 16553# PROP Exclude_From_Build 1 16554# End Source File 16555# Begin Source File 16556 16557SOURCE=..\..\src\unconfig.h 16558 16559# PROP Exclude_From_Build 1 16560# End Source File 16561# End Group 16562# Begin Group "upgraders local includes" 16563 16564# PROP Default_Filter "h;ic;icc" 16565# Begin Source File 16566 16567SOURCE=..\..\src\upgraders\SoPackedColorV20.h 16568 16569# PROP Exclude_From_Build 1 16570# End Source File 16571# Begin Source File 16572 16573SOURCE=..\..\src\upgraders\SoShapeHintsV10.h 16574 16575# PROP Exclude_From_Build 1 16576# End Source File 16577# Begin Source File 16578 16579SOURCE=..\..\src\upgraders\SoUpgrader.h 16580 16581# PROP Exclude_From_Build 1 16582# End Source File 16583# End Group 16584# Begin Group "vrml97 local includes" 16585 16586# PROP Default_Filter "h;ic;icc" 16587# Begin Source File 16588 16589SOURCE=..\..\src\vrml97\JS_VRMLClasses.h 16590 16591# PROP Exclude_From_Build 1 16592# End Source File 16593# Begin Source File 16594 16595SOURCE=..\..\src\vrml97\SoVRMLSubInterpolatorP.h 16596 16597# PROP Exclude_From_Build 1 16598# End Source File 16599# End Group 16600# End Group 16601# End Target 16602# End Project 16603