mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
751fe924b7
- Update to CEF 3.3202.1690.gcd6b88f - Bug fix #71 - Added the TCEFWorkScheduler class to handle the cef_do_message_loop_work calls when you use an external message pump. - Added 2 demos using the "external message pump" mode. - Added a TakeSnapshot function to the TChromium and TCEFWindowParent to take snapshots in non-OSR mode.
15 lines
236 B
Batchfile
15 lines
236 B
Batchfile
del /s /q *.dcu
|
|
del /s /q *.exe
|
|
del /s /q *.res
|
|
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
|
|
rmdir __history
|
|
rmdir __recovery
|