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.

41 lines
877 B

  1. !if 0
  2. Copyright (c) 1995 - 1999 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. ROOT=$(MAKEDIR:\filters\image2\RndLess=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=RndLess
  7. TARGETPATH=$(ROOT)\lib$(BUILD_ALT_DIR)
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=windows
  10. UMENTRY=winmain
  11. USE_MSVCRT=1
  12. INCLUDES= \
  13. $(INCLUDES);$(SDK_INC_PATH)\atl21
  14. C_DEFINES=$(C_DEFINES)
  15. SOURCES= \
  16. App.cpp \
  17. Commands.cpp \
  18. VCDPlyer.cpp \
  19. AllocPresenter.cpp \
  20. vcdplyer.rc
  21. LINKLIBS= \
  22. $(STRMBASE_LIB) \
  23. ..\AllocLib\$(O)\AllocLib.lib
  24. TARGETLIBS= \
  25. $(STRMBASE_LIB) \
  26. $(SDK_LIB_PATH)\shell32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\version.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\comctl32.lib \
  31. $(SDK_LIB_PATH)\comdlg32.lib \
  32. $(SDK_LIB_PATH)\winmm.lib \
  33. $(SDK_LIB_PATH)\ddraw.lib