浏览代码

* fix order of libraries for -pg

git-svn-id: trunk@2321 -
peter 19 年之前
父节点
当前提交
1e236c65b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;