goat3d
diff exporters/maxgoat/maxgoat.vcxproj @ 60:0c3576325480
moving the exporter along slowly
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 30 Mar 2014 08:53:33 +0300 |
parents | d317eb4f83da |
children | fdece14403ff |
line diff
1.1 --- a/exporters/maxgoat/maxgoat.vcxproj Tue Mar 25 04:37:41 2014 +0200 1.2 +++ b/exporters/maxgoat/maxgoat.vcxproj Sun Mar 30 08:53:33 2014 +0300 1.3 @@ -156,6 +156,10 @@ 1.4 </ItemDefinitionGroup> 1.5 <ItemGroup> 1.6 <ClCompile Include="src\maxgoat.cc" /> 1.7 + <ClCompile Include="src\minwin.cc" /> 1.8 + </ItemGroup> 1.9 + <ItemGroup> 1.10 + <ClInclude Include="src\minwin.h" /> 1.11 </ItemGroup> 1.12 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.13 <ImportGroup Label="ExtensionTargets">