aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-23 01:43:09 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-23 01:43:09 +0200
commit3962b1bdfb2a8a2e3a5ff4f4e51a61b0c44f2e6b (patch)
tree1d7ee76b4f2bfb3f205f6cacb39afdbd68062545 /Makefile
parent74b9361ccc77bcbb6b8188ad5914d6b26530d26a (diff)
downloadEpisodeBrowser-3962b1bdfb2a8a2e3a5ff4f4e51a61b0c44f2e6b.tar.gz
Add Managed (generic RAII type).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e5c2c14..dcdbafe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
EXE = EpisodeBrowser.exe
-OBJ = b/datalistview.obj b/debug.obj b/data.obj b/episodelistview.obj b/wcharptr.obj b/win.obj
-OBJ += b/layout.obj b/listview.obj b/pl.obj b/test.obj b/resource.obj
+OBJ = b/datalistview.obj b/debug.obj b/data.obj b/episodelistview.obj b/ext.obj b/wcharptr.obj
+OBJ += b/win.obj b/layout.obj b/listview.obj b/pl.obj b/test.obj b/resource.obj
PL = pl/cfg.pl pl/episode_data.pl pl/local_episodes.pl pl/track_episodes.pl
CL = swipl-ld