Convert mixing database from a software to another.
cls & g++ *.cpp -o main & main.exe
cls & g++ *.cpp -o main.exe -I D:/Desk/python/Tank/cpp/libraries/yaml-cpp/include -I D:/Desk/python/Tank/cpp/libraries/yaml-cpp/include/yaml-cpp & main.exe
cls & g++ *.cpp -o main.exe -ID:\Desk\python\Tank\cpp\libraries\yaml-cpp\include -LD:\Desk\python\Tank\cpp\libraries\yaml-cpp\build -lyaml-cpp & main.exe
cls & g++ -o test.exe test.cpp -ID:\Desk\python\Tank\cpp\libraries\yaml-cpp\include -LD:\Desk\python\Tank\cpp\libraries\yaml-cpp\build -lyaml-cpp & test.exe
cls & g++ *.cpp -o main.exe -ID:\Desk\python\Tank\cpp\libraries\yaml-cpp\include -LD:\Desk\python\Tank\cpp\libraries\yaml-cpp\build -lyaml-cpp & set PATH=%PATH%;D:\Desk\python\Tank\cpp\libraries\yaml-cpp\build & main.exeFrom folder cpp/build
cls &
cmake -DCMAKE_C_COMPILER="C:/mingw64/bin/gcc.exe" -DCMAKE_CXX_COMPILER="C:/mingw64/bin/g++.exe" -G "MinGW Makefiles" -Dyaml-cpp_DIR=D:\Desk\python\Tank\cpp\libraries\yaml-cpp .. & cmake --build . --config Release
& mklink /J D:\Desk\python\Tank\cpp\bin D:\Desk\python\Tank\cpp\build\Release cd /d D:\Desk\python\Tank\cpp\build & cls & cmake .. & cmake --build . --config Release & mklink /J D:\Desk\python\Tank\cpp\bin D:\Desk\python\Tank\cpp\build\Release
mklink /J D:\Desk\python\Tank\cpp\bin D:\Desk\python\Tank\cpp\build\Release - Make for different OS
- Windows
- Linux
- Darwin
- Do docstring
- Matching Template get static token on it.
- if "/" remove "/" at the end of Root Path in tank initialisation
- Template name sometime first letter is remove at the name, check if the fist caract is a letter or "," when creating dictionnary for Paths
- Refacto code to convert os.sep