mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
* fixed x86_64 build
git-svn-id: trunk@3994 -
This commit is contained in:
parent
3afad32966
commit
83a5f38b92
@ -1783,7 +1783,7 @@ initialization
|
||||
RegisterTarget(system_i386_wince_info);
|
||||
{$endif i386}
|
||||
{$ifdef x86_64}
|
||||
RegisterInternalLinker(system_x64_win64_info,TPECoffLinker);
|
||||
RegisterInternalLinker(system_x64_win64_info,TInternalLinker);
|
||||
RegisterImport(system_x86_64_win64,TImportLibWin);
|
||||
RegisterExport(system_x86_64_win64,TExportLibWin);
|
||||
RegisterDLLScanner(system_x86_64_win64,TDLLScannerWin);
|
||||
|
Loading…
Reference in New Issue
Block a user