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.
 
 
 
 
 
 

31 lines
552 B

!IF 0
Copyright (c) 1996 Microsoft Corporation
!ENDIF
!ifndef PRNROOT
PRNROOT=$(MAKEDIR:\lib\xcf=)
!endif
!include $(PRNROOT)\print.inc
C_DEFINES=$(C_DEFINES) -DUSE_FIXMUL=USE_SWFP -DUSE_FIXDIV=USE_SWFP -DUSE_FRACMUL=USE_SWFP -DUSE_FRACDIV=USE_SWFP -DWIN32KERNEL=1 -DUSE_FXL=1
SOURCES=\
xcf_cff.c \
xcf_cstr.c \
xcf_da.c \
xcf_fa.c \
xcf_fp.c \
xcf_misc.c \
xcf_t1.c \
algndjmp.c \
TARGETNAME=xcf
TARGETPATH=obj
TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE