59 lines
1.3 KiB
Plaintext
59 lines
1.3 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1998 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.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME= olecnv32
|
|
TARGETPATH= obj
|
|
TARGETTYPE= DYNLINK
|
|
|
|
!include ..\..\chicago0.inc
|
|
|
|
DLLDEF= obj\$(TARGET_DIRECTORY)\olecnv32.def
|
|
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),usermode
|
|
|
|
INCLUDES= ..;..\..\ih
|
|
|
|
C_DEFINES= \
|
|
$(C_DEFINES) \
|
|
-D_OLECNV32_
|
|
|
|
SOURCES= \
|
|
..\api.c \
|
|
..\bufio.c \
|
|
..\cache.c \
|
|
..\error.c \
|
|
..\gdiprim.c \
|
|
..\getdata.c \
|
|
..\quickdrw.c \
|
|
..\olecnv32.rc
|
|
|
|
DLLENTRY=LibMain
|
|
|
|
UMTYPE= windows
|
|
|
|
USE_MSVCRT=1
|
|
LINKLIBS= \
|
|
..\..\win98\lib\advapi32.lib \
|
|
..\..\win98\lib\kernel32.lib \
|
|
..\..\win98\lib\gdi32.lib \
|
|
..\..\win98\lib\user32.lib \
|
|
|
|
PRECOMPILED_INCLUDE= ..\headers.c
|
|
|
|
NTTARGETFILE0=$(DLLDEF:*=i386)
|
|
NTTARGETFILES=olecnv32.sym
|