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.

30 lines
479 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. !ENDIF
  4. USER_INCLUDES=$(WINDOWS_INC_PATH)
  5. LINKLIBS=
  6. TARGETNAME=dumpsdb
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=PROGRAM
  9. WIN32_WINNT_VERSION=0x0400
  10. BINPLACE_PLACEFILE=..\..\placefil.txt
  11. MSC_WARNING_LEVEL=/W3 /WX
  12. SOURCES= \
  13. dumpsdb.cpp
  14. UMTYPE=console
  15. UMENTRY=wmain
  16. TARGETLIBS= $(SDBAPI_PATH)\lib\$(O)\sdbapil.lib \
  17. $(SDK_LIB_PATH)\version.lib \
  18. $(SDK_LIB_PATH)\ntdll.lib