X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..ef99ff287df9046eb88937225e0554eabb00e33c:/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make diff --git a/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make b/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make index e480fa7..78a514e 100644 --- a/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make +++ b/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make @@ -1,6 +1,6 @@ all: touch "%ConfigurationBuildDir%\buildfailed" - bash build-generated-files.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" + perl build-generated-files.pl "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "%PlatformArchitecture%" copy-files.cmd -del "%ConfigurationBuildDir%\include\private\JavaScriptCore\stdbool.h" "%ConfigurationBuildDir%\include\private\JavaScriptCore\stdint.h" @@ -9,4 +9,4 @@ all: clean: -del "%ConfigurationBuildDir%\buildfailed" copy-files.cmd clean - -del /s /q "%ConfigurationBuildDir%\obj32\JavaScriptCore\DerivedSources" + -del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\JavaScriptCore\DerivedSources"