windows-nt/Source/XPSP1/NT/sdktools/gutils/sources
2020-09-26 16:20:57 +08:00

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