Browse Source

* cprefix is empty for arm-wince.

git-svn-id: trunk@4076 -
yury 19 years ago
parent
commit
0fcb76dc89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_win.pas

+ 1 - 1
compiler/systems/i_win.pas

@@ -173,7 +173,7 @@ unit i_win;
             staticClibext : '.a';
             staticClibprefix : 'lib';
             sharedClibprefix : '';
-            Cprefix      : '_';
+            Cprefix      : '';
             newline      : #13#10;
             dirsep       : '\';
             assem        : as_gas;