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.

36 lines
853 B

  1. #
  2. # Key Remap PowerToy, part of the Windows 2000 Resource Kit
  3. #
  4. MAJORCOMP=shell
  5. MINORCOMP=cpls
  6. TARGETNAME=keyremap
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. TARGETEXT=dll
  10. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  11. $(SDK_LIB_PATH)\user32.lib \
  12. $(SDK_LIB_PATH)\comctl32.lib \
  13. $(SDK_LIB_PATH)\gdi32.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib \
  15. $(SDK_LIB_PATH)\uuid.lib \
  16. DLLENTRY= Entry32
  17. DLLBASE=0x40000000
  18. C_DEFINES=-DNT -DNOWINRES
  19. UMTYPE=windows
  20. SOURCES= keyremap.rc \
  21. assert.c \
  22. common.c \
  23. map.c \
  24. mapcf.c \
  25. mapps.c \
  26. mappsx.c \
  27. mem.c \
  28. PRECOMPILED_INCLUDE=map.h
  29. PRECOMPILED_PCH=pch.pch
  30. PRECOMPILED_OBJ=pch.obj