From b455ab36503f981eccdffffbe74d804068125894 Mon Sep 17 00:00:00 2001 From: "381848900@qq.com" Date: Sun, 9 Mar 2025 18:37:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KernelCommunication/build_script.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 KernelCommunication/build_script.md diff --git a/KernelCommunication/build_script.md b/KernelCommunication/build_script.md new file mode 100644 index 0000000..96d6b84 --- /dev/null +++ b/KernelCommunication/build_script.md @@ -0,0 +1,4 @@ +```bash +msbuild /t:clean /t:build KernelCommunication.vcxproj /p:Configuration="Debug" /p:Platform=Win32 /p:TargetVersion="Windows7" +``` +