From a739dcbd6cc4b5e2d431ab507b37deb84d5ffd5e Mon Sep 17 00:00:00 2001 From: minggo Date: Mon, 5 Sep 2011 18:11:10 +0800 Subject: [PATCH] fixed #707: add Cocos2dxLuaLoader.cpp & Cocos2dxLuaLoader.h into vs2010 project --- HelloLua/win32/HelloLua.win32.vcxproj | 2 ++ HelloLua/win32/HelloLua.win32.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/HelloLua/win32/HelloLua.win32.vcxproj b/HelloLua/win32/HelloLua.win32.vcxproj index ca2ffaf772..55955178ec 100644 --- a/HelloLua/win32/HelloLua.win32.vcxproj +++ b/HelloLua/win32/HelloLua.win32.vcxproj @@ -127,6 +127,7 @@ + @@ -135,6 +136,7 @@ + diff --git a/HelloLua/win32/HelloLua.win32.vcxproj.filters b/HelloLua/win32/HelloLua.win32.vcxproj.filters index 116a4947f8..f115c02ada 100644 --- a/HelloLua/win32/HelloLua.win32.vcxproj.filters +++ b/HelloLua/win32/HelloLua.win32.vcxproj.filters @@ -33,6 +33,9 @@ Classes\CocosDenshion_support + + Classes\cocos2dx_support + @@ -53,5 +56,8 @@ Classes\CocosDenshion_support + + Classes\cocos2dx_support + \ No newline at end of file