Source code of Windows XP (NT5)
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
444 B

  1. # Copyright (c) 1996-1999 Microsoft Corporation. All rights reserved.
  2. TARGETNAME=msmpu401
  3. TARGETTYPE=DRIVER
  4. TARGETPATH=obj
  5. TARGETLIBS= \
  6. $(DDK_LIB_PATH)\portcls.lib\
  7. $(DDK_LIB_PATH)\stdunk.lib\
  8. $(SDK_LIB_PATH)\libcntpr.lib
  9. INCLUDES=
  10. MSC_WARNING_LEVEL=-W3 -WX
  11. C_DEFINES=-D_WIN32 -DUNICODE -D_UNICODE -DUNDER_NT -DDEBUG_LEVEL=DEBUGLVL_TERSE
  12. LINKER_FLAGS=-map
  13. SOURCES=\
  14. adapter.cpp \
  15. mpu401.rc