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.1 KiB

  1. #
  2. # sources file for a managed code DLL
  3. #
  4. MANAGED_CODE=1
  5. URT_VER=1.1
  6. TARGETNAME=replicationadmin
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=console
  10. SYNCHRONIZE_PASS2_BLOCK=1
  11. #
  12. # tell the system to build each resources file
  13. #
  14. NTTARGETFILE1 = \
  15. $(O)\adminframe.resources \
  16. $(O)\changelogcontrol.resources \
  17. $(O)\correctionadmin.resources \
  18. foo.cs
  19. #
  20. # user supplied csc.exe cmd line params, so specify the resgen compiled
  21. # resources files here.
  22. #
  23. USER_CS_FLAGS = \
  24. /resource:$(O)\adminframe.resources \
  25. /resource:$(O)\changelogcontrol.resources \
  26. /resource:$(O)\correctionadmin.resources
  27. #
  28. # add all the other assembly references here
  29. #
  30. REFERENCES = \
  31. system.dll, \
  32. system.data.dll, \
  33. system.drawing.dll, \
  34. system.windows.forms.dll, \
  35. system.xml.dll , \
  36. ..\..\api\obj\*\uddi.api.dll, \
  37. ..\..\core\obj\*\uddi.core.dll, \
  38. ..\..\operator\obj\*\uddi.operator.dll
  39. #
  40. # csharp source code
  41. #
  42. SOURCES = \
  43. assemblyinfo.cs \
  44. assemblyversioninfo.cs \
  45. adminframe.cs \
  46. changelogcontrol.cs \
  47. correctionadmin.cs
  48. BINPLACE_PLACEFILE=placefil.txt