chantrip wrote:
In the file 'win32-init_env_command.cmd', I added REM to every line starting with echo except the one with stimulation text and compiled by double-clicking. It worked on the first try but didn't have any impact on later tries. However, I compile by double-clicking the file 'win32-build.cmd' and it works fine. Here're my questions:
1) Is it ok to compile from the file 'win32-build.cmd' instead everytime?
2) Anything that I should do to speed up the compiling process? e.g. REM any lines in the file 'win32-build.cmd'?
3) What's wrong with compiling the file 'win32-init_env_command.cmd' after the first try?
Hey,
what I do is use the win32-build everytime. I use Eclipse to code and use the win32-build.cmd to compile. What I meant was, modify the win32-init_env_command.cmd and save it. Then build using win32-build. You do not need to compile the win32-init_env_command.cmd file.
1. As jlegeny already said, do not edit the win32-build.
2. If you do the REM in the win32-init_env_command.cmd file, the compiling will be as fast as it can be

3. I have already explained it above, I think.
jlegeny wrote:
Once you have fully compiled OpenViBE you can edit the win32-install_dependencies.cmd script and add REM in front of any module you do not wish to build. Then, every time you have some modifications just run win32-build.cmd to recompile the software.
I think you mean the win32-init_env_command.cmd here, jlegeny. Am I correct or I am missing something?
