Leaked source code of windows server 2003
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.
 
 
 
 
 
 

54 lines
962 B

!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