aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-06 01:25:03 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-06 01:25:03 +0200
commitb6c520120626dc0dd652c05ae19414b1f5393338 (patch)
tree5b07aeed949b917a90bde38da213d18a71f02628
parentcf8707bf2ede99d8543d806355eee088bdc1376b (diff)
downloadEpisodeBrowser-b6c520120626dc0dd652c05ae19414b1f5393338.tar.gz
Makefile: Add wcharptr.obj, win.obj
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df038b4..444b9ea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
EXE = EpisodeBrowser.exe
-OBJ = b/common.obj b/datalistview.obj b/debug.obj b/episodelistview.obj
+OBJ = b/datalistview.obj b/debug.obj b/episodelistview.obj b/wcharptr.obj b/win.obj
OBJ += b/layout.obj b/listview.obj b/pl.obj b/resource.obj
PL = pl/cfg.pl pl/episode_data.pl pl/local_episodes.pl pl/track_episodes.pl