mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 17:49:25 +02:00
* 0.99.12b release updates
This commit is contained in:
parent
054eecc556
commit
315bb3b1a6
@ -137,7 +137,7 @@ basego32:
|
|||||||
$(MKDIR) $(BININSTALLDIR)
|
$(MKDIR) $(BININSTALLDIR)
|
||||||
$(MKDIR) $(SOURCEINSTALLDIR)
|
$(MKDIR) $(SOURCEINSTALLDIR)
|
||||||
# readme & whatsnew and docs
|
# readme & whatsnew and docs
|
||||||
$(COPY) doc/*.txt doc/COPYING* $(DOCINSTALLDIR)
|
$(COPY) doc/*.txt doc/copying* $(DOCINSTALLDIR)
|
||||||
# bingo32 (cwsdpmi,wmemu387.dxe)
|
# bingo32 (cwsdpmi,wmemu387.dxe)
|
||||||
$(COPY) bingo32/* $(BININSTALLDIR)
|
$(COPY) bingo32/* $(BININSTALLDIR)
|
||||||
# source (base)
|
# source (base)
|
||||||
@ -149,10 +149,11 @@ basego32:
|
|||||||
make -C $(CVSBASE)/rtl/go32v2 clean OS_TARGET=go32v2
|
make -C $(CVSBASE)/rtl/go32v2 clean OS_TARGET=go32v2
|
||||||
make -C $(CVSBASE)/rtl/go32v2 install OS_TARGET=go32v2 RELEASE=1 PP=$(PPNEW)
|
make -C $(CVSBASE)/rtl/go32v2 install OS_TARGET=go32v2 RELEASE=1 PP=$(PPNEW)
|
||||||
# rtl go32v2 libs
|
# rtl go32v2 libs
|
||||||
make -C $(CVSBASE)/rtl/go32v2 clean OS_TARGET=go32v2
|
# make -C $(CVSBASE)/rtl/go32v2 clean OS_TARGET=go32v2
|
||||||
make -C $(CVSBASE)/rtl/go32v2 libinstall OS_TARGET=go32v2 RELEASE=1 PP=$(PPNEW)
|
# make -C $(CVSBASE)/rtl/go32v2 libinstall OS_TARGET=go32v2 RELEASE=1 PP=$(PPNEW)
|
||||||
# utils
|
# utils
|
||||||
make -C $(CVSBASE)/utils clean OS_TARGET=go32v2
|
make -C $(CVSBASE)/utils clean OS_TARGET=go32v2
|
||||||
|
make -C $(CVSBASE)/utils all OS_TARGET=go32v2 RELEASE=1 PP=$(PPNEW)
|
||||||
make -C $(CVSBASE)/utils install OS_TARGET=go32v2 RELEASE=1 PP=$(PPNEW)
|
make -C $(CVSBASE)/utils install OS_TARGET=go32v2 RELEASE=1 PP=$(PPNEW)
|
||||||
|
|
||||||
basego32.zip:
|
basego32.zip:
|
||||||
@ -172,7 +173,7 @@ basew32:
|
|||||||
$(MKDIR) $(BININSTALLDIR)
|
$(MKDIR) $(BININSTALLDIR)
|
||||||
$(MKDIR) $(SOURCEINSTALLDIR)
|
$(MKDIR) $(SOURCEINSTALLDIR)
|
||||||
# readme & whatsnew and docs
|
# readme & whatsnew and docs
|
||||||
$(COPY) doc/*.txt doc/COPYING* $(DOCINSTALLDIR)
|
$(COPY) doc/*.txt doc/copying* $(DOCINSTALLDIR)
|
||||||
# source (base)
|
# source (base)
|
||||||
$(COPY) $(CVSBASE)/base/Makefile $(CVSBASE)/base/makefile.fpc $(SOURCEINSTALLDIR)
|
$(COPY) $(CVSBASE)/base/Makefile $(CVSBASE)/base/makefile.fpc $(SOURCEINSTALLDIR)
|
||||||
# readme.txt & whatsnew.txt
|
# readme.txt & whatsnew.txt
|
||||||
@ -185,8 +186,8 @@ basew32:
|
|||||||
make -C $(CVSBASE)/rtl/win32 clean OS_TARGET=win32
|
make -C $(CVSBASE)/rtl/win32 clean OS_TARGET=win32
|
||||||
make -C $(CVSBASE)/rtl/win32 install OS_TARGET=win32 RELEASE=1 PP=$(PPNEW)
|
make -C $(CVSBASE)/rtl/win32 install OS_TARGET=win32 RELEASE=1 PP=$(PPNEW)
|
||||||
# rtl libs
|
# rtl libs
|
||||||
make -C $(CVSBASE)/rtl/win32 clean OS_TARGET=win32
|
# make -C $(CVSBASE)/rtl/win32 clean OS_TARGET=win32
|
||||||
make -C $(CVSBASE)/rtl/win32 libinstall OS_TARGET=win32 RELEASE=1 PP=$(PPNEW)
|
# make -C $(CVSBASE)/rtl/win32 libinstall OS_TARGET=win32 RELEASE=1 PP=$(PPNEW)
|
||||||
# utils
|
# utils
|
||||||
make -C $(CVSBASE)/utils clean OS_TARGET=win32
|
make -C $(CVSBASE)/utils clean OS_TARGET=win32
|
||||||
make -C $(CVSBASE)/utils install OS_TARGET=win32 RELEASE=1 PP=$(PPNEW)
|
make -C $(CVSBASE)/utils install OS_TARGET=win32 RELEASE=1 PP=$(PPNEW)
|
||||||
@ -212,7 +213,7 @@ baseemx:
|
|||||||
$(MKDIR) $(BININSTALLDIR)
|
$(MKDIR) $(BININSTALLDIR)
|
||||||
$(MKDIR) $(SOURCEINSTALLDIR)
|
$(MKDIR) $(SOURCEINSTALLDIR)
|
||||||
# readme & whatsnew and docs
|
# readme & whatsnew and docs
|
||||||
$(COPY) doc/*.txt doc/COPYING* $(DOCINSTALLDIR)
|
$(COPY) doc/*.txt doc/copying* $(DOCINSTALLDIR)
|
||||||
# source (base)
|
# source (base)
|
||||||
$(COPY) $(CVSBASE)/base/Makefile $(CVSBASE)/base/makefile.fpc $(SOURCEINSTALLDIR)
|
$(COPY) $(CVSBASE)/base/Makefile $(CVSBASE)/base/makefile.fpc $(SOURCEINSTALLDIR)
|
||||||
# compiler
|
# compiler
|
||||||
@ -235,12 +236,14 @@ baseemx.zip:
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.5 1999-06-11 13:58:35 peter
|
# Revision 1.6 1999-07-22 16:18:07 peter
|
||||||
|
# * 0.99.12b release updates
|
||||||
|
#
|
||||||
|
# Revision 1.5 1999/06/11 13:58:35 peter
|
||||||
# * moved .txt to doc/
|
# * moved .txt to doc/
|
||||||
#
|
#
|
||||||
# Revision 1.4 1999/06/11 13:03:51 peter
|
# Revision 1.4 1999/06/11 13:03:51 peter
|
||||||
# * os2 update, readme,whatsnew in doc/ dir
|
# * os2 update, readme,whatsnew in doc/ dir
|
||||||
# C
|
|
||||||
#
|
#
|
||||||
# Revision 1.3 1999/05/30 11:34:33 peter
|
# Revision 1.3 1999/05/30 11:34:33 peter
|
||||||
# * updates to generate the installer
|
# * updates to generate the installer
|
||||||
|
Loading…
Reference in New Issue
Block a user