imgtools/romtools/rombuild/r_global.cpp
changeset 675 02e65118a746
parent 590 360bd6b35136
--- a/imgtools/romtools/rombuild/r_global.cpp	Tue Nov 02 16:54:53 2010 +0800
+++ b/imgtools/romtools/rombuild/r_global.cpp	Tue Nov 09 17:18:57 2010 +0800
@@ -44,7 +44,7 @@
 SCapabilitySet gPlatSecDisabledCaps={{0}}; 
 SCapabilitySet gPlatSecAllCaps={{0}};
 SDemandPagingConfig gDemandPagingConfig={0,0,0,{0}}; 
-TBool gGenInc=EFalse;	// Default to no generate INC file.  DEF095619
+TBool gGenInc=EFalse;	// Default to no generate INC file.  
 TInt gLogLevel=0;  // Information is logged based on logging level.
 					// The default is 0. So all the existing logs are generated as if gLogLevel == 0.
 					// If any extra information is required, the log level must be appropriately supplied.