From 3ddf8f7c37cd2f3e882059aa6e7015f66ee8d381 Mon Sep 17 00:00:00 2001 From: ware255 Date: Mon, 2 Jan 2023 15:11:31 +0900 Subject: [PATCH] =?UTF-8?q?'build.cmd'=20=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build.cmd diff --git a/build.cmd b/build.cmd new file mode 100644 index 0000000..4ca1270 --- /dev/null +++ b/build.cmd @@ -0,0 +1,2 @@ +@echo off +g++ main.cpp -L. -static -lgdi32 -mwindows -o MEMZ.exe