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.

22 lines
470 B

  1. !IF 0
  2. Build NT specific GPC data extensions
  3. Copyright (C) 1992-2003 Microsoft Corporation
  4. !ENDIF
  5. TARGETNAME=PlotGPC
  6. TARGETPATH=obj
  7. TARGETTYPE=PROGRAM
  8. C_DEFINES=$(C_DEFINES) -DUMODE -DSTRICT -DUNICODE $(PLOTGPC_DEF)
  9. INCLUDES=..\..\inc;..\..\lib
  10. SOURCES=plotgpc.c plotgpc.rc
  11. UMTYPE=console
  12. UMLIBS=..\..\lib\um\obj$(BUILD_ALT_DIR)\*\plotlib.lib \
  13. $(SDK_LIB_PATH)\user32.lib \
  14. $(SDK_LIB_PATH)\winspool.lib