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.

21 lines
385 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. !ENDIF
  4. TARGETNAME=w32timep
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. INCLUDES= $(SDK_INC_PATH);$(PROJECT_INC_PATH);..\lib
  8. C_DEFINES= $(C_DEFINES) -D_WINDOWS -DUNICODE -D_UNICODE -DBASEONLY=1
  9. SOURCES= \
  10. config.cpp
  11. PASS1_PUBLISH = \
  12. {$(O)\w32timep.lib=$(DS_LIB_PATH)\w32timep.lib }
  13. USE_STL=1
  14. USE_MSVCRT=1