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.

40 lines
666 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=SMVDDLL
  7. TARGETTYPE=DYNLINK
  8. TARGETPATH=$(_OBJ_DIR)
  9. BINPLACE_PLACEFILE=..\placefil.txt
  10. SOURCES=smvddll.rc \
  11. Smvddll.cpp
  12. PRECOMPILED_CXX=1
  13. PRECOMPILED_INCLUDE=stdafx.h
  14. C_DEFINES= -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL -DSMVDDLL_EXPORTS
  15. UMTYPE=windows
  16. DLLENTRY=DllMain
  17. DLLDEF=smvddll.def
  18. WIN32_WINNT_VERSION=0x0400
  19. MSC_WARNING_LEVEL=/W3 /WX
  20. TARGETLIBS= \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\gdi32.lib \
  23. $(SDK_LIB_PATH)\kernel32.lib
  24. LINKLIBS = \
  25. ..\log\$(O)\log.lib \
  26. ..\excluded\$(O)\excluded.lib