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.
58 lines
1.4 KiB
58 lines
1.4 KiB
!IF 0
|
|
/*---------------------------------------------------------------------------*\
|
|
| APPLICATION BUILD FILE
|
|
| This module builds the sources for WIN32.
|
|
|
|
|
| FLAGS
|
|
| -DDEBUG : enable debug output
|
|
| -DASSERT : enable assert output
|
|
|
|
|
|
|
|
| created: 29-Dec-92
|
|
| history: 29-Dec-92 <chriswil> created.
|
|
| 19-Oct-93 <chriswil> unicode enabled.
|
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=winchat
|
|
|
|
NTTARGETFILES=copyexe
|
|
|
|
TARGETNAME=winchat
|
|
TARGETPATH=bin
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
TARGETENTRY=WinMain
|
|
|
|
C_DEFINES=-DNT -DWIN32 -DDDEMLBUG -DPROTOCOL_NEGOTIATE -DUNICODE -D_UNICODE -DWINVER=0x0400
|
|
|
|
|
|
INCLUDES=.;$(BASEDIR)\public\sdk\inc;$(APPSROOT)\inc;$(BASEDIR)\private\windows\inc;..\..\userpri
|
|
|
|
|
|
SOURCES= \
|
|
DDE.C \
|
|
DIALOGS.C \
|
|
WCINIT.C \
|
|
WINCHAT.C \
|
|
GLOBALS.C \
|
|
WINCHAT.rc
|
|
|
|
|
|
|
|
UMTYPE=windows
|
|
UMAPPL=winchat
|
|
UMENTRY=winmain
|
|
UMLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\comctl32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\winmm.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ntlanman.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\mpr.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\nddeapi.lib \
|
|
bin\*\winchat.lib \
|
|
obj\*\winchat.res
|
|
|