遗漏Pin.h
This commit is contained in:
parent
12fdd023f7
commit
87c19a0934
|
@ -4,7 +4,7 @@ var dlib = dst + "Lib\\";
|
|||
|
||||
"..\\".AsDirectory().CopyTo(dsos, "*.h;*.exe;*.dll", true);
|
||||
"..\\Test".AsDirectory().CopyTo(dsos + "Test", "*.cpp");
|
||||
Directory.Delete(dsos + "Platform", true);
|
||||
//Directory.Delete(dsos + "Platform", true);
|
||||
Directory.Delete(dsos + "XX", true);
|
||||
|
||||
// 压缩库文件
|
||||
|
|
Loading…
Reference in New Issue