- Timestamp:
- Aug 10, 2012, 6:16:09 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1691 r1713 493 493 ]) 494 494 AC_CONFIG_FILES( 495 [games/demo-jnat/Makefile 496 ]) 497 AC_CONFIG_FILES( 495 498 [games/ToukyDemo/Makefile 496 499 ]) -
trunk/games/Makefile.am
r1529 r1713 5 5 SUBDIRS += mrpigeon 6 6 SUBDIRS += orbital 7 7 8 SUBDIRS += ToukyDemo 9 SUBDIRS += demo-jnat 8 10 -
trunk/games/ToukyDemo/ToukyDemo.vcxproj
r1538 r1713 56 56 </PropertyGroup> 57 57 <Import Project="$(SolutionDir)\Lol.Core.Config.props" /> 58 <PropertyGroup Condition="'$(Platform)'=='PS3'" Label="Configuration">59 <PlatformToolset>SNC</PlatformToolset>60 </PropertyGroup>61 58 <ImportGroup Label="ExtensionSettings"> 62 59 <Import Project="$(SolutionDir)\Lol.Fx.props" /> -
trunk/games/demo-jnat/demo-jnat.vcxproj
r1712 r1713 36 36 </ItemGroup> 37 37 <ItemGroup> 38 <ClInclude Include="Character.h" /> 39 <ClInclude Include="UserReactiveObject.h" /> 40 <ClInclude Include="ToukyDemo.h" /> 41 </ItemGroup> 42 <ItemGroup> 43 <ClCompile Include="ToukyDemo.cpp" /> 38 <ClCompile Include="demo-jnat.cpp" /> 44 39 </ItemGroup> 45 40 <ItemGroup> … … 51 46 </ItemGroup> 52 47 <PropertyGroup Label="Globals"> 53 <ProjectGuid>{ ee203b88-44cf-4859-9d42-7a5f43fecb52}</ProjectGuid>48 <ProjectGuid>{a69411b3-6de8-404e-8e70-0d3375a7492a}</ProjectGuid> 54 49 <ConfigurationType>Application</ConfigurationType> 55 50 <Keyword>Win32Proj</Keyword> 56 51 </PropertyGroup> 57 52 <Import Project="$(SolutionDir)\Lol.Core.Config.props" /> 58 <PropertyGroup Condition="'$(Platform)'=='PS3'" Label="Configuration">59 <PlatformToolset>SNC</PlatformToolset>60 </PropertyGroup>61 53 <ImportGroup Label="ExtensionSettings"> 62 54 <Import Project="$(SolutionDir)\Lol.Fx.props" /> -
trunk/test/BtPhysTest.vcxproj
r1591 r1713 59 59 </PropertyGroup> 60 60 <Import Project="$(SolutionDir)\Lol.Core.Config.props" /> 61 <PropertyGroup Condition="'$(Platform)'=='PS3'" Label="Configuration">62 <PlatformToolset>SNC</PlatformToolset>63 </PropertyGroup>64 61 <ImportGroup Label="ExtensionSettings"> 65 62 <Import Project="$(SolutionDir)\Lol.Fx.props" />
Note: See TracChangeset
for help on using the changeset viewer.