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.

30 lines
522 B

  1. TARGETPATH=obj
  2. TARGETTYPE=PROGRAM
  3. USE_MSVCRT=1
  4. TARGETNAME=reg
  5. TARGETLIBS=\
  6. $(SDK_LIB_PATH)\user32.lib \
  7. $(SDK_LIB_PATH)\shlwapi.lib
  8. C_DEFINES=-DUNICODE -D_UNICODE
  9. UMENTRY=wmain
  10. UMTYPE=console
  11. SOURCES= reg.rc \
  12. reg.c \
  13. copy.c \
  14. save.c \
  15. query.c \
  16. add.c \
  17. delete.c \
  18. compare.c \
  19. export.c \
  20. regeditp.c \
  21. regporte.c \
  22. regdebug.c