Move script command generation to single-include header ScriptCommandModule.h...
Move script command generation to single-include header ScriptCommandModule.h to be included in one cpp file per project
Showing
- src/c/CudaPy3DLL.vcxproj 3 additions, 1 deletionsrc/c/CudaPy3DLL.vcxproj
- src/c/CudaPy3DLL.vcxproj.filters 7 additions, 1 deletionsrc/c/CudaPy3DLL.vcxproj.filters
- src/c/Python/PyCommandModule.cpp 2 additions, 0 deletionssrc/c/Python/PyCommandModule.cpp
- src/c/WrapCmds/ScrCmdClosure.h 1 addition, 0 deletionssrc/c/WrapCmds/ScrCmdClosure.h
- src/c/WrapCmds/ScrCmdHelp.h 29 additions, 0 deletionssrc/c/WrapCmds/ScrCmdHelp.h
- src/c/WrapCmds/ScriptCommandModule.h 49 additions, 0 deletionssrc/c/WrapCmds/ScriptCommandModule.h
- src/c/WrapCmds/TestCommands.cpp 0 additions, 176 deletionssrc/c/WrapCmds/TestCommands.cpp
src/c/Python/PyCommandModule.cpp
0 → 100644
src/c/WrapCmds/ScrCmdHelp.h
0 → 100644
src/c/WrapCmds/ScriptCommandModule.h
0 → 100644
src/c/WrapCmds/TestCommands.cpp
deleted
100644 → 0
Please register or sign in to comment