From: Alexis Laferrière Date: Tue, 25 Aug 2015 19:00:19 +0000 (-0400) Subject: contrib/objcwrapper makefile: add the NSAlert check X-Git-Tag: v0.7.8~61^2~6 X-Git-Url: http://nitlanguage.org contrib/objcwrapper makefile: add the NSAlert check Signed-off-by: Alexis Laferrière --- diff --git a/contrib/objcwrapper/Makefile b/contrib/objcwrapper/Makefile index 34257ab..1f1021a 100644 --- a/contrib/objcwrapper/Makefile +++ b/contrib/objcwrapper/Makefile @@ -38,5 +38,11 @@ check-apple: bin/objcwrapper bin/objcwrapper tests/NSArray.pre.h -o tests/nsarray.nit ../../bin/nitpick tests/nsarray.nit + gcc -E /System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h \ + | ../header_keeper/bin/header_keeper NSAlert.h \ + | bin/header_static > tests/NSAlert.pre.h + bin/objcwrapper tests/NSAlert.pre.h -o tests/nsalert.nit + ../../bin/nitpick tests/nsalert.nit + bin/header_static: ../../bin/nitc --dir bin src/header_static.nit