Difference between revisions of "Build System Analysis:capstone2013 windows build"
From Apache OpenOffice Wiki
		
		
		
| JanIversen (talk | contribs)  (Created page with "{{Build Environment Effort}}   = Capstone2013 build system project ?") | JanIversen (talk | contribs)  | ||
| Line 1: | Line 1: | ||
| {{Build Environment Effort}}   | {{Build Environment Effort}}   | ||
| − | = Capstone2013 build system project  | + | = Capstone2013 build system project = | 
| + | |||
| + | This page document our analysis and studies of the build system, it is based on the gbuild findings | ||
| + | |||
| + | == structure of a new build system == | ||
| + | |||
| + | Target is to make a build system easy to use for windows programmers, IMHO it should be a microsoft visual studio solution, BUT since AOO is also delivered on MAC and different Linux versions, we need to be able to generate makefiles as well. | ||
Revision as of 07:11, 13 October 2013
 
Capstone2013 build system project
This page document our analysis and studies of the build system, it is based on the gbuild findings
structure of a new build system
Target is to make a build system easy to use for windows programmers, IMHO it should be a microsoft visual studio solution, BUT since AOO is also delivered on MAC and different Linux versions, we need to be able to generate makefiles as well.


