mirror of
https://github.com/frida/tinycc
synced 2024-11-24 08:39:37 +03:00
win32/build-tcc.bat: clean .o in win32/lib
commit ef42295fe8
intrduced 4 .o files to
win32/lib. But they (bcheck.o, bt-dll.o, bt-exe.o and bt-log.o) are not
removed by "win32/build-tcc.bat -clean". This commit should fix it.
This commit is contained in:
parent
923100c498
commit
e050ae845e
@ -53,7 +53,7 @@ for %%f in (*tcc.exe libtcc.dll lib\*.a) do call :del_file %%f
|
||||
for %%f in (..\config.h ..\config.texi) do call :del_file %%f
|
||||
for %%f in (include\*.h) do @if exist ..\%%f call :del_file %%f
|
||||
for %%f in (include\tcclib.h examples\libtcc_test.c) do call :del_file %%f
|
||||
for %%f in (*.o *.obj *.def *.pdb *.lib *.exp *.ilk) do call :del_file %%f
|
||||
for %%f in (lib\*.o *.o *.obj *.def *.pdb *.lib *.exp *.ilk) do call :del_file %%f
|
||||
%LOG% removing directories:
|
||||
for %%f in (doc libtcc) do call :del_dir %%f
|
||||
%LOG% done.
|
||||
|
Loading…
Reference in New Issue
Block a user