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.

21 lines
356 B

  1. MAJORCOMP=GDIDbg
  2. MINORCOMP=GDIView
  3. TARGETNAME=GDIView
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETTYPE=PROGRAM
  6. INCLUDES=.;$(SDK_INC_PATH);$(WINDOWS_INC_PATH)
  7. USE_CRTDLL=1
  8. SOURCES=debug.cpp \
  9. gdiview.cpp \
  10. output.cpp
  11. UMTYPE=console
  12. UMLIBS=$(SDK_LIB_PATH)\dbgeng.lib \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\user32.lib