From 304bab2aced9cae51d2e4c09f3d9e06c66ff175d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 20 Mar 2022 13:03:18 -0400 Subject: we can build a window app! build type must be set to Release or it's horribly slow, and fullscreen does not work --- res/appicon.rc | 1 + 1 file changed, 1 insertion(+) create mode 100644 res/appicon.rc (limited to 'res/appicon.rc') diff --git a/res/appicon.rc b/res/appicon.rc new file mode 100644 index 0000000..bbc88e2 --- /dev/null +++ b/res/appicon.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "appicon.ico" \ No newline at end of file -- cgit 1.4.1