Fix makepanda in cmake branch - parser-inc moves are no longer necessary
This commit is contained in:
parent
8427f95c18
commit
df446a8a23
|
|
@ -2852,35 +2852,6 @@ if not PkgSkip("EIGEN") and GetTarget() == "windows" and GetThirdpartyDir():
|
|||
########################################################################
|
||||
|
||||
CopyTree(GetOutputDir()+'/include/parser-inc','dtool/src/parser-inc')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/openssl')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/netinet')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Cg')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Core')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Forest')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Renderers')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Renderers/OpenGL')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Renderers/DirectX9')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/glew')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Eigen')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Rocket')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/Rocket/Core')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/opencv2')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/opencv2/core')
|
||||
MakeDirectory(GetOutputDir()+'/include/parser-inc/opencv2/highgui')
|
||||
CopyAllFiles(GetOutputDir()+'/include/parser-inc/openssl/','dtool/src/parser-inc/')
|
||||
CopyAllFiles(GetOutputDir()+'/include/parser-inc/netinet/','dtool/src/parser-inc/')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Cg/','dtool/src/parser-inc/cg.h')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Cg/','dtool/src/parser-inc/cgGL.h')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Core/','dtool/src/parser-inc/Core.h')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Forest/','dtool/src/parser-inc/Forest.h')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Renderers/OpenGL/','dtool/src/parser-inc/OpenGLRenderer.h')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Renderers/DirectX9/','dtool/src/parser-inc/DirectX9Renderer.h')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/glew/','dtool/src/parser-inc/glew.h')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Eigen/','dtool/src/parser-inc/Dense')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Eigen/','dtool/src/parser-inc/StdVector')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/Rocket/Core/','dtool/src/parser-inc/RenderInterface.h')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/opencv2/core/','dtool/src/parser-inc/core.hpp')
|
||||
CopyFile(GetOutputDir()+'/include/parser-inc/opencv2/highgui/','dtool/src/parser-inc/highgui.hpp')
|
||||
DeleteVCS(GetOutputDir()+'/include/parser-inc')
|
||||
|
||||
########################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue