mirror of https://github.com/axmolengine/axmol.git
compilation error fix for win32.
This commit is contained in:
parent
007a1d25b4
commit
64ec1611a5
|
@ -169,7 +169,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\lua\luajit\prebuilt\win32\*.*" "$
|
|||
<ClCompile Include="socket\timeout.c" />
|
||||
<ClCompile Include="socket\udp.c" />
|
||||
<ClCompile Include="socket\wsocket.c" />
|
||||
<ClCompile Include="tolua_fix.c" />
|
||||
<ClCompile Include="tolua_fix.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\..\external\lua\luajit\include\lauxlib.h" />
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<ClCompile Include="LuaScriptHandlerMgr.cpp">
|
||||
<Filter>cocos2dx_support</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="tolua_fix.c">
|
||||
<ClCompile Include="tolua_fix.cpp">
|
||||
<Filter>cocos2dx_support</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="CCBProxy.cpp">
|
||||
|
|
Loading…
Reference in New Issue