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.
44 lines
723 B
44 lines
723 B
!IF 0
|
|
|
|
Copyright (c)1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
sources
|
|
|
|
Abstract
|
|
|
|
Author:
|
|
Chae Seong Lim (cslim) 16-Jul-1999
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\common.inc
|
|
|
|
MAJORCOMP = FEIME
|
|
MINORCOMP = PADRS412
|
|
|
|
TARGETNAME = PADRS412
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
TARGETTYPE = DYNLINK
|
|
TARGETLIBS = $(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
INCLUDES = $(INCLUDES);..\include;..\common
|
|
|
|
DLLBASE = 0x3A7A0000
|
|
DLLENTRY = DllMain
|
|
|
|
DLLDEF = resmain.def
|
|
|
|
USE_NOLIBS = 1
|
|
|
|
SOURCES = \
|
|
res.rc \
|
|
resmain.cpp
|
|
|
|
|
|
UMTYPE=windows
|
|
UMTEST=
|
|
UMLIBS=
|
|
|
|
BUFFER_OVERFLOW_CHECKS=NO_NTDLL
|