mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Clean up output directory
This commit is contained in:
parent
1bebe50901
commit
78af8e8272
3 changed files with 3 additions and 3 deletions
|
|
@ -66,6 +66,6 @@
|
|||
@del /Q /S components\KASToolBar\lib\*.*
|
||||
@del /Q /S components\multithreadprocs\lib\*.*
|
||||
@del /Q /S components\viewer\lib\*.*
|
||||
@del /Q /S components\ZVDateTimeCtrls\lib\*.*
|
||||
@del /Q /S components\synunihighlighter\lib\*.*
|
||||
|
||||
@echo Done.
|
||||
2
clean.sh
2
clean.sh
|
|
@ -14,7 +14,7 @@ rm -rf components/gifanim/lib/*
|
|||
rm -rf components/KASToolBar/lib/*
|
||||
rm -rf components/multithreadprocs/lib/*
|
||||
rm -rf components/viewer/lib/*
|
||||
rm -rf components/ZVDateTimeCtrls/lib/*
|
||||
rm -rf components/synunihighlighter/lib/*
|
||||
|
||||
# Clean up all temporary files
|
||||
find . -iname '*.compiled' -delete
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
<Checks>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue