-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopy-dlls.bat
10 lines (10 loc) · 925 Bytes
/
copy-dlls.bat
1
2
3
4
5
6
7
8
9
10
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.Data.dll CppBinSerializerGenerator /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.IPlugin.dll CppBinSerializerGenerator /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.Data.dll CppLiteser2DatabaseDumper /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.IPlugin.dll CppLiteser2DatabaseDumper /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.Data.dll CppLiteserCodeGenerator /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.IPlugin.dll CppLiteserCodeGenerator /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.Data.dll CppLiteserDatabaseDumper /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.IPlugin.dll CppLiteserDatabaseDumper /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.Data.dll CppSourceGenerator /q /y
xcopy ClassTools.ClassMaker\bin\Release\ClassTools.IPlugin.dll CppSourceGenerator /q /y