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.

59 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. CONTROLS_DIR = ..
  13. TARGET_BOTH = 1
  14. NOT_UNICODE = 1
  15. !include .\atl.inc
  16. SOURCES_USED = $(SOURCES_USED) .\atl.inc
  17. # Include makefile.inc
  18. NTTARGETFILES =
  19. # (pritobla) should define NASHVILLE so that the version number between NT and IE remains the same
  20. C_DEFINES = $(C_DEFINES) -D_NTSDK -D_USRDLL -D_ATL_STATIC_REGISTRY -D_ATL_MIN_CRT -DNASHVILLE
  21. TARGETNAME = keyocx
  22. TARGETPATH = obj
  23. TARGETTYPE = DYNLINK
  24. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\gdi32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib
  31. DLLENTRY = DllMain
  32. DLLDEF = keyocx.def
  33. #DLLBASE = @$(CONTROLS_DIR)\inc\base.txt,adlog
  34. USE_MSVCRT = 0
  35. SOURCES = \
  36. keyocx.idl \
  37. keyocx.rc \
  38. keyocxctrl.cpp \
  39. keyocx.cpp \
  40. stdafx.cpp