Source code of Windows XP (NT5)
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.

22 lines
1.1 KiB

  1. PLEASE NOTE:
  2. This project requires two include files named LaunchServ.h and LaunchServ_i.h that are
  3. generated by the Launcher project located in $/MSCode/Launcher/Launcher/LaunchServ during
  4. a build.
  5. Since these are two separate projects and Visual SourceSafe does not provide a ready
  6. solution, we are utilizing the following strategy.
  7. We have created a sub-directory in this VSS project named "DependsOn" which contains
  8. LaunchServ.h and LaunchServ_i.h so that we can label specific versions of these files
  9. in this VSS project. The obvious reason is to permit the regeneration of a given build
  10. from the associated project label.
  11. If these files are changed in the LaunchServ project, it is the responsibility of the
  12. developer making changes in that project to proprogate them to this project (there is a
  13. readme.txt file in that project detailing this responsibility).
  14. This project requires that the developer manually copy these two files from the "DependsOn"
  15. directory to the "DependsOn" parent directory in order to compile successfully.
  16. If you have any questions about this procedure, see either Joe Mabel or Randy Biley.