浏览代码

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

git-svn-id: trunk@32614 -
pierre 9 年之前
父节点
当前提交
11d5f6a88b
共有 2 个文件被更改,包括 5 次插入0 次删除
  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"