View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 02-23-2016 , 10:06   Re: Can someone explain me HOW to COMPILE extension under Windows, please!
Reply With Quote #12

add this to your command line for running "configure.py": --sdks tf2
By default, the AMBuildScript uses all the defined SDKs in itself.
It looks for them by:
  1. Check if the option value for "--hl2sdk-root" is not None(Path to folder containing all the cloned SDK folders), if given, find respective SDK folder in given path.
  2. Check if the respective environment variable(eg: HL2SDKTF2) is set(Path to respective SDK folder(eg: D:\SMDEV\hl2sdk-tf2)), if set, use it's value.
  3. Otherwise look for respective SDK folder in a recursive ".." check.
  4. If none of the above finds the respective SDK folder or path obtained isn't a directory, error out with message saying which SDK couldn't be located.

Last edited by WildCard65; 02-23-2016 at 10:19.
WildCard65 is offline