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.

17 lines
287 B

  1. TARGETTYPE=PROGRAM
  2. TARGETNAME=getpdbname
  3. TARGETPATH=..\obj
  4. NO_BINPLACE=1
  5. UMENTRY=main
  6. UMTYPE=console
  7. USE_MSVCRT=1
  8. USE_NATIVE_EH=1
  9. MSC_WARNING_LEVEL=-W4 -WX
  10. SOURCES=\
  11. getpdbname.cpp \
  12. lib.c
  13. TARGETLIBS=\
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\imagehlp.lib \