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.
31 lines
542 B
31 lines
542 B
!include ..\..\cobra.mk
|
|
|
|
!include loader.mk
|
|
|
|
MINORCOMP=loader
|
|
|
|
# target
|
|
TARGETNAME=migload
|
|
TARGETTYPE=PROGRAM
|
|
|
|
#sources
|
|
SOURCES= \
|
|
loader.rc \
|
|
cab.c \
|
|
dialog.c \
|
|
unpack.c \
|
|
utils.c \
|
|
winmain.c \
|
|
lang.c \
|
|
|
|
|
|
# app settings
|
|
UMENTRY=winmain
|
|
UMTYPE=windows
|
|
|
|
# extra libs
|
|
TARGETLIBS= $(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\fdi.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib\
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|