X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fbuildor%2Ffix_project_references.py;fp=scripts%2Fbuildor%2Ffix_project_references.py;h=c01c34c0ea0e69788162659bbb9608f86ad1b6c3;hb=9d1052f9cae51864e8fb39d3f34048952b169cf4;hp=58af91e287b18ebbe858eba582b2af4a8cd0d5e6;hpb=e87d1ce95fb446c4ff733260d186ced5ce0e4964;p=feisty_meow.git diff --git a/scripts/buildor/fix_project_references.py b/scripts/buildor/fix_project_references.py index 58af91e2..c01c34c0 100644 --- a/scripts/buildor/fix_project_references.py +++ b/scripts/buildor/fix_project_references.py @@ -581,7 +581,7 @@ dealing with the existing buffer. test_file = "" if len(self.arguments) > 1: test_file = self.arguments[1] - if test_file == "": test_file = os.getenv("FEISTY_MEOW_DIR") + "/nucleus/applications/nechung/nechung.vcxproj" + if test_file == "": test_file = os.getenv("FEISTY_MEOW_APEX") + "/nucleus/applications/nechung/nechung.vcxproj" print("test file is: " + test_file) guid = self.extract_guid_from_project_file(test_file)