mirror of https://github.com/axmolengine/axmol.git
Merge pull request #1711 from dumganhar/gles20
Removed libExtensions dependence for win32 template.
This commit is contained in:
commit
574b979571
|
@ -287,7 +287,7 @@ function AddConfigurations(proj, strProjectName) {
|
|||
}
|
||||
|
||||
// Additional Library Directories
|
||||
var strAddDepends = 'libcocos2d.lib libExtensions.lib opengl32.lib glew32.lib';
|
||||
var strAddDepends = 'libcocos2d.lib opengl32.lib glew32.lib';
|
||||
if (wizard.FindSymbol('CC_USE_BOX2D')) {
|
||||
strAddDepends += ' libBox2d.lib';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue