2025-04-27 07:49:33 -04:00

39 lines
823 B
Plaintext

!include ..\..\app.mk
MINORCOMP=migoobe
# target
TARGETNAME=migoobe
TARGETTYPE=DYNLINK
# compiler options
USE_MSVCRT=1
#includes
INCLUDES = \
$(INCLUDES) \
$(SHELL_INC_PATH);
SOURCES= \
..\cowsite.cpp \
..\dll.cpp \
..\guids.cpp \
..\registry.cpp \
..\migeng.cpp \
..\miginf.cpp \
..\migfact.cpp \
..\migoobe.cpp \
..\migtask.cpp \
..\migutil.cpp \
..\migwiz.rc
DLLENTRY=_DllMainCRTStartup
DLLDEF=..\migoobe.def
# extra libs
TARGETLIBS= $(TARGETLIBS) \
$(SHELL_LIB_PATH)\shlwapip.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(COBRA_ROOT)\bin\$(O)\migism.lib \
$(COBRA_ROOT)\bin\$(O)\log.lib \