mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
c88ec15bd4
Added the keyboard handling modification to the OSRExternalPumpBrowser demo requested by mterrisse in issue #378 Fixed the wrong form icon in TinyBrowser demo.
21 lines
362 B
Batchfile
21 lines
362 B
Batchfile
del /s /q *.dcu
|
|
del /s /q *.exe
|
|
del /s /q *.res
|
|
del /s /q *.rsm
|
|
del /s /q *.log
|
|
del /s /q *.dsk
|
|
del /s /q *.identcache
|
|
del /s /q *.stat
|
|
del /s /q *.local
|
|
del /s /q *.~*
|
|
rmdir Win32\Debug
|
|
rmdir Win32\Release
|
|
rmdir "Win32\Debug mem alloc"
|
|
rmdir Win32
|
|
rmdir Win64\Debug
|
|
rmdir Win64\Release
|
|
rmdir "Win64\Debug mem alloc"
|
|
rmdir Win64
|
|
rmdir __history
|
|
rmdir __recovery
|