UPD: Use one fpc-extra.cfg for 32 and 64 bit

This commit is contained in:
Alexander Koblov 2009-04-19 16:30:22 +00:00
commit 8740711ece
8 changed files with 8 additions and 4 deletions

View file

@ -154,7 +154,7 @@
<Other>
<ConfigFile>
<CustomConfigFile Value="True"/>
<ConfigFilePath Value="fpc-$(TargetCPU).cfg"/>
<ConfigFilePath Value="fpc-extra.cfg"/>
</ConfigFile>
<CompilerPath Value="$(CompPath)"/>
</Other>

View file

@ -0,0 +1,3 @@
#IFDEF CPU64
-fPIC
#ENDIF

View file

@ -1 +0,0 @@
-fPIC

View file

@ -0,0 +1,3 @@
#IFDEF CPU64
-fPIC
#ENDIF

View file

@ -1 +0,0 @@
-fPIC

View file

@ -127,7 +127,7 @@
<Other>
<ConfigFile>
<CustomConfigFile Value="True"/>
<ConfigFilePath Value="fpc-$(TargetCPU).cfg"/>
<ConfigFilePath Value="fpc-extra.cfg"/>
</ConfigFile>
<CompilerPath Value="$(CompPath)"/>
</Other>