Changes between Version 27 and Version 28 of DevelopingSymbianAppWithCarbide
- Timestamp:
- Jan 13, 2008 12:25:24 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopingSymbianAppWithCarbide
v27 v28 166 166 1. Select ''Carbide Build Configuration'' from the tree (left part of the dialog). 167 167 1. Make sure that the Active Configuration is set to '''Phone Debug (GCCE) [S60_3rd_MR]''' (the SDK name will be different, if you use different SDK version) 168 1. Set the ''PKG File'' by clicking ''Browse...'' button, and choose {{{symbian_ua .pkg}}} from PJSIP's {{{build.symbian}}} directory.168 1. Set the ''PKG File'' by clicking ''Browse...'' button, and choose {{{symbian_ua_udeb.pkg}}} from PJSIP's {{{build.symbian}}} directory. 169 169 170 170 We can leave the SIS creation and Signing settings empty. … … 196 196 }}} 197 197 198 Check that: 199 - the SDK path is correct 200 - later, if you ever want to create the Release version of the application, you will need to rename '''UDEB''' to '''UREL'''. But we can leave this to '''UDEB''' for now, since we want the Debug version of the application. Alternatively, you may also create another PKG file for the Release build. 198 Check that the SDK path is correct. 201 199 202 200 Once you are done with the modification, save the file. We can close the PKG file editor window now.