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
555 B
24 lines
555 B
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
NOT_UNICODE = 1
|
|
TARGET_BOTH = 1
|
|
|
|
!include $(CCSHELL_DIR)\common.inc
|
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
|
|
|
|
INCLUDES = $(INCLUDES);$(NET_INC_PATH)
|
|
|
|
!undef USE_NOLIBS
|
|
!undef USE_NTDLL
|
|
|
|
TARGETNAME = regdate
|
|
TARGETPATH = obj
|
|
TARGETTYPE = PROGRAM
|
|
|
|
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib
|
|
|
|
SOURCES = main.cpp
|
|
|
|
UMTYPE=console
|