mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
275 B
Batchfile
Executable File
19 lines
275 B
Batchfile
Executable File
REM rm arm-wince-as.exe
|
|
REM rm arm-wince-gcc.exe
|
|
REM rm arm-wince-lib.exe
|
|
REM rm arm-wince-link.exe
|
|
|
|
rm *.obj
|
|
rm *.ilk
|
|
rm *.pdb
|
|
|
|
cl arm-wince-as.c
|
|
cl arm-wince-gcc.c
|
|
cl arm-wince-lib.c
|
|
cl arm-wince-link.c
|
|
cl arm-wince-res.c
|
|
|
|
rm *.obj
|
|
rm *.ilk
|
|
rm *.pdb
|