build.py: Added alternative SDK location (commented by default)

This commit is contained in:
gergely.erdelyi 2009-01-27 18:10:42 +00:00
parent e4aaf2b166
commit 32654c9ee8

View File

@ -24,6 +24,7 @@ VERBOSE = True
IDA_MAJOR_VERSION = 5
IDA_MINOR_VERSION = 4
IDA_SDK = ".." + os.sep + "swigsdk-versions" + os.sep + "%d.%d" % (IDA_MAJOR_VERSION, IDA_MINOR_VERSION)
#IDA_SDK = ".." + os.sep + ".."
# End of user configurable options
# IDAPython version