coapp-developers team mailing list archive
-
coapp-developers team
-
Mailing list archive
-
Message #00113
Re: Common library paths
/lib is for library files (.lib) – both the import libraries for .DLL and the .lib files for static files.
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: Geoffroy Couprie [mailto:geo.couprie@xxxxxxxxx]
Sent: Thursday, April 15, 2010 2:32 PM
To: Garrett Serack
Cc: coapp-developers@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Coapp-developers] Common library paths
Hello,
2010/4/15 Garrett Serack <garretts@xxxxxxxxxxxxx<mailto:garretts@xxxxxxxxxxxxx>>
Currently, the plan is to have something like this for common files (bin/doc/include/lib):
└───Program Files [and Program Files (x86)]
└───Common Files -- already present in Windows installations
└───CoApp **** -- Common parent for all shared components
├───bin -- directory for shared tools & utilities
├───doc -- container directory for common documentation
├───include -- container directory for library include files
├───resources -- container directory resources associated with a component
└───lib
What is the purpose of that lib plugin? Is that a folder for application plugins? Or do you plan to distribute some library packages that don't use SxS?
Best regards,
Geoffroy
References