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.

24 lines
531 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. NOT_UNICODE = 1
  3. TARGET_BOTH = 1
  4. !include $(CCSHELL_DIR)\common.inc
  5. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  6. INCLUDES = $(INCLUDES);$(NET_INC_PATH)
  7. !undef USE_NOLIBS
  8. !undef USE_NTDLL
  9. TARGETNAME = regdate
  10. TARGETPATH = obj
  11. TARGETTYPE = PROGRAM
  12. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\user32.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib
  15. SOURCES = main.cpp
  16. UMTYPE=console