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.

37 lines
942 B

  1. #
  2. # sources file for a managed code DLL
  3. #
  4. MANAGED_CODE=1
  5. URT_VER=1.1
  6. TARGETNAME=webca
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. SYNCHRONIZE_PASS2_BLOCK=1
  10. #
  11. # tell the system to build the resources file
  12. #
  13. NTTARGETFILE1=$(O)\webca.resources foo.cs
  14. #
  15. # this get passed to the csc.exe command line, so specify the resources
  16. # also, we assign the "logical names" to the resources so that the VS-generated
  17. # code could find them
  18. #
  19. USER_CS_FLAGS=/resource:$(O)\webca.resources
  20. #
  21. # add all the other assembly references here
  22. #
  23. REFERENCES=system.dll, system.data.dll, system.xml.dll, system.management.dll, system.configuration.install.dll, system.directoryservices.dll, system.windows.forms.dll, ..\..\..\api\obj\*\uddi.api.dll, ..\..\..\api\PassportLib.dll, ..\..\..\core\obj\*\uddi.core.dll
  24. #
  25. # csharp source code
  26. #
  27. SOURCES=\
  28. assemblyinfo.cs \
  29. assemblyversioninfo.cs \
  30. webca.cs
  31. BINPLACE_PLACEFILE=placefil.txt