From f821ab9640378e187ebae30e90db1764ec8fbc32 Mon Sep 17 00:00:00 2001 From: jeka Date: Sat, 28 Feb 2026 16:25:01 +0300 Subject: [PATCH] 1 --- AGENTS.md | 2 ++ build.bat | 3 +++ build_full.bat | 2 ++ 3 files changed, 7 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index a77c31b..2cc91de 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,6 +12,7 @@ This file contains essential information for AI coding agents working in the uTu ## 🔧 Build Commands ### Full Build +win: C:\ARM\_uTun\utun2\build.bat (без аргументов и дополнительных команд, текущий каталог не важен) ```bash ./autogen.sh # Generate configure script (if needed) ./configure # Configure build @@ -27,6 +28,7 @@ cd tests && make # Build only tests ``` ### Clean Build +win: build_full.bat (без аргументов, текущий каталог не важен) ```bash make clean # Clean object files make distclean # Clean everything including configure files diff --git a/build.bat b/build.bat index 8942def..c6416ad 100644 --- a/build.bat +++ b/build.bat @@ -2,6 +2,9 @@ echo uTun Build Script for MSYS2 UCRT64 echo. +pushd "%~dp0" + + rem export http_proxy="http://192.168.29.1:9999" rem export https_proxy="http://192.168.29.1:9999" diff --git a/build_full.bat b/build_full.bat index 5511329..9d0ce42 100644 --- a/build_full.bat +++ b/build_full.bat @@ -4,6 +4,8 @@ echo ========================================= echo This will regenerate build system with autoreconf echo. +pushd "%~dp0" + rem export http_proxy="http://192.168.29.1:9999" rem export https_proxy="http://192.168.29.1:9999"