2020-09-30 16:53:49 +02:00

60 lines
1.4 KiB
Plaintext

!if 0
Copyright (c) 1996 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
from template created 12-Apr-1990 by Steve Wood (stevewo)
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
!endif
TARGET_BOTH = 1
NOT_UNICODE = 1
PRECOMPILED_CXX = 1
!include ..\common.inc
SOURCES_USED = $(SOURCES_USED) ..\common.inc
TARGETTYPE = PROGRAM
TARGETNAME = tipupd
TARGETPATH = $(_OBJ_DIR)
UMTYPE = windows
PRECOMPILED_INCLUDE = private.h
INCLUDES = $(INCLUDES);
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\msi.lib \
$(SDK_LIB_PATH)\shell32.lib
USE_LIBCMT = 1
UMBASE = 0x00400000
UMENTRY = winmain
UMTYPE = windows
SOURCES = tipupd.rc \
tipupd.cpp \
tipdlg.cpp