摘要:
/DEBUG (Generate debug info) /DEBUG[:{FASTLINK|FULL|NONE}] The /DEBUG linker option creates a debugging information file for the executable. /DEBUG 用于 阅读全文
摘要:
/c (Compile Without Linking) 只编译不链接。 Compile or assemble the source files, but do not link. Compiling with /c creates .obj files only. You must call L 阅读全文
摘要:
Variables Basics Jam variables are lists of zero or more elements, with each element being a string value. An undefined variable is indistinguishable 阅读全文