The intent is that {$INSTALL}\{$VENDOR}\{$PRODUCTNAME}-{$VERSION}-{$PLATFORM}\ Should be the location. So
C:\apps\.installed\coapp\zlib-1.2.3-x86\ Is the correct location. Yes, import/static libraries go in {$PKGDIR} along with the header files--header file should end up in {$PKGDIR}\include so that we can symlink it to c:\apps\include\<pkgname> Uh, I have notes somewhere on how the source code gets installed-but I gotta go over that again. Put that off for now. G Garrett Serack | Open Source Software Developer | Microsoft Corporation I don't make the software you use; I make the software you use better on Windows. From: coapp-developers-bounces+garretts=microsoft....@lists.launchpad.net [mailto:coapp-developers-bounces+garretts=microsoft....@lists.launchpad.net] On Behalf Of Eric Schultz Sent: Sunday, August 22, 2010 2:47 PM To: coapp-developers Subject: [Coapp-developers] Directory Structure Gang, http://coapp.org/Blueprints/Package_Blueprint/Additional_Notes describes two different install locations for packages. First, one example is: c:\apps\.installed\coapp\zlib\1.2.3 which seems to correspond to: {$VENDOR}\{$PRODUCTNAME}\{$VERSION} However further down the page I see: {$INSTALL}\{$VENDOR}\{$PRODUCTNAME}-{$VERSION}-{$PLATFORM}\ Which one is correct? Additionally, do import and static libraries go in {$PKGDIR}\include along with header files? Finally, where in this directory structure are source code files supposed to be installed? Eric
_______________________________________________ Mailing list: https://launchpad.net/~coapp-developers Post to : coapp-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~coapp-developers More help : https://help.launchpad.net/ListHelp