소스 검색

* 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;