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.

37 lines
559 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1996 - 2000
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=storlib
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER_LIBRARY
  9. LINKLIBS=
  10. INCLUDES=..\inc
  11. PRECOMPILED_INCLUDE=precomp.h
  12. PRECOMPILED_PCH=precomp.pch
  13. PRECOMPILED_OBJ=precomp.obj
  14. SOURCES=\
  15. dict.c \
  16. debug.c \
  17. gateway.c
  18. UMTEST=tdict
  19. UMTYPE=console
  20. UMLIBS=$(O)\dict.obj\
  21. $(SDK_LIB_PATH)\ntdll.lib
  22. !IFDEF _RTC
  23. MSC_OPTIMIZATION=$(MSC_OPTIMIZATION) /RTC$(_RTC)
  24. C_DEFINES=$(C_DEFINES) -D_RTC=1
  25. !ENDIF