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
373 B
25 lines
373 B
MAJORCOMP=setup
|
|
MINORCOMP=hotfix
|
|
|
|
TARGETNAME=update2
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
UMENTRY=wmain
|
|
|
|
NTSETUP=$(PROJECT_ROOT)\ntsetup
|
|
|
|
!INCLUDE $(NTSETUP)\sources.inc
|
|
|
|
INCLUDES=\
|
|
$(NTSETUP)\inc;\
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
SOURCES=update2.c res.rc
|
|
|
|
UMTYPE=windows
|
|
|
|
USE_MSVCRT=1
|
|
|
|
BINPLACE_PLACEFILE=placefil.txt
|
|
|