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.

35 lines
874 B

  1. !include ..\..\..\cobra.mk
  2. !include $(COBRA_ROOT)\tools\utiltool\utiltool.mk
  3. # component
  4. MINORCOMP=dbedit
  5. # target
  6. TARGETNAME=dbedit
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=PROGRAM
  9. # source files
  10. SOURCES=dbedit.c \
  11. dbedit.rc \
  12. memdbint.c \
  13. keytree.c \
  14. keyadd.c \
  15. datalist.c \
  16. dialogs.c \
  17. # link libraries
  18. TARGETLIBS=$(TARGETLIBS) \
  19. $(COBRA_ROOT)\bin\$(O)\log.lib \
  20. $(COBRA_ROOT)\lib\$(O)\utils.lib \
  21. $(COBRA_ROOT)\lib\$(O)\version.lib \
  22. $(COBRA_ROOT)\lib\$(O)\memdb.lib \
  23. $(COBRA_ROOT)\lib\$(O)\inf.lib \
  24. $(COBRA_ROOT)\lib\$(O)\file.lib \
  25. # linker options
  26. UMTYPE=windows
  27. UMENTRY=winmain
  28. PRECOMPILED_INCLUDE=pch.h