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

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. !ifndef PRNROOT
  5. PRNROOT=$(MAKEDIR:\lib\xcf=)
  6. !endif
  7. !include $(PRNROOT)\print.inc
  8. 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
  9. SOURCES=\
  10. xcf_cff.c \
  11. xcf_cstr.c \
  12. xcf_da.c \
  13. xcf_fa.c \
  14. xcf_fp.c \
  15. xcf_misc.c \
  16. xcf_t1.c \
  17. algndjmp.c \
  18. TARGETNAME=xcf
  19. TARGETPATH=obj
  20. TARGETTYPE=LIBRARY
  21. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE