windows-nt/Source/XPSP1/NT/shell/ext/biologon/sources

26 lines
562 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
CCSHELL_DIR = $(PROJECT_ROOT)
!include $(CCSHELL_DIR)\common.inc
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
TARGETNAME = biologon
TARGETPATH = obj
TARGETTYPE = DYNLINK
MSC_WARNING_LEVEL=/W4 /WX
TARGETLIBS = \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\secur32.lib
USE_MSVCRT=1
DLLDEF = $(O)\biologon.def
DLLENTRY = DllMain
SOURCES = \
BioLogon.cpp \
biologon.rc