Hi,
I am trying out Eurekalog, and have the following problem (I don't know if what I want is possible):
-In my project, eurekalog is disabled
-The project is compiled using msbuild
-After building the project, I execute emake to add eurekalog to the project:
emake --el_alter_exe"C:\full_path_to_cbproj\project.cbproj;c:\full_path_to_exe\project.exe" --el_config"c:\full_path_to_enabled_config.eof"
When doing this, the eurekalog info is not added to the project. Is this wanted behaviour? If so, how can I add eurekalog info, while in the project-file eurekalog is diabled?