From 0fcb76dc89c968a10bf692de114a1e2716ae9501 Mon Sep 17 00:00:00 2001 From: yury Date: Sun, 2 Jul 2006 14:05:58 +0000 Subject: [PATCH] * cprefix is empty for arm-wince. git-svn-id: trunk@4076 - --- compiler/systems/i_win.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_win.pas b/compiler/systems/i_win.pas index 91e7be3875..3efb04900b 100644 --- a/compiler/systems/i_win.pas +++ b/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;