Mercurial > sdl-ios-xcode
diff EXCLUDE/GLTSF/GLTSF.vcxproj @ 4731:bfc8ad7234b6
Adding some initial TSF code
author | dewyatt |
---|---|
date | Thu, 27 May 2010 20:47:52 -0400 |
parents | 6032ada8b9e5 |
children |
line wrap: on
line diff
--- a/EXCLUDE/GLTSF/GLTSF.vcxproj Tue May 25 18:53:09 2010 -0400 +++ b/EXCLUDE/GLTSF/GLTSF.vcxproj Thu May 27 20:47:52 2010 -0400 @@ -81,6 +81,7 @@ </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="include\App.hpp" /> + <ClInclude Include="include\TSF.hpp" /> <ClInclude Include="include\Video_Mode.hpp" /> <ClInclude Include="include\Window.hpp" /> <ClInclude Include="include\Window_Listener.hpp" /> @@ -88,6 +89,7 @@ <ItemGroup> <ClCompile Include="src\App.cpp" /> <ClCompile Include="src\Main.cpp" /> + <ClCompile Include="src\TSF.cpp" /> <ClCompile Include="src\Video_Mode.cpp" /> <ClCompile Include="src\Window.cpp" /> </ItemGroup>