mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Output directories for different cpu and platform.
This commit is contained in:
parent
639e154b26
commit
5e667fe578
3 changed files with 15 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
rem Clean up output directory
|
||||
del /Q units\win\*.*
|
||||
del /Q units\i386-win32-win32\*.*
|
||||
del /Q units\x86_64-win64-win64\*.*
|
||||
del /Q src\*.*~
|
||||
del /Q src\*.~*
|
||||
del /Q doublecmd*.exe
|
||||
|
|
@ -32,5 +33,8 @@ del /Q plugins\wcx\unrar\src\*.*~
|
|||
|
||||
rem Clean up components output directories
|
||||
del /Q components\CmdLine\lib\i386-win32\*.*
|
||||
del /Q components\CmdLine\lib\x86_64-win64\*.*
|
||||
del /Q components\KASToolBar\lib\i386-win32\*.*
|
||||
del /Q components\KASToolBar\lib\x86_64-win64\*.*
|
||||
del /Q components\viewer\lib\i386-win32\*.*
|
||||
del /Q components\viewer\lib\x86_64-win64\*.*
|
||||
|
|
|
|||
10
_clean.sh
10
_clean.sh
|
|
@ -1,2 +1,10 @@
|
|||
#!/bin/sh
|
||||
rm -f units/unix/*.*
|
||||
rm -f units/i386-linux-gtk2/*
|
||||
rm -f units/i386-linux-qt/*
|
||||
rm -f units/x86_64-linux-gtk2/*
|
||||
rm -f units/x86_64-linux-qt/*
|
||||
|
||||
# Clean up components output directories
|
||||
rm -rf components/CmdLine/lib/*
|
||||
rm -rf components/KASToolBar/lib/*
|
||||
rm -rf components/viewer/lib/*
|
||||
|
|
|
|||
|
|
@ -415,7 +415,7 @@
|
|||
<SearchPaths>
|
||||
<IncludeFiles Value="$(LazarusDir)\ide\;$(ProjOutDir)\"/>
|
||||
<OtherUnitFiles Value="$(ProjPath)\platform\;$(ProjPath)\platform\$(SrcOS)\;..\sdk\"/>
|
||||
<UnitOutputDirectory Value="..\units\$(SrcOS)"/>
|
||||
<UnitOutputDirectory Value="..\units\$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)"/>
|
||||
<SrcPath Value="$(LazarusDir)\lcl\;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)\;$(fpcsrcdir)\packages\fcl-base\src\"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue