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.

25 lines
562 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. !include $(CCSHELL_DIR)\common.inc
  3. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  4. TARGETNAME = biologon
  5. TARGETPATH = obj
  6. TARGETTYPE = DYNLINK
  7. MSC_WARNING_LEVEL=/W4 /WX
  8. TARGETLIBS = \
  9. $(SDK_LIB_PATH)\kernel32.lib \
  10. $(SDK_LIB_PATH)\advapi32.lib \
  11. $(SDK_LIB_PATH)\secur32.lib
  12. USE_MSVCRT=1
  13. DLLDEF = $(O)\biologon.def
  14. DLLENTRY = DllMain
  15. SOURCES = \
  16. BioLogon.cpp \
  17. biologon.rc