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.

58 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 - 1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. TARGETNAME=work
  12. TARGETTYPE=PROGRAM
  13. TARGETPATH=obj
  14. UMTYPE=windows
  15. UMENTRY=winmain
  16. C_DEFINES=$(C_DEFINES) -DUNICODE
  17. SOURCES= \
  18. work.rc \
  19. event.cpp \
  20. bgcall.cpp \
  21. bridge.cpp \
  22. work.cpp
  23. INCLUDES=$(INCLUDES); \
  24. ..\inc; \
  25. $(BASEDIR)\public\sdk\amovie\inc; \
  26. TARGETLIBS=\
  27. $(LIBRARY_PATH)\ole32.lib \
  28. $(LIBRARY_PATH)\oleaut32.lib \
  29. $(LIBRARY_PATH)\t3iid.lib \
  30. $(LIBRARY_PATH)\strmiids.lib \
  31. $(LIBRARY_PATH)\uuid.lib \
  32. $(LIBRARY_PATH)\confid.lib
  33. PRECOMPILED_INCLUDE=stdafx.h
  34. PRECOMPILED_PCH=stdafx.pch
  35. PRECOMPILED_OBJ=stdafx.obj
  36. PRECOMPILED_CXX=1
  37. ##### optional macros #####
  38. USE_CRTDLL=1
  39. USE_ATL=1
  40. BROWSER_INFO=1
  41. DEBUG_CRTS=1
  42. # do we need the following?
  43. USE_RTTI=1
  44. USE_NATIVE_EH=1