Browse Source

+ OS/2 dlls added

Tomas Hajny 20 years ago
parent
commit
106a729c56
5 changed files with 18 additions and 0 deletions
  1. 8 0
      Makefile
  2. 10 0
      Makefile.fpc
  3. BIN
      install/binos2/emx.dll
  4. BIN
      install/binos2/emxwrap.dll
  5. BIN
      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

BIN
install/binos2/emx.dll


BIN
install/binos2/emxwrap.dll


BIN
install/binos2/unzip32.dll