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.
 
 
 
 
 
 

41 lines
753 B

!IF 0
Copyright (c) 1990 Microsoft Corporation
Module Name:
sources.
!ENDIF
MAJORCOMP=profiler
MINORCOMP=makediff
TARGETNAME=makediff
TARGETPATH=obj
TARGETTYPE=PROGRAM
C_DEFINES= -DWIN32 -D_WINDOWS
SOURCES= \
..\main.c \
INCLUDES=\
$(WINDOWS_INC_PATH)\
.\
USE_MSVCRT=1
UMTYPE=console
TARGETLIBS= \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\psapi.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
MSC_WARNING_LEVEL=/WX /W3