maybe building again, patched references to old core folder.
[feisty_meow.git] / scripts / buildor / fix_project_references.py
index a385f018b0eb8831596703b9081a8a48c9f2bdb5..c6200a40d0c259b8a87442fa617ec77a626df1e4 100644 (file)
@@ -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("REPOSITORY_DIR") + "/source/core/applications/nechung/nechung.vcxproj"
+    if test_file == "": test_file = os.getenv("REPOSITORY_DIR") + "/nucleus/applications/nechung/nechung.vcxproj"
     print("test file is: " + test_file)
 
     guid = self.extract_guid_from_project_file(test_file)