Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A set of scripts (Makefiles) and conventions to support making multi-platform compiled code

NotificationsYou must be signed in to change notification settings

zebity/adev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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.

About

A set of scripts (Makefiles) and conventions to support making multi-platform compiled code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp