diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-29 21:20:44 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-29 21:20:44 +0200 |
commit | 2b8b6ac284dca2bd22514d293519cb877a1079d8 (patch) | |
tree | cf1a212a5be583d52d4965508218be358f6879e4 /Makefile | |
parent | c883d9cf5673fe0af8d69120b048d642e122bdbb (diff) | |
download | EpisodeBrowser-2b8b6ac284dca2bd22514d293519cb877a1079d8.tar.gz |
Add ListView::FindNextItem.
This makes it much more ergonomic and less error-prone to look up list
view items.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ PL = pl/cfg.pl pl/episode_data.pl pl/local_episodes.pl pl/track_episodes.pl CL = swipl-ld CLFLAGS = -DUNICODE -D_UNICODE -CLFLAGS += -cc-options,-std=c++17 -Wall -Wextra -Wpedantic -O2 +CLFLAGS += -cc-options,-std=c++17 -Wall -Wextra -Wpedantic -Wno-missing-field-initializers -O2 CLFLAGS += -ld-options,-mwindows,-static-libstdc++ -lcomctl32 -luxtheme all: showdeps b/$(EXE) |