mirror of https://github.com/lianthony/NT4.0
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.
55 lines
1.3 KiB
55 lines
1.3 KiB
!IF 0
|
|
/*---------------------------------------------------------------------------*\
|
|
|
|
|
| Copyright (c) 1989 Microsoft Corporation
|
|
|
|
|
| Module Name: AUSRWNDM (API:USR:Wnd Disp/Move:Sniff Tests)
|
|
|
|
|
| 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.
|
|
|
|
|
| Created: 26-Dec-1990 created sources file. <bobk>
|
|
| History: 22-Jan-1991 modifyed for this particular DLL <BabakJ>
|
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=test
|
|
|
|
USE_CRTDLL=1
|
|
TARGETNAME=TESTDLGS
|
|
TARGETPATH=..\..\lib
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS= $(BASEDIR)\public\sdk\lib\*\gdi32.lib\
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib\
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib\
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=wctfdll.c \
|
|
comp.c \
|
|
libmain.c \
|
|
match.c \
|
|
wctmem.c \
|
|
wctapi.c \
|
|
wctexprt.c \
|
|
wctimprt.c \
|
|
lex.c \
|
|
strings.c \
|
|
DLLVer.RC
|
|
|
|
UMTYPE=windows
|
|
|
|
C_DEFINES=-DWIN32 -DNT
|
|
|
|
MIPS_FLAGS=-D_cdecl=
|
|
|
|
DLLBASE=0x79000000
|
|
DLLENTRY= LibEntry
|