open source

This commit is contained in:
lvfulong
2020-11-11 16:17:13 +08:00
parent 4d989f3ecb
commit bc4ca748de
2441 changed files with 623057 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
rem ------------------¿½±´common------------------
XCOPY ..\source\common\*.h ..\include\common\ /s /e /y
XCOPY ..\source\common\*.hpp ..\include\common\ /s /e /y
XCOPY ..\source\common\*.inl ..\include\common\ /s /e /y
rem ------------------¿½±´webglPlus------------------
XCOPY ..\source\webglPlus\*.h ..\include\webglPlus\ /s /e /y
XCOPY ..\source\webglPlus\*.hpp ..\include\webglPlus\ /s /e /y
XCOPY ..\source\webglPlus\*.inl ..\include\webglPlus\ /s /e /y
rem ------------------¿½±´render------------------
XCOPY ..\source\render\*.h ..\include\render\ /s /e /y
XCOPY ..\source\render\*.hpp ..\include\render\ /s /e /y
rem ------------------¿½±´render------------------
XCOPY ..\source\conch\Bridge\*.h ..\include\conch\Bridge\ /s /e /y
rem ------------------¿½±´conchRuntime------------------
XCOPY ..\build\conchRuntime\proj.ios\conchRuntime\conchRuntime.h ..\include\conchRuntime\ /s /y
XCOPY ..\build\conchRuntime\proj.ios\conchRuntime\conchConfig.h ..\include\conchRuntime\ /s /y
XCOPY ..\build\conchRuntime\proj.ios\conchRuntime\PlatformInterface\*.h ..\include\conchRuntime\PlatformInterface\ /s /e /y
rem ------------------¿½±´Íê±Ï------------------