mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* MS-C uses no _ prefix for symbols on win64
git-svn-id: trunk@3475 -
This commit is contained in:
parent
cdde454cc4
commit
2f2c3c09fc
@ -114,7 +114,7 @@ unit i_win;
|
||||
staticClibext : '.a';
|
||||
staticClibprefix : 'lib';
|
||||
sharedClibprefix : '';
|
||||
Cprefix : '_';
|
||||
Cprefix : '';
|
||||
newline : #13#10;
|
||||
dirsep : '\';
|
||||
assem : as_x86_64_pecoff;
|
||||
|
Loading…
Reference in New Issue
Block a user