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.

20 lines
427 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. !include $(CCSHELL_DIR)\common.inc
  3. SOURCES_USED=$(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  4. C_DEFINES=-DUNICODE -D_UNICODE -DSECURITY_WIN32 -DSECURITY_KERBEROS
  5. TARGETNAME=secutil
  6. TARGETPATH=obj
  7. TARGETTYPE=LIBRARY
  8. MSC_WARNING_LEVEL=/W4 /WX
  9. INCLUDES=.;$(WINDOWS_INC_PATH);$(BASE_INC_PATH)
  10. SOURCES= \
  11. ProfileUtil.cpp \
  12. TokenUtil.cpp
  13. NTTARGETFILES=$(PROJECT_ROOT)\lib\$(O)\secutil.lib