Adjust chsrc_conclude()

This commit is contained in:
Aoran Zeng
2024-11-22 09:08:32 +08:00
parent 6a59ec51e1
commit 722de55ecb
65 changed files with 234 additions and 124 deletions

View File

@@ -93,9 +93,10 @@ pl_java_setsrc (char *option)
"}");
chsrc_note2 ("请在您的 build.gradle 中添加:");
puts (file);
say (file);
}
chsrc_conclude (&source, SetsrcType_Manual);
ProgMode_ChgType = ChgType_Manual;
chsrc_conclude (&source);
}
def_target(pl_java);