diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-15 22:22:20 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-15 22:22:20 +0200 |
commit | 8877627ee3fcd5a8f0ce2fcccec7688973e9cb2d (patch) | |
tree | 6a57fcb19aa77dfece89b000ae656c9549e7c156 /Makefile | |
parent | 509c461498f0e68a62c004778df890d56ebb2a09 (diff) | |
download | EpisodeBrowser-master.tar.gz |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ EXE = EpisodeBrowser.exe 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 +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 |