]>
Commit | Line | Data |
---|---|---|
93a37866 A |
1 | all: |
2 | touch "%ConfigurationBuildDir%\buildfailed" | |
81345200 | 3 | perl build-LLIntDesiredOffsets.pl "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "%PlatformArchitecture%" |
93a37866 A |
4 | |
5 | -del "%ConfigurationBuildDir%\buildfailed" | |
6 | ||
7 | clean: | |
8 | -del "%ConfigurationBuildDir%\buildfailed" | |
81345200 | 9 | -del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\JavaScriptCore\DerivedSources\LLIntDesiredOffsets.h" |