MINORCOMP=Wow64

TARGETNAME=winbld
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=LIBRARY
SOURCES=winbld.c

MSC_OPTIMIZATION=/Od
USER_C_FLAGS=/Zm500

# set not lean and mean to pick more windows includes
NOT_LEAN_AND_MEAN=1

# Tell build.exe to block and wait for this directory to build before
# continuing.  The wh* thunk directories cannot be built until this
# directory is completely finished.
SYNCHRONIZE_BLOCK=1

!include ..\sources.inc