libgoatvr
diff libgoatvr_static.vcxproj @ 10:61feb3661397
windows build fix + new project file for the example
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 20 Sep 2014 20:12:00 +0300 |
parents | 9ed0f1efd4cd |
children |
line diff
1.1 --- a/libgoatvr_static.vcxproj Sat Sep 20 16:52:42 2014 +0300 1.2 +++ b/libgoatvr_static.vcxproj Sat Sep 20 20:12:00 2014 +0300 1.3 @@ -12,6 +12,8 @@ 1.4 </ItemGroup> 1.5 <ItemGroup> 1.6 <ClCompile Include="src\mathutil.c" /> 1.7 + <ClCompile Include="src\mesh.c" /> 1.8 + <ClCompile Include="src\opengl.c" /> 1.9 <ClCompile Include="src\opt.c" /> 1.10 <ClCompile Include="src\rbtree.c" /> 1.11 <ClCompile Include="src\vr.c" /> 1.12 @@ -22,6 +24,8 @@ 1.13 </ItemGroup> 1.14 <ItemGroup> 1.15 <ClInclude Include="src\mathutil.h" /> 1.16 + <ClInclude Include="src\mesh.h" /> 1.17 + <ClInclude Include="src\opengl.h" /> 1.18 <ClInclude Include="src\opt.h" /> 1.19 <ClInclude Include="src\rbtree.h" /> 1.20 <ClInclude Include="src\vr.h" />