初步进行了一些调整,作为 Viper 语言的一般模板使用

This commit is contained in:
2026-07-19 11:49:07 +08:00
parent 0c6339ca5e
commit 1b9b81f500
23 changed files with 2 additions and 976 deletions

View File

@@ -1,6 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/TermiNexus/TransPyC/main/schemas/project-schema.json",
"name": "StandardTemplateProject",
"name": "Standard Template Project",
"version": "1.0.0",
"source_dir": "./App",
"temp_dir": "./temp",
@@ -15,7 +14,7 @@
"output": "app.exe"
},
"includes": [
"./includes"
"../includes"
],
"target": {
"triple": "x86_64-pc-windows-gnu",