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.
19 lines
316 B
19 lines
316 B
!IF 0
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
!ENDIF
|
|
|
|
TARGETNAME=w32tclnt
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES= ..\idl\$(O);..\idl;..\lib
|
|
|
|
C_DEFINES= $(C_DEFINES) -D_WINDOWS -DUNICODE -D_UNICODE -DBASEONLY=1
|
|
|
|
SOURCES= \
|
|
timeif_client.c \
|
|
w32tclnt.cpp
|
|
|
|
USE_STL=1
|
|
USE_MSVCRT=1
|
|
|