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.

38 lines
683 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. TARGETNAME=wrtcommon
  6. TARGETTYPE=LIBRARY
  7. TARGETPATHLIB=obj
  8. TARGETPATH=..\..\lib\$(_OBJ_DIR)
  9. UMTYPE=windows
  10. NOT_LEAN_AND_MEAN=1
  11. USE_IOSTREAM = 1
  12. USE_NATIVE_EH=ASYNC
  13. USE_ATL=1
  14. ATL_VER=30
  15. USE_MSVCRT=1
  16. C_DEFINES=-DWIN_32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
  17. !if !$(FREEBUILD)
  18. C_DEFINES=$(C_DEFINES) -D_DEBUG
  19. !endif
  20. SOURCES= common.cxx
  21. INCLUDES = \
  22. ..\..\inc; \
  23. ..\..\..\inc\derived
  24. PRECOMPILED_CXX = 1
  25. PRECOMPILED_INCLUDE = stdafx.h
  26. PRECOMPILED_OBJ = precomp.obj