+ OS/2 dlls added

This commit is contained in:
Tomas Hajny 2004-12-20 19:43:04 +00:00
parent 23c6b25728
commit 106a729c56
5 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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 Normal file

Binary file not shown.

BIN
install/binos2/emxwrap.dll Normal file

Binary file not shown.

BIN
install/binos2/unzip32.dll Normal file

Binary file not shown.