goat3dgfx
diff goat3dgfx.sln @ 5:18879c956eb1
- skycube example
- added fatal_log
- changed the dataset to keep the whole path while searching for data files
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 17 Nov 2013 03:22:40 +0200 |
parents | 7bd5ebec3b6f |
children | f2da87b02fcd |
line diff
1.1 --- a/goat3dgfx.sln Sat Nov 16 21:09:42 2013 +0200 1.2 +++ b/goat3dgfx.sln Sun Nov 17 03:22:40 2013 +0200 1.3 @@ -3,6 +3,11 @@ 1.4 # Visual Studio 2008 1.5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "goat3dgfx", "goat3dgfx.vcproj", "{251F8AFF-5A37-4F10-A519-C55C40E127AF}" 1.6 EndProject 1.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cubemap", "examples\cubemap\cubemap.vcproj", "{21606BDB-5E01-45F3-9431-D5F4AF5F2CC0}" 1.8 + ProjectSection(ProjectDependencies) = postProject 1.9 + {251F8AFF-5A37-4F10-A519-C55C40E127AF} = {251F8AFF-5A37-4F10-A519-C55C40E127AF} 1.10 + EndProjectSection 1.11 +EndProject 1.12 Global 1.13 GlobalSection(SolutionConfigurationPlatforms) = preSolution 1.14 Debug|Win32 = Debug|Win32 1.15 @@ -13,6 +18,10 @@ 1.16 {251F8AFF-5A37-4F10-A519-C55C40E127AF}.Debug|Win32.Build.0 = Debug|Win32 1.17 {251F8AFF-5A37-4F10-A519-C55C40E127AF}.Release|Win32.ActiveCfg = Release|Win32 1.18 {251F8AFF-5A37-4F10-A519-C55C40E127AF}.Release|Win32.Build.0 = Release|Win32 1.19 + {21606BDB-5E01-45F3-9431-D5F4AF5F2CC0}.Debug|Win32.ActiveCfg = Debug|Win32 1.20 + {21606BDB-5E01-45F3-9431-D5F4AF5F2CC0}.Debug|Win32.Build.0 = Debug|Win32 1.21 + {21606BDB-5E01-45F3-9431-D5F4AF5F2CC0}.Release|Win32.ActiveCfg = Release|Win32 1.22 + {21606BDB-5E01-45F3-9431-D5F4AF5F2CC0}.Release|Win32.Build.0 = Release|Win32 1.23 EndGlobalSection 1.24 GlobalSection(SolutionProperties) = preSolution 1.25 HideSolutionNode = FALSE