Browse Source

* fix order of libraries for -pg

git-svn-id: trunk@2321 -
peter 19 years ago
parent
commit
1e236c65b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/t_win.pas

+ 1 - 1
compiler/systems/t_win.pas

@@ -925,9 +925,9 @@ begin
 
   if (cs_profile in aktmoduleswitches) then
     begin
+      SharedLibFiles.Concat('gmon');
       SharedLibFiles.Concat('c');
       SharedLibFiles.Concat('gcc');
-      SharedLibFiles.Concat('gmon');
       SharedLibFiles.Concat('kernel32');
     end;