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" +``` +