- Notifications
You must be signed in to change notification settings - Fork0
zebity/adev-env
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Introduction:A Development Environment This is a development environment that helps to build multi-platormcode. It uses a number of conventions to support building againstmutliple platforms.The primary convention is to use different "src & include" files tomanage platform specific libraries and code and the relie on compilerflags to ensure the right version are picked.In C / C++ code this avoids using Macros to managed platform variationsThe environment is invoked by going into new shell instance, which thenpicks up all the environment variables required to build codeThe target build enviornments was orginally C / C++ with additional make filesto support various special processers such as embedded SQL, Corba etcThe various Makefile includes for differnt target types should prove to haveongoing use to people do need to use Make,I have uplaoded this to allow me to use these, rather than re-read the GNU Makefile documentation again after all these years.So this set of files encodes a number of conventions by providing scripts andmake files to help build your project.Owner & AuthorAll these scripts and code where written by John Hartley.Owner / Author holds all rights to this code.