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.

27 lines
338 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 2000
  3. Module Name:
  4. sources
  5. !ENDIF
  6. TARGETNAME=dsrm
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. USE_MSVCRT=1
  10. UMTYPE=console
  11. UMENTRY=wmain
  12. !INCLUDE ..\sources.inc
  13. SOURCES= $(SOURCES) \
  14. usage.mc \
  15. resource.rc \
  16. cstrings.cpp \
  17. rmtable.cpp \
  18. dsrm.cpp