소스 검색

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"