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.

8 lines
236 B

  1. #
  2. # This file is executed by Build when it sees the NTTARGETFILES variables
  3. # in the SOURCES file.
  4. #
  5. # Build DBMgr.Obj and MgeDB.obj with VC6 compiler instead of VC5
  6. #
  7. #
  8. #add the VC6 directory to the start of our path
  9. path=.\VC6;$(PATH)