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.

24 lines
396 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. MAJORCOMP=SCTest
  6. TARGETNAME=$(MINORCOMP)
  7. TARGETPATH=..\..\lib\$(_OBJ_DIR)
  8. TARGETTYPE=LIBRARY
  9. MINORCOMP=LogA
  10. INCLUDES=..\..\inc;..
  11. # Building a static library
  12. SOURCES=\
  13. LogA.cpp \
  14. # Use C++ Exception Handling
  15. USE_NATIVE_EH=1