Source code of Windows XP (NT5)
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.

29 lines
594 B

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1999.
  5. #
  6. # Synopsis: Source list file for VB control license library
  7. #
  8. # History: 6/14/1999 v-pshier Created.
  9. #
  10. #-----------------------------------------------------------------------------
  11. TARGETNAME=vblic
  12. TARGETPATH=obj
  13. TARGETTYPE=LIBRARY
  14. INCLUDES=..\include
  15. #if debug_crts=1
  16. C_DEFINES = $(C_DEFINES) -DDEBUG
  17. #endif
  18. 386_STDCALL=0
  19. USER_C_FLAGS= -FI..\include\vc5warn.h
  20. USE_MSVCRT=1
  21. SOURCES=\
  22. vblic.cpp\
  23. TimeBomb.cpp\