From 0b32a837283c4f90aee67f0721e38bf929a04882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 1 Apr 2022 12:25:22 +0200 Subject: Enable DPI awareness. It is NOT done, however. --- Makefile | 2 +- c/application.manifest | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9207143..55299b2 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ all: $(B)EpisodeBrowser.exe $(B)EpisodeBrowser.exe: $(C) $(OBJ) $(PL) c/defs.h Makefile $(CC) -v $(CFLAGS) $(LDFLAGS) -goal true -o $@ $(C) $(OBJ) $(PL) -$(B)resource.obj: c/resource.h c/resource.rc +$(B)resource.obj: c/resource.h c/resource.rc c/application.manifest windres -i c/resource.rc -o $(B)resource.obj $(B)%.obj: c/%.c c/defs.h diff --git a/c/application.manifest b/c/application.manifest index 978f471..f7cad12 100644 --- a/c/application.manifest +++ b/c/application.manifest @@ -1,6 +1,7 @@ - + @@ -11,7 +12,7 @@ - + @@ -27,4 +28,11 @@ + + + system + PerMonitorV2, system + + -- cgit v1.2.3