Explorar el Código

* fix order of libraries for -pg

git-svn-id: trunk@2321 -
peter hace 19 años
padre
commit
1e236c65b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;