mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Use one fpc-extra.cfg for 32 and 64 bit
This commit is contained in:
parent
956a8c8bef
commit
8740711ece
8 changed files with 8 additions and 4 deletions
|
|
@ -154,7 +154,7 @@
|
|||
<Other>
|
||||
<ConfigFile>
|
||||
<CustomConfigFile Value="True"/>
|
||||
<ConfigFilePath Value="fpc-$(TargetCPU).cfg"/>
|
||||
<ConfigFilePath Value="fpc-extra.cfg"/>
|
||||
</ConfigFile>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
|
|
|
|||
3
plugins/wdx/deb_wdx/src/fpc-extra.cfg
Normal file
3
plugins/wdx/deb_wdx/src/fpc-extra.cfg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#IFDEF CPU64
|
||||
-fPIC
|
||||
#ENDIF
|
||||
|
|
@ -1 +0,0 @@
|
|||
-fPIC
|
||||
3
plugins/wdx/rpm_wdx/src/fpc-extra.cfg
Normal file
3
plugins/wdx/rpm_wdx/src/fpc-extra.cfg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#IFDEF CPU64
|
||||
-fPIC
|
||||
#ENDIF
|
||||
|
|
@ -1 +0,0 @@
|
|||
-fPIC
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
<Other>
|
||||
<ConfigFile>
|
||||
<CustomConfigFile Value="True"/>
|
||||
<ConfigFilePath Value="fpc-$(TargetCPU).cfg"/>
|
||||
<ConfigFilePath Value="fpc-extra.cfg"/>
|
||||
</ConfigFile>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue