Browse Source

* 2.0.4 fix: mode objfpc and H+ needed

git-svn-id: trunk@4206 -
Tomas Hajny 19 years ago
parent
commit
4207cbf503
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fcl/tests/dbugsrv.pp

+ 2 - 0
fcl/tests/dbugsrv.pp

@@ -1,5 +1,7 @@
 program dbugsrv;
 program dbugsrv;
 
 
+{$MODE OBJFPC}
+{$H+}
 {$APPTYPE CONSOLE}
 {$APPTYPE CONSOLE}
 
 
 uses
 uses