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.

19 lines
316 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. !ENDIF
  4. TARGETNAME=w32tclnt
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. INCLUDES= ..\idl\$(O);..\idl;..\lib
  8. C_DEFINES= $(C_DEFINES) -D_WINDOWS -DUNICODE -D_UNICODE -DBASEONLY=1
  9. SOURCES= \
  10. timeif_client.c \
  11. w32tclnt.cpp
  12. USE_STL=1
  13. USE_MSVCRT=1