From 37978af259175fccbb6324a53b6b11403f75188c Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Thu, 4 Dec 2025 14:24:37 -0600 Subject: [PATCH] correct RC var in Makefile, add .idea/ to .gitignore --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7cc8f1b..4c93efa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ Thumbs.db *.tlog *.vs/ /.vs/ +/.idea/ *.rsuser *.suo *.user diff --git a/Makefile b/Makefile index efd1237..d830fa6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CC := i686-w64-mingw32-gcc CXX := i686-w64-mingw32-g++ LD := i686-w64-mingw32-g++ -RC := windres +RC := i686-w64-mingw32-windres # Targets NAME := xp_activate32