54 lines
881 B
Plaintext
54 lines
881 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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:
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
MAJORCOMP=toledlg
|
|
MINORCOMP=
|
|
|
|
TARGETPATH=obj
|
|
C_DEFINES=-DWIN32 -DINC_OLE2 -DUNICODE
|
|
|
|
TARGETNAME=toledlg
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=$(BASEDIR)\private\cinc;..;
|
|
GPSIZE=32
|
|
|
|
386_OPTIMIZATION=/Oy-
|
|
|
|
SOURCES=..\winmain.cxx \
|
|
..\about.cxx \
|
|
..\mwclass.cxx \
|
|
..\message.cxx \
|
|
..\linkcntr.cxx \
|
|
..\tole2ui.rc \
|
|
..\cdialog.cxx \
|
|
..\cwindow.cxx \
|
|
|
|
|
|
LINKLIBS=$(SDK_LIB_PATH)\ole32.lib\
|
|
$(SDK_LIB_PATH)\oledlg.lib
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|