Skip to content

Commit

Permalink
update win32 project for VR
Browse files Browse the repository at this point in the history
  • Loading branch information
songchengjiang committed May 13, 2016
1 parent 37b184f commit d3e4550
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cocos/2d/libcocos2d.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,8 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\chipmunk\prebuilt\win32\release-lib\*.*
<ClCompile Include="..\ui\UIVBox.cpp" />
<ClCompile Include="..\ui\UIWebView.cpp" />
<ClCompile Include="..\ui\UIWidget.cpp" />
<ClCompile Include="..\vr\CCVRGeneric.cpp" />
<ClCompile Include="..\vr\CCVROculus.cpp" />
<ClCompile Include="CCAction.cpp" />
<ClCompile Include="CCActionCamera.cpp" />
<ClCompile Include="CCActionCatmullRom.cpp" />
Expand Down Expand Up @@ -1295,6 +1297,9 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\chipmunk\prebuilt\win32\release-lib\*.*
<ClInclude Include="..\ui\UIWebView-inl.h" />
<ClInclude Include="..\ui\UIWebView.h" />
<ClInclude Include="..\ui\UIWidget.h" />
<ClInclude Include="..\vr\CCVRGeneric.h" />
<ClInclude Include="..\vr\CCVROculus.h" />
<ClInclude Include="..\vr\CCVRProtocol.h" />
<ClInclude Include="CCAction.h" />
<ClInclude Include="CCActionCamera.h" />
<ClInclude Include="CCActionCatmullRom.h" />
Expand Down Expand Up @@ -1384,6 +1389,9 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\chipmunk\prebuilt\win32\release-lib\*.*
<ProjectReference Include="..\..\external\bullet\proj.win32\libbullet.vcxproj">
<Project>{012dff48-a13f-4f52-b07b-f8b9d21ce95b}</Project>
</ProjectReference>
<ProjectReference Include="..\..\external\oculus\proj.win32\liboculus.vcxproj">
<Project>{a380a595-cfba-4bea-8fc3-a31bfd55ba41}</Project>
</ProjectReference>
<ProjectReference Include="..\..\external\recast\proj.win32\librecast.vcxproj">
<Project>{41e34993-647e-4282-8384-4ab1ae31a452}</Project>
</ProjectReference>
Expand All @@ -1394,4 +1402,4 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\chipmunk\prebuilt\win32\release-lib\*.*
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
18 changes: 18 additions & 0 deletions cocos/2d/libcocos2d.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@
<Filter Include="cocostudio\reader\WidgetReader\TabControlReader">
<UniqueIdentifier>{8686c220-18af-4bea-abce-f4797afd01f1}</UniqueIdentifier>
</Filter>
<Filter Include="vr">
<UniqueIdentifier>{5cbd879f-02ae-4f28-af33-2c4f980dd6f0}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\physics\CCPhysicsBody.cpp">
Expand Down Expand Up @@ -1953,6 +1956,12 @@
<ClCompile Include="..\editor-support\cocostudio\LocalizationManager.cpp">
<Filter>cocostudio\json</Filter>
</ClCompile>
<ClCompile Include="..\vr\CCVRGeneric.cpp">
<Filter>vr</Filter>
</ClCompile>
<ClCompile Include="..\vr\CCVROculus.cpp">
<Filter>vr</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\physics\CCPhysicsBody.h">
Expand Down Expand Up @@ -3815,6 +3824,15 @@
<ClInclude Include="..\editor-support\cocostudio\LocalizationManager.h">
<Filter>cocostudio\json</Filter>
</ClInclude>
<ClInclude Include="..\vr\CCVRGeneric.h">
<Filter>vr</Filter>
</ClInclude>
<ClInclude Include="..\vr\CCVRProtocol.h">
<Filter>vr</Filter>
</ClInclude>
<ClInclude Include="..\vr\CCVROculus.h">
<Filter>vr</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\math\Mat4.inl">
Expand Down

0 comments on commit d3e4550

Please sign in to comment.