mirror of https://github.com/axmolengine/axmol.git
fix linux compile error
This commit is contained in:
parent
2c2a5ee38e
commit
cb4acc6311
|
@ -1 +1 @@
|
|||
2556bc226669ba393f6fb1900d941f17baeacb02
|
||||
ac17b42db61c1dee0e31ae7df7bcb2fa33e899d1
|
|
@ -19,7 +19,7 @@ add_executable(${APP_NAME}
|
|||
|
||||
target_link_libraries(${APP_NAME}
|
||||
luabinding
|
||||
gui
|
||||
ui
|
||||
network
|
||||
cocostudio
|
||||
cocosbuilder
|
||||
|
|
|
@ -181,7 +181,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\websockets\prebuilt\win32\*.*" "$
|
|||
<ProjectReference Include="..\..\..\..\cocos\editor-support\spine\proj.win32\libSpine.vcxproj">
|
||||
<Project>{b7c2a162-dec9-4418-972e-240ab3cbfcae}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\..\cocos\gui\proj.win32\libGUI.vcxproj">
|
||||
<ProjectReference Include="..\..\..\..\cocos\ui\proj.win32\libGUI.vcxproj">
|
||||
<Project>{7e06e92c-537a-442b-9e4a-4761c84f8a1a}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\..\cocos\network\proj.win32\libNetwork.vcxproj">
|
||||
|
@ -203,4 +203,4 @@ xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\websockets\prebuilt\win32\*.*" "$
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -202,7 +202,7 @@ xcopy /Y /Q "$(EngineRoot)external\websockets\prebuilt\win32\*.*" "$(OutDir)"</C
|
|||
<ProjectReference Include="..\..\..\..\cocos\editor-support\spine\proj.win32\libSpine.vcxproj">
|
||||
<Project>{b7c2a162-dec9-4418-972e-240ab3cbfcae}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\..\cocos\gui\proj.win32\libGUI.vcxproj">
|
||||
<ProjectReference Include="..\..\..\..\cocos\ui\proj.win32\libGUI.vcxproj">
|
||||
<Project>{7e06e92c-537a-442b-9e4a-4761c84f8a1a}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\..\cocos\network\proj.win32\libNetwork.vcxproj">
|
||||
|
@ -221,4 +221,4 @@ xcopy /Y /Q "$(EngineRoot)external\websockets\prebuilt\win32\*.*" "$(OutDir)"</C
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue