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 sortpp # # 20-Feb-1992 Jonle , created # # July 2001 JayKrell # integrated from base\wow64\tools to /private/winfuse_longhorn/base/tools # # January 2002 JayKrell # integrated /private/winfuse_longhorn/base/tools to /lab01_n/base/win32/fusion/tools # TARGETNAME=fusion_sortpp TARGETPATH=..\$(_OBJ_DIR) TARGETTYPE=PROGRAM TARGETLIBS= \ ..\$(O)\fusion_genlib.lib \
LINKER_STACKSIZE=-STACK:1600000 SOURCES=\ sortpp.c \ sortpp.rc
MSC_WARNING_LEVEL=/W4 /WX USE_MSVCRT=1 INCLUDES=.;..\genlib UMTYPE=console UMENTRY=main
|