]>
Commit | Line | Data |
---|---|---|
93a37866 | 1 | all: |
ed1e77d3 A |
2 | @type NUL > "%ConfigurationBuildDir%\buildfailed" |
3 | @perl build-generated-files.pl "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "%PlatformArchitecture%" | |
4 | @copy-files.cmd | |
93a37866 | 5 | |
ed1e77d3 A |
6 | -@del "%ConfigurationBuildDir%\include\private\JavaScriptCore\stdbool.h" "%ConfigurationBuildDir%\include\private\JavaScriptCore\stdint.h" >nul 2>nul |
7 | -@del "%ConfigurationBuildDir%\buildfailed" | |
93a37866 A |
8 | |
9 | clean: | |
ed1e77d3 | 10 | -@del "%ConfigurationBuildDir%\buildfailed" |
93a37866 | 11 | copy-files.cmd clean |
ed1e77d3 | 12 | -@del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\JavaScriptCore\DerivedSources" |