Changes between Version 1 and Version 2 of S60IDE
- Timestamp:
- Jan 25, 2008, 1:14:30 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S60IDE
v1 v2 35 35 to copy the necessary support files in the right location, but after 36 36 this, I was able to rebuild and debug Reindeer from inside Carbide.c++ 37 37 38 }}} 38 39 39 40 Thanks Marcus! 41 42 [Added after original post:] You will also need to overwrite variant.cfg in your 3.0 SDK with the copy included with the browser source (in S60\S60Internals\S60Variant.zip). The reason is that build.bat also replaces variant.cfg in the SDK while building, and then reverts back again after it exits. This temporarily makes available a few specific macros that control the exact build environment that is expected. 43 44 So even if you have run build.bat once (which you must), you will also need to extract S60Variant.zip before using the IDE. 40 45 41 46 == Debugging with Carbide.c++ Version 1.0 ==