소스 검색

+ Initial implementation

michael 27 년 전
부모
커밋
6bf591619c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      rtl/dos/ppi/makefile.ppi

+ 6 - 0
rtl/dos/ppi/makefile.ppi

@@ -0,0 +1,6 @@
+#
+# Here we set the names of all PPI files.
+#
+PPINAMES = arc colors dpmi2raw ellipse fill font global ibm image line \
+           modes move palette pixel stdcolor text triangle vesadeb 
+PPIINCNAMES= $(addsuffix .ppi,$(PPINAMES))