From 13952ef8f3573c366ab186ccd0fa56e29ee0a075 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 25 Dec 2018 23:49:11 -0500 Subject: [PATCH] Allow building demos and library at the same time (broken since demos was broken out as an option). --- sdl2/Makefile.vc | 2 +- wincon/Makefile.vc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdl2/Makefile.vc b/sdl2/Makefile.vc index 7e3e8384..4152a53f 100644 --- a/sdl2/Makefile.vc +++ b/sdl2/Makefile.vc @@ -83,7 +83,7 @@ clean: -$(RM) *.exp -$(RM) *.res -demos: $(DEMOS) +demos: $(PDCLIBS) $(DEMOS) DEMOOBJS = $(DEMOS:.exe=.obj) tui.obj diff --git a/wincon/Makefile.vc b/wincon/Makefile.vc index 478aa5e0..4b33884f 100644 --- a/wincon/Makefile.vc +++ b/wincon/Makefile.vc @@ -77,7 +77,7 @@ clean: -$(RM) *.exp -$(RM) *.res -demos: $(DEMOS) +demos: $(PDCLIBS) $(DEMOS) DEMOOBJS = $(DEMOS:.exe=.obj) tui.obj