dalexsoto / AlexTouch.GoogleAdMobAds

This contains the files needed to use btouch to generate the dll required to use admob on the managed c# world :)
9 stars 4 forks source link

Adding StoreKit link and pre/post makefiles #6

Closed jlyonsmith closed 11 years ago

jlyonsmith commented 11 years ago

I fixed a bug and added pre/post build makefiles to pull the latest .zip file from Google and generated mdoc's.

dalexsoto commented 11 years ago

mmm, not sure if we should always get the latest build from google, what happens if binding gets outdated?

btw I love the idea of generating docs and thanks for the storeKit i missed it

@jiyonsmith I want to know your thoughts on getting the latest build from google. :)

Alex

jlyonsmith commented 11 years ago

Yeah, that's probably a bit too agressive :) I'll fix it to just check and give a warning in the csproj and tell you to run the makefile. That sound good?

John.

On Nov 22, 2012, at 7:56 AM, Alex Soto notifications@github.com wrote:

mmm, not sure if we should always get the latest build from google, what happens if binding gets outdated?

btw I love the idea of generating docs and thanks for the storeKit i missed it

I want to know your thoughts on getting the latest build from google. :)

Alex

— Reply to this email directly or view it on GitHubhttps://github.com/dalexsoto/AlexTouch.GoogleAdMobAds/pull/6#issuecomment-10638439.

dalexsoto commented 11 years ago

yeah that sounds good :)

jlyonsmith commented 11 years ago

OK, I've removed running the PreBuild.make in the .csproj

dalexsoto commented 11 years ago

Merged, thanks a lot :)