Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
362 B

  1. !IF 0
  2. Sample DIRS file
  3. myoldp is only going to be compiled for x86.
  4. myhello is going to be compiled for x86 and ia64.
  5. {x86,ia64,32,64} are the availible options.
  6. mysample will only be compiled is specified in the
  7. build options.
  8. !ENDIF
  9. DIRS=myproject \
  10. myoldp{x86} \
  11. myhello{x86,ia64}
  12. OPTIONAL_DIRS=mysample