mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 04:07:32 +02:00
+ OS/2 dlls added
This commit is contained in:
parent
23c6b25728
commit
106a729c56
8
Makefile
8
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
Makefile.fpc
10
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
Normal file
BIN
install/binos2/emx.dll
Normal file
Binary file not shown.
BIN
install/binos2/emxwrap.dll
Normal file
BIN
install/binos2/emxwrap.dll
Normal file
Binary file not shown.
BIN
install/binos2/unzip32.dll
Normal file
BIN
install/binos2/unzip32.dll
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user