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.

20 lines
442 B

  1. MINORCOMP=Wow64
  2. TARGETNAME=winbld
  3. TARGETPATH=.
  4. TARGETTYPE=LIBRARY
  5. SOURCES=winbld.c
  6. MSC_OPTIMIZATION=/Od
  7. USER_C_FLAGS=/Zm500
  8. # set not lean and mean to pick more windows includes
  9. NOT_LEAN_AND_MEAN=1
  10. # Tell build.exe to block and wait for this directory to build before
  11. # continuing. The wh* thunk directories cannot be built until this
  12. # directory is completely finished.
  13. SYNCHRONIZE_BLOCK=1
  14. !include ..\sources.inc