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.

55 lines
1.9 KiB

  1. # Copyright (c) 1993-1999 Microsoft Corporation
  2. !include ..\sources.inc
  3. TARGETNAME=midlc
  4. TARGETPATH=$(MIDL_OBJ_DIR)
  5. TARGETTYPE=PROGRAM
  6. TARGETLIBS= \
  7. $(MIDL_DIR)\typelib.lib \
  8. $(MIDL_DIR)\codegen.lib \
  9. $(MIDL_DIR)\analysis.lib \
  10. $(MIDL_DIR)\exprlib.lib \
  11. $(MIDL_DIR)\common.lib \
  12. $(MIDL_DIR)\support.lib
  13. LINKLIBS= $(BASEDIR)\public\sdk\lib\*\uuid.lib
  14. INCLUDES=.;$(O);..\inc;..\support;..\codegen;..\expr;..\analysis;..\common;$(PROJECT_ROOT)\inc\ndrshared
  15. SOURCES= \
  16. midl.rc \
  17. nkeyw.c \
  18. grammar.cxx \
  19. acfgram.cxx \
  20. semantic.cxx \
  21. main.cxx \
  22. filehndl.cxx \
  23. listhndl.cxx \
  24. lextable.cxx \
  25. lex.cxx \
  26. lexutils.cxx \
  27. mbcs.cxx \
  28. dict.cxx \
  29. gramutil.cxx \
  30. symtable.cxx \
  31. erep.cxx \
  32. attrnode.cxx \
  33. nodeskl.cxx \
  34. acfattr.cxx \
  35. miscnode.cxx \
  36. procnode.cxx \
  37. pass1.cxx \
  38. pass2.cxx \
  39. pass3.cxx \
  40. prttype.cxx \
  41. fldattr.cxx \
  42. walkctxt.cxx \
  43. semutil.cxx \
  44. linenum.cxx \
  45. CopyTo.cxx \
  46. misc.cxx \
  47. data.cxx
  48. NTTARGETFILE0=grammars