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.

54 lines
805 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. #MAJORCOMP=actools
  7. #MINORCOMP=LOG
  8. TARGETNAME=LOG
  9. TARGETTYPE=DYNLINK
  10. TARGETPATH=$(_OBJ_DIR)
  11. BINPLACE_PLACEFILE=..\placefil.txt
  12. SOURCES=log.rc \
  13. log.cpp
  14. PRECOMPILED_CXX=1
  15. PRECOMPILED_INCLUDE=stdafx.h
  16. C_DEFINES= -DWIN32 -D_WINDOWS -DNDEBUG -D_MBCS -D_USRDLL -DLOG_EXPORTS -DMT
  17. UMTYPE=windows
  18. DLLENTRY=DllMain
  19. DLLDEF=
  20. INCLUDES=\
  21. $(WINDOWS_INC_PATH)
  22. #USE_MFC=1
  23. #USE_MSVCRT=1
  24. #USE_RTTI=1
  25. #USE_LIBCMT=1
  26. #USE_CRTDLL=1
  27. #USE_NOLIBS=1
  28. #USE_NTDLL=1
  29. #USE_STATIC_MFC=1
  30. #LINKER_FLAGS=/HEAP:1,1
  31. #USECXX_FLAG=/Tp
  32. WIN32_WINNT_VERSION=0x0400
  33. MSC_WARNING_LEVEL=/W3 /WX
  34. TARGETLIBS= \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\gdi32.lib \
  37. $(SDK_LIB_PATH)\kernel32.lib