Browse Source

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

git-svn-id: trunk@32614 -
pierre 9 years ago
parent
commit
11d5f6a88b
2 changed files with 5 additions and 0 deletions
  1. 2 0
      tests/utils/Makefile
  2. 3 0
      tests/utils/Makefile.fpc

+ 2 - 0
tests/utils/Makefile

@@ -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"

+ 3 - 0
tests/utils/Makefile.fpc

@@ -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"