[Coapp-developers] Conference Call Friday

2012-01-19 Thread Garrett Serack
Yes, there will be a CoApp Conference call today 10:30 PST Topics: - update on the "One True Build Machine To Rule Them All" - update on the developer library layout stuff I sent out - next week should be packages! - FOSDEM 2012 presentation ideas Join online meeting

[Coapp-developers] Packages for different compilers/etc

2012-01-19 Thread Garrett Serack
Further to the conversation we had last week at the weekly conference call, here's what I have for how coapp composes developer packages and how library packages work. We can go over this more at the conf call online tomorrow. ==

Re: [Coapp-developers] Some minor ptk changes

2012-01-19 Thread Garrett Serack
And, I'm adding @import "filename" to property sheets to allow you to include one property sheet in another (.autopkg, .buildinfo, etc). G From: coapp-developers-bounces+garretts=microsoft@lists.launchpad.net [coapp-developers-bounces+garretts=microsoft@l

[Coapp-developers] Some minor ptk changes

2012-01-19 Thread Garrett Serack
I'm adding a small tweak to the way that pTK handles build-command and clean-command scripts: Currently, the batch file that gets emitted and run via cmd /c looks like this: @echo off @setlocal {1}: @cd ""{0}"" {2} where : {1} is the drive that the .buildinfo script is on {0} is the directory