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.

28 lines
401 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. CA_ROOT=..
  6. !include $(CA_ROOT)\ca.mk
  7. MINORCOMP=nsrevchk
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=obj
  10. TARGETTYPE=PROGRAM
  11. UMENTRY=wmain
  12. CHECKED_ALT_DIR=1
  13. NOT_LEAN_AND_MEAN=1
  14. SOURCES= \
  15. nsrevchk.rc \
  16. nsrevchk.cpp
  17. TARGETLIBS= \
  18. $(CA_SDKLIB)\user32.lib \