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.

43 lines
621 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. #MAJORCOMP=actools
  7. #MINORCOMP=SMVDrv
  8. TARGETNAME=SMVDrv
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=PROGRAM
  11. BINPLACE_PLACEFILE=..\placefil.txt
  12. SOURCES=smvdrv.rc \
  13. smvdrv.cpp
  14. PRECOMPILED_CXX=1
  15. PRECOMPILED_INCLUDE=stdafx.h
  16. C_DEFINES= -DWIN32 -D_WINDOWS -D_MBCS
  17. USE_MSVCRT=1
  18. USE_MFC=1
  19. UMTYPE=windows
  20. UMENTRY=winmain
  21. WIN32_WINNT_VERSION=0x0400
  22. MSC_WARNING_LEVEL=/W3 /WX
  23. TARGETLIBS= \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\gdi32.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib
  27. LINKLIBS= \
  28. ..\log\$(O)\log.lib