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.
 
 
 
 
 
 

29 lines
486 B

!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