Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
CDep...
$if($exists($WindowsPhoneKit),
$set(StoreProc,$Processor)
$define(DistribPlatform,winphone)
$set(Processor,arm) $cdep($here/rt/cdep_winphone.mak,$here/rt)
$set(Processor,x86_noasm) $cdep($here/rt/cdep_winphone.mak,$here/rt)
$set(Processor,$StoreProc)
,
$echo(*** NOT BUILDING WinPhone, SDK not installed (or WindowsPhoneKit not set))
)
---->
C:/devel/projects/granny/cdep.mak(42): Too many parameters to echo (2 and should be 1)
C:/devel/projects/granny/cdep.mak(42): Parameter 0: '*** NOT BUILDING WinPhone'
C:/devel/projects/granny/cdep.mak(42): Parameter 1: ' SDK not installed (or WindowsPhoneKit not set)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment