瀏覽代碼

+ OS/2 dlls added

Tomas Hajny 21 年之前
父節點
當前提交
106a729c56
共有 5 個文件被更改,包括 18 次插入0 次删除
  1. 8 0
      Makefile
  2. 10 0
      Makefile.fpc
  3. 二進制
      install/binos2/emx.dll
  4. 二進制
      install/binos2/emxwrap.dll
  5. 二進制
      install/binos2/unzip32.dll

+ 8 - 0
Makefile

@@ -2158,6 +2158,14 @@ ifeq ($(OS_TARGET),win32)
 	$(COPY) $(CVSINSTALL)/binw32/*.ico $(INSTALL_BINDIR)
 	$(COPY) $(CVSINSTALL)/binw32/*.dll $(INSTALL_BINDIR)
 endif
+ifeq ($(OS_TARGET),os2)
+	$(COPY) $(CVSINSTALL)/binos2/*.ico $(INSTALL_BINDIR)
+	$(COPY) $(CVSINSTALL)/binos2/*.dll $(INSTALL_BINDIR)
+endif
+ifeq ($(OS_TARGET),emx)
+	$(COPY) $(CVSINSTALL)/binos2/*.ico $(INSTALL_BINDIR)
+	$(COPY) $(CVSINSTALL)/binos2/*.dll $(INSTALL_BINDIR)
+endif
 ifeq ($(OS_TARGET),linux)
 	$(MAKE) -C $(CVSINSTALL)/man installman
 endif

+ 10 - 0
Makefile.fpc

@@ -291,6 +291,16 @@ ifeq ($(OS_TARGET),win32)
         $(COPY) $(CVSINSTALL)/binw32/*.ico $(INSTALL_BINDIR)
         $(COPY) $(CVSINSTALL)/binw32/*.dll $(INSTALL_BINDIR)
 endif
+# binos2 (emx.dll,emxwrap.dll,unzip32.dll,fp2.ico)
+ifeq ($(OS_TARGET),os2)
+        $(COPY) $(CVSINSTALL)/binos2/*.ico $(INSTALL_BINDIR)
+        $(COPY) $(CVSINSTALL)/binos2/*.dll $(INSTALL_BINDIR)
+endif
+# binos2 (emx.dll,emxwrap.dll,unzip32.dll,fp2.ico)
+ifeq ($(OS_TARGET),emx)
+        $(COPY) $(CVSINSTALL)/binos2/*.ico $(INSTALL_BINDIR)
+        $(COPY) $(CVSINSTALL)/binos2/*.dll $(INSTALL_BINDIR)
+endif
 # manpages for UNIX systems
 ifeq ($(OS_TARGET),linux)
         $(MAKE) -C $(CVSINSTALL)/man installman

二進制
install/binos2/emx.dll


二進制
install/binos2/emxwrap.dll


二進制
install/binos2/unzip32.dll