X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fbuildor%2Ffix_project_references.py;h=dd175b6d86d5ba69f614b619fa1fac42b6184fa3;hb=504dee4b86c318f26424b367e4b50ea559519723;hp=58af91e287b18ebbe858eba582b2af4a8cd0d5e6;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/scripts/buildor/fix_project_references.py b/scripts/buildor/fix_project_references.py index 58af91e2..dd175b6d 100644 --- a/scripts/buildor/fix_project_references.py +++ b/scripts/buildor/fix_project_references.py @@ -11,6 +11,9 @@ class fix_project_references: this script automates the process for you. It requires an environment variable called BUILD_TOP that points at the top of all files included in a code base. This is used to find the dependent projects. + + +hmmm: this tool is NOT finished. """ ############## @@ -581,7 +584,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)