55 lines
908 B
Plaintext
55 lines
908 B
Plaintext
!IF 0
|
|
|
|
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:
|
|
|
|
Geraint Davies July 92
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=gutils
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib
|
|
|
|
UMTYPE=windows
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES= \
|
|
gbit.c \
|
|
gdate.c \
|
|
gfile.c \
|
|
gmem.c \
|
|
gutils.c \
|
|
list.c \
|
|
sockets.c \
|
|
status.c \
|
|
table.c \
|
|
tpaint.c \
|
|
tprint.c \
|
|
tree.c \
|
|
tscroll.c \
|
|
utils.c \
|
|
gutils.rc
|
|
|
|
C_DEFINES=-DWIN32 -DSOCKETS
|
|
DLLENTRY=LibMain
|
|
DLLBASE=0x1c000000
|
|
MSC_WARNING_LEVEL=/WX /W3
|