Add explicit rule to compile dosbox_wrapper, executable is put in utils/dosbox directory

git-svn-id: trunk@32614 -
This commit is contained in:
pierre 2015-12-07 22:54:02 +00:00
parent 19a7bc0aee
commit 11d5f6a88b
2 changed files with 5 additions and 0 deletions

View File

@ -2026,5 +2026,7 @@ include fpcmake.loc
endif
.NOTPARALLEL:
utils: all
dosbox_wrapper$(SRCEXEEXT): dosbox/dosbox_wrapper.pas
$(COMPILER) -FE./dosbox $<
utilsdb:
$(MAKE) utils DBDIGEST="dbdigest dbconfig"

View File

@ -26,5 +26,8 @@ programs=dbdigest dbconfig
utils: all
dosbox_wrapper$(SRCEXEEXT): dosbox/dosbox_wrapper.pas
$(COMPILER) -FE./dosbox $<
utilsdb:
$(MAKE) utils DBDIGEST="dbdigest dbconfig"