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
732 B

  1. #
  2. # Sources for bootstrap.exe
  3. #
  4. MANAGED_CODE=1
  5. URT_VER=1.1
  6. TARGETNAME=migrate
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=console
  10. SYNCHRONIZE_PASS2_BLOCK=1
  11. NTTARGETFILE1=foo.cs
  12. #
  13. # this get passed to the csc.exe command line, so specify the resources
  14. # and a response file here
  15. #
  16. USER_CS_FLAGS= /RES:uddi.v2.update_rc0_to_rc1.sql \
  17. /RES:uddi.v2.update_rc1_to_rc2.sql
  18. #
  19. # add all the other assembly references here
  20. #
  21. REFERENCES= ..\..\core\obj\*\uddi.core.dll, ..\..\api\obj\*\uddi.api.dll
  22. #
  23. # csharp source code
  24. #
  25. SOURCES= migrate.cs \
  26. assemblyversioninfo.cs \
  27. assemblyinfo.cs
  28. BINPLACE_PLACEFILE=placefil.txt