##// END OF EJS Templates
Adds basic demo plugin to explain how to write custom plugins in C++...
Adds basic demo plugin to explain how to write custom plugins in C++ Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1457:818df2712e31
r1509:3eb0350f563b
Show More
sciqlop.bat
6 lines | 111 B | application/x-msdownload | BatchLexer
pushd %~dp0
set script_dir=%CD%
popd
set PYTHONHOME=%script_dir%\python
start %script_dir%\sciqlopapp.exe
exit