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.
|
|
# Copyright (c) Microsoft Corporation # # sources file for genthnk # # 20-Feb-1992 Jonle , created # # # July 2001 JayKrell # integrated from base\wow64\tools to /private/winfuse_longhorn/base/tools # # January 2002 # integrated /private/winfuse_longhorn/base/tools to /lab01_n/base/win32/fusion/tools # TARGETNAME=fusion_genthnk TARGETPATH=..\$(_OBJ_DIR) TARGETTYPE=PROGRAM TARGETLIBS= \ ..\$(O)\fusion_genlib.lib \ $(SDK_LIB_PATH)\imagehlp.lib \
SOURCES=\ genthnk.c \ genthnk.rc
MSC_WARNING_LEVEL=/W4 /WX USE_MSVCRT=1 INCLUDES= .;..\genlib UMTYPE=console UMENTRY=main
|