Browse Source

Add new file format and file role for GDB COFF.

git-svn-id: file:///var/svn/tigccpp/trunk@214 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 19 years ago
parent
commit
e2cfff171c
1 changed files with 4 additions and 2 deletions
  1. 4 2
      tigcc/ide/LinkDLLUnit.pas

+ 4 - 2
tigcc/ide/LinkDLLUnit.pas

@@ -16,9 +16,11 @@ const
 
 	llffTIOS        = 0;
 	llffTIOSUpgrade = 1;
+	llffGDBCOFF     = 2;
 
-	llfrMain = 0;
-	llfrData = 1;
+	llfrMain          = 0;
+	llfrData          = 1;
+	llfrDebuggingInfo = 2;
 
 	llmtError   = 0;
 	llmtWarning = 1;