Off-Target Environment

From STRIDE Wiki
Revision as of 19:08, 2 June 2009 by Timd (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

makefile

Note that all makefiles must be run with 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