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.

41 lines
834 B

  1. #
  2. # sources file for a managed code DLL
  3. #
  4. MANAGED_CODE=1
  5. URT_VER=1.1
  6. TARGETNAME=dbca
  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)\dbca.resources foo.cs
  14. #
  15. # this get passed to the csc.exe command line, so specify the resources
  16. # and a response file here
  17. #
  18. USER_CS_FLAGS= /resource:$(O)\dbca.resources @cscresponse.txt
  19. #
  20. # add all the other assembly references here
  21. #
  22. REFERENCES=interop.sqldmo.dll, ..\..\..\api\obj\*\uddi.api.dll, ..\..\..\api\PassportLib.dll, ..\..\..\core\obj\*\uddi.core.dll
  23. #
  24. # csharp source code
  25. #
  26. SOURCES=\
  27. assemblyinfo.cs \
  28. assemblyversioninfo.cs \
  29. dbca.cs
  30. BINPLACE_PLACEFILE=placefil.txt
  31. MISCFILES=\
  32. uddi.database.backup.cmd \
  33. uddi.database.restore.cmd \
  34. Interop.SQLDMO.dll