Off-Target Environment: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
(New page: makefile Note that all makefiles must be run with [http://www.gnu.org/software/make/ gnu make]. For SDKs targeting OS's where this is not the standard make utility, an executable is suppl...)
 
(Redirected page to STRIDE Off-Target Environment)
 
(111 intermediate revisions by 4 users not shown)
Line 1: Line 1:
makefile
#REDIRECT [[STRIDE Off-Target Environment]]
 
Note that all makefiles must be run with [http://www.gnu.org/software/make/ gnu make]. For SDKs targeting OS's where this is not the standard make utility, an executable is supplied in the SDK's bin directory.
 
targets
 
;all
: Builds the ''library'' target
;library
: Builds STRIDE runtime, producing stride.lib
;clean
: Deletes intermediate and target files
;testapp
: Builds an instrumented test application, TestApp.exe, using sources found in the sample_src directory
 
;database
:
;im
:
;daemon
:
[[Category:Installation]]

Latest revision as of 18:15, 9 June 2011