AxibugEmuOnline/References/VirtuaNESex_src_191105/rebuidFiles.bat

11 lines
176 B
Batchfile
Raw Permalink Normal View History

2024-08-05 17:58:53 +08:00
@echo off
@echo " --- del AboutDlg.obj ---"
if exist ".\Debug\AboutDlg.obj" (
del ".\Debug\AboutDlg.obj"
)
if exist ".\Release\AboutDlg.obj" (
del ".\Release\AboutDlg.obj"
)