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.
 
 
 
 
 
 

22 lines
356 B

# Copyright (c) Microsoft Corporation
TARGETNAME=gencomctlt
TARGETPATH=obj
TARGETTYPE=PROGRAM
SOURCES=\
gencomctlt.cpp \
gencomctlt.rc
USE_NATIVE_EH=1
USE_MSVCRT=1
USE_STL=1
INCLUDES= \
$(PROJECT_ROOT)/wow64/tools
UMTYPE=console
UMENTRY=main
TARGETLIBS=\
$(PROJECT_ROOT)/wow64/tools/*/genlib.lib \
$(SDK_LIB_PATH)/ntdll.lib