OSDN Git Service

nvdaHelper sconstruct file: add a targetArchitectures commandline variable which...
authorMichael Curran <mick@kulgan.net>
Thu, 30 Sep 2010 21:47:49 +0000 (07:47 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 30 Sep 2010 21:47:49 +0000 (07:47 +1000)
commit9f77197c6b1dec268610f0dc252126cbe0fe419d
tree19cb47e9b62d956d100575285d34cfa5792a6cbf
parent9ee3fcf0e15ad75ac3cdf27778cdae3158a5cf75
nvdaHelper sconstruct file: add a targetArchitectures commandline variable which allows you to provide a comma-separated list of specific target architectures you want NVDAHelper built for. Example: scons targetArchitectures=x86,x86_64. By default all architectures will still be built like normal, but this provides an easy way of only building specific ones if needed. Also now detect any unknown commandline variables and report them and exit if any exist. Useful if you miss-spell a variable.
source/NVDAHelper/building.txt
source/NVDAHelper/sconstruct