updated autogenerated msvc projectfiles

This commit is contained in:
ejcoumans
2007-10-21 06:08:13 +00:00
parent c30a26e990
commit b888f2d994
55 changed files with 3281 additions and 377 deletions

View File

@@ -0,0 +1,229 @@
# Microsoft Developer Studio Project File - Name="appAllBulletDemos" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=appAllBulletDemos - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "appAllBulletDemos.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "appAllBulletDemos.mak" CFG="appAllBulletDemos - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "appAllBulletDemos - Win32 DebugDoublePrecision" (based on "Win32 (x86) Console Application")
!MESSAGE "appAllBulletDemos - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "appAllBulletDemos - Win32 ReleaseDoublePrecision" (based on "Win32 (x86) Console Application")
!MESSAGE "appAllBulletDemos - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "appAllBulletDemos - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "release"
# PROP BASE Intermediate_Dir "release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "..\..\out\release6\build\appAllBulletDemos\"
# PROP Intermediate_Dir "..\..\out\release6\build\appAllBulletDemos\"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /Gy /GF /MD /Ob2 /Og /Oi /Ot /Oy /D "_MT" /D "_MBCS" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Extras" /I "..\..\Demos\OpenGL"
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "_CONSOLE"
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409 /fo".\..\..\out\release6\build\appAllBulletDemos\appAllBulletDemos.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Extras" /i "..\..\Demos\OpenGL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /OPT:NOREF /out:"..\..\AllBulletDemos.exe" /subsystem:console /libpath:"..\..\Glut"
# Begin Special Build Tool
SOURCE="$(InputPath)"
# End Special Build Tool
!ELSEIF "$(CFG)" == "appAllBulletDemos - Win32 ReleaseDoublePrecision"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries
# PROP BASE Output_Dir "release_dbl"
# PROP BASE Intermediate_Dir "release_dbl"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries
# PROP Output_Dir "..\..\out\release_dbl6\build\appAllBulletDemos\"
# PROP Intermediate_Dir "..\..\out\release_dbl6\build\appAllBulletDemos\"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /D "_MT" /D "_MBCS" /D "NDEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_CONSOLE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Extras" /I "..\..\Demos\OpenGL"
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_CONSOLE"
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409 /fo".\..\..\out\release_dbl6\build\appAllBulletDemos\appAllBulletDemos.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Extras" /i "..\..\Demos\OpenGL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /out:"..\..\AllBulletDemos.exe" /subsystem:console /libpath:"..\..\Glut"
# Begin Special Build Tool
SOURCE="$(InputPath)"
# End Special Build Tool
!ELSEIF "$(CFG)" == "appAllBulletDemos - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "debug"
# PROP BASE Intermediate_Dir "debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\out\debug6\build\appAllBulletDemos\"
# PROP Intermediate_Dir "..\..\out\debug6\build\appAllBulletDemos\"
# PROP Ignore_Export_Lib 1
# PROP Target_Dir ""
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /GR /MDd /ZI /Od /D "_MT" /D "_MBCS" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Extras" /I "..\..\Demos\OpenGL"
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "_CONSOLE"
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409 /fo".\..\..\out\debug6\build\appAllBulletDemos\appAllBulletDemos.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Extras" /i "..\..\Demos\OpenGL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /debug /pdbtype:sept /out:"..\..\AllBulletDemos.exe" /subsystem:console /libpath:"..\..\Glut"
# Begin Special Build Tool
SOURCE="$(InputPath)"
# End Special Build Tool
!ELSEIF "$(CFG)" == "appAllBulletDemos - Win32 DebugDoublePrecision"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries
# PROP BASE Output_Dir "debug_dbl"
# PROP BASE Intermediate_Dir "debug_dbl"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries
# PROP Output_Dir "..\..\out\debug_dbl6\build\appAllBulletDemos\"
# PROP Intermediate_Dir "..\..\out\debug_dbl6\build\appAllBulletDemos\"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /D "_MT" /D "_MBCS" /D "_DEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_CONSOLE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Extras" /I "..\..\Demos\OpenGL"
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_CONSOLE"
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409 /fo".\..\..\out\debug_dbl6\build\appAllBulletDemos\appAllBulletDemos.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Extras" /i "..\..\Demos\OpenGL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /out:"..\..\AllBulletDemos.exe" /subsystem:console /libpath:"..\..\Glut"
# Begin Special Build Tool
SOURCE="$(InputPath)"
# End Special Build Tool
!ENDIF
# Begin Target
# Name "appAllBulletDemos - Win32 Release"
# Name "appAllBulletDemos - Win32 ReleaseDoublePrecision"
# Name "appAllBulletDemos - Win32 Debug"
# Name "appAllBulletDemos - Win32 DebugDoublePrecision"
# Begin Group "Source Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\..\BasicDemo\BasicDemo.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\..\BspDemo\BspConverter.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\..\BspDemo\BspDemo.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\..\BspDemo\BspLoader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\..\CcdPhysicsDemo\CcdPhysicsDemo.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\Main.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\Render.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\Test.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\TestEntries.cpp
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\Render.h
# End Source File
# Begin Source File
SOURCE=..\..\Demos\AllBulletDemos\Test.h
# End Source File
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\msvc\appAllBulletDemos.rc
# End Source File
# End Group
# End Target
# End Project

View File

@@ -172,6 +172,10 @@ SOURCE="$(InputPath)"
SOURCE=..\..\Demos\BasicDemo\BasicDemo.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\BasicDemo\main.cpp
# End Source File
# End Group
# Begin Group "Header Files"

View File

@@ -180,6 +180,10 @@ SOURCE=..\..\Demos\BspDemo\BspDemo.cpp
SOURCE=..\..\Demos\BspDemo\BspLoader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\BspDemo\main.cpp
# End Source File
# End Group
# Begin Group "Header Files"

View File

@@ -172,6 +172,10 @@ SOURCE="$(InputPath)"
SOURCE=..\..\Demos\CcdPhysicsDemo\CcdPhysicsDemo.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Demos\CcdPhysicsDemo\main.cpp
# End Source File
# End Group
# Begin Group "Header Files"

View File

@@ -256,10 +256,6 @@ SOURCE=..\..\src\LinearMath\btScalar.h
# End Source File
# Begin Source File
SOURCE=..\..\src\LinearMath\btSimdMinMax.h
# End Source File
# Begin Source File
SOURCE=..\..\src\LinearMath\btStackAlloc.h
# End Source File
# Begin Source File

327
msvc/6/libglui.dsp Normal file
View File

@@ -0,0 +1,327 @@
# Microsoft Developer Studio Project File - Name="libglui" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=libglui - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "libglui.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "libglui.mak" CFG="libglui - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "libglui - Win32 DebugDoublePrecision" (based on "Win32 (x86) Static Library")
!MESSAGE "libglui - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "libglui - Win32 ReleaseDoublePrecision" (based on "Win32 (x86) Static Library")
!MESSAGE "libglui - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "libglui - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "release"
# PROP BASE Intermediate_Dir "release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "..\..\out\release6\build\libglui\"
# PROP Intermediate_Dir "..\..\out\release6\build\libglui\"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /Gy /GF /MD /Ob2 /Og /Oi /Ot /Oy /D "_LIB" /D "_MT" /D "_MBCS" /D "NDEBUG" /D "_LIB" /D "_WINDOWS" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut"
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "_LIB" /D "_WINDOWS"
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409 /fo".\..\..\out\release6\build\libglui\libglui.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\..\out\release6\libs\libglui.lib"
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /OPT:NOREF /subsystem:windows /libpath:"..\..\Glut"
# Begin Special Build Tool
SOURCE="$(InputPath)"
# End Special Build Tool
!ELSEIF "$(CFG)" == "libglui - Win32 ReleaseDoublePrecision"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries
# PROP BASE Output_Dir "release_dbl"
# PROP BASE Intermediate_Dir "release_dbl"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries
# PROP Output_Dir "..\..\out\release_dbl6\build\libglui\"
# PROP Intermediate_Dir "..\..\out\release_dbl6\build\libglui\"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /D "_LIB" /D "_MT" /D "_MBCS" /D "NDEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_LIB" /D "_WINDOWS" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut"
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_LIB" /D "_WINDOWS"
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409 /fo".\..\..\out\release_dbl6\build\libglui\libglui.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /subsystem:windows /libpath:"..\..\Glut"
# Begin Special Build Tool
SOURCE="$(InputPath)"
# End Special Build Tool
!ELSEIF "$(CFG)" == "libglui - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "debug"
# PROP BASE Intermediate_Dir "debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\out\debug6\build\libglui\"
# PROP Intermediate_Dir "..\..\out\debug6\build\libglui\"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /GR /MDd /ZI /Od /D "_LIB" /D "_MT" /D "_MBCS" /D "_DEBUG" /D "_LIB" /D "_WINDOWS" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut"
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "_LIB" /D "_WINDOWS"
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409 /fo".\..\..\out\debug6\build\libglui\libglui.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\..\out\debug6\libs\libglui_d.lib"
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /debug /pdbtype:sept /subsystem:windows /libpath:"..\..\Glut"
# Begin Special Build Tool
SOURCE="$(InputPath)"
# End Special Build Tool
!ELSEIF "$(CFG)" == "libglui - Win32 DebugDoublePrecision"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries
# PROP BASE Output_Dir "debug_dbl"
# PROP BASE Intermediate_Dir "debug_dbl"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries
# PROP Output_Dir "..\..\out\debug_dbl6\build\libglui\"
# PROP Intermediate_Dir "..\..\out\debug_dbl6\build\libglui\"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /D "_LIB" /D "_MT" /D "_MBCS" /D "_DEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_LIB" /D "_WINDOWS" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut"
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_LIB" /D "_WINDOWS"
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409 /fo".\..\..\out\debug_dbl6\build\libglui\libglui.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /subsystem:windows /libpath:"..\..\Glut"
# Begin Special Build Tool
SOURCE="$(InputPath)"
# End Special Build Tool
!ENDIF
# Begin Target
# Name "libglui - Win32 Release"
# Name "libglui - Win32 ReleaseDoublePrecision"
# Name "libglui - Win32 Debug"
# Name "libglui - Win32 DebugDoublePrecision"
# Begin Group "Source Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\Extras\glui\algebra3.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\arcball.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_add_controls.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_bitmap_img_data.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_bitmaps.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_button.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_checkbox.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_column.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_commandline.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_control.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_edittext.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_filebrowser.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_list.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_listbox.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_mouse_iaction.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_node.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_panel.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_radio.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_rollout.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_rotation.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_scrollbar.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_separator.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_spinner.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_statictext.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_string.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_textbox.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_translation.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_tree.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_treepanel.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_window.cpp
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\quaternion.cpp
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\Extras\glui\algebra3.h
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\arcball.h
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_internal.h
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\glui_internal_control.h
# End Source File
# Begin Source File
SOURCE=..\..\Extras\glui\quaternion.h
# End Source File
# End Group
# End Target
# End Project

View File

@@ -3,6 +3,33 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
###############################################################################
Project: "appAllBulletDemos"=.\appAllBulletDemos.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name libbulletcollision
End Project Dependency
Begin Project Dependency
Project_Dep_Name libbulletdynamics
End Project Dependency
Begin Project Dependency
Project_Dep_Name libbulletmath
End Project Dependency
Begin Project Dependency
Project_Dep_Name libbulletopenglsupport
End Project Dependency
Begin Project Dependency
Project_Dep_Name libglui
End Project Dependency
}}}
###############################################################################
Project: "appBasicDemo"=.\appBasicDemo.dsp - Package Owner=<4>
Package=<5>
@@ -411,18 +438,6 @@ Package=<4>
###############################################################################
Project: "appGPUphysics"=.\appGPUphysics.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "appMovingConcaveDemo"=.\appMovingConcaveDemo.dsp - Package Owner=<4>
Package=<5>
@@ -578,6 +593,9 @@ Package=<5>
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name appAllBulletDemos
End Project Dependency
Begin Project Dependency
Project_Dep_Name appBasicDemo
End Project Dependency
@@ -627,9 +645,6 @@ Package=<4>
Project_Dep_Name appGjkConvexCastDemo
End Project Dependency
Begin Project Dependency
Project_Dep_Name appGPUphysics
End Project Dependency
Begin Project Dependency
Project_Dep_Name appMovingConcaveDemo
End Project Dependency
Begin Project Dependency
@@ -663,9 +678,6 @@ Package=<4>
Project_Dep_Name libbulletmath
End Project Dependency
Begin Project Dependency
Project_Dep_Name libbulletmultithreaded
End Project Dependency
Begin Project Dependency
Project_Dep_Name libbulletopenglsupport
End Project Dependency
Begin Project Dependency
@@ -681,6 +693,9 @@ Package=<4>
Project_Dep_Name libGIMPACTUtils
End Project Dependency
Begin Project Dependency
Project_Dep_Name libglui
End Project Dependency
Begin Project Dependency
Project_Dep_Name liblibxml
End Project Dependency
Begin Project Dependency
@@ -698,6 +713,9 @@ Package=<5>
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name appAllBulletDemos
End Project Dependency
Begin Project Dependency
Project_Dep_Name appBasicDemo
End Project Dependency
@@ -747,9 +765,6 @@ Package=<4>
Project_Dep_Name appGjkConvexCastDemo
End Project Dependency
Begin Project Dependency
Project_Dep_Name appGPUphysics
End Project Dependency
Begin Project Dependency
Project_Dep_Name appMovingConcaveDemo
End Project Dependency
Begin Project Dependency
@@ -795,9 +810,6 @@ Package=<4>
Project_Dep_Name libbulletmath
End Project Dependency
Begin Project Dependency
Project_Dep_Name libbulletmultithreaded
End Project Dependency
Begin Project Dependency
Project_Dep_Name libbulletopenglsupport
End Project Dependency
Begin Project Dependency
@@ -813,6 +825,9 @@ Package=<4>
Project_Dep_Name libGIMPACTUtils
End Project Dependency
Begin Project Dependency
Project_Dep_Name libglui
End Project Dependency
Begin Project Dependency
Project_Dep_Name liblibxml
End Project Dependency
Begin Project Dependency
@@ -882,18 +897,6 @@ Package=<4>
###############################################################################
Project: "libbulletmultithreaded"=.\libbulletmultithreaded.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "libbulletopenglsupport"=.\libbulletopenglsupport.dsp - Package Owner=<4>
Package=<5>
@@ -954,6 +957,18 @@ Package=<4>
###############################################################################
Project: "libglui"=.\libglui.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "liblibxml"=.\liblibxml.dsp - Package Owner=<4>
Package=<5>

View File

@@ -39,18 +39,6 @@ Package=<4>
###############################################################################
Project: "libbulletmultithreaded"=.\libbulletmultithreaded.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>