imgtools/romtools/rombuild/r_global.cpp
changeset 702 341ab25bc4ef
parent 675 02e65118a746
--- a/imgtools/romtools/rombuild/r_global.cpp	Fri Nov 12 14:49:36 2010 +0000
+++ b/imgtools/romtools/rombuild/r_global.cpp	Tue Nov 23 10:47:23 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.