mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:49:09 +02:00
* Introduced Unix dir structure for opengl.
This commit is contained in:
parent
25f6cffe53
commit
eed786f0d4
@ -131,6 +131,12 @@ override TARGET_UNITS+=glx
|
|||||||
endif
|
endif
|
||||||
override TARGET_EXAMPLEDIRS+=examples
|
override TARGET_EXAMPLEDIRS+=examples
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
|
ifeq ($(OS_TARGET),linux)
|
||||||
|
override COMPILER_INCLUDEDIR+=unix
|
||||||
|
endif
|
||||||
|
ifeq ($(OS_TARGET),freebsd)
|
||||||
|
override COMPILER_INCLUDEDIR+=unix
|
||||||
|
endif
|
||||||
override COMPILER_SOURCEDIR+=$(OS_TARGET)
|
override COMPILER_SOURCEDIR+=$(OS_TARGET)
|
||||||
override COMPILER_TARGETDIR+=$(OS_TARGET)
|
override COMPILER_TARGETDIR+=$(OS_TARGET)
|
||||||
ifndef ECHO
|
ifndef ECHO
|
||||||
|
@ -21,6 +21,8 @@ exampledirs=examples
|
|||||||
[compiler]
|
[compiler]
|
||||||
sourcedir=$(OS_TARGET)
|
sourcedir=$(OS_TARGET)
|
||||||
targetdir=$(OS_TARGET)
|
targetdir=$(OS_TARGET)
|
||||||
|
includedir_freebsd=unix
|
||||||
|
includedir_linux=unix
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
fpcpackage=y
|
fpcpackage=y
|
||||||
|
@ -2039,7 +2039,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2001-06-20 13:59:20 marco
|
Revision 1.2 2001-06-20 14:22:48 marco
|
||||||
|
* Introduced Unix dir structure for opengl.
|
||||||
|
|
||||||
|
Revision 1.6 2001/06/20 13:59:20 marco
|
||||||
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
||||||
|
|
||||||
Revision 1.5 2000/10/01 22:17:58 peter
|
Revision 1.5 2000/10/01 22:17:58 peter
|
||||||
@ -2059,7 +2062,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2001-06-20 13:59:20 marco
|
Revision 1.2 2001-06-20 14:22:48 marco
|
||||||
|
* Introduced Unix dir structure for opengl.
|
||||||
|
|
||||||
|
Revision 1.6 2001/06/20 13:59:20 marco
|
||||||
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
||||||
|
|
||||||
Revision 1.5 2000/10/01 22:17:58 peter
|
Revision 1.5 2000/10/01 22:17:58 peter
|
@ -359,7 +359,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2001-06-20 13:59:20 marco
|
Revision 1.2 2001-06-20 14:22:48 marco
|
||||||
|
* Introduced Unix dir structure for opengl.
|
||||||
|
|
||||||
|
Revision 1.3 2001/06/20 13:59:20 marco
|
||||||
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
||||||
|
|
||||||
Revision 1.2 2000/10/01 22:17:59 peter
|
Revision 1.2 2000/10/01 22:17:59 peter
|
||||||
@ -379,7 +382,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2001-06-20 13:59:20 marco
|
Revision 1.2 2001-06-20 14:22:48 marco
|
||||||
|
* Introduced Unix dir structure for opengl.
|
||||||
|
|
||||||
|
Revision 1.3 2001/06/20 13:59:20 marco
|
||||||
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
||||||
|
|
||||||
Revision 1.2 2000/10/01 22:17:59 peter
|
Revision 1.2 2000/10/01 22:17:59 peter
|
@ -451,7 +451,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2001-06-20 13:59:20 marco
|
Revision 1.2 2001-06-20 14:22:48 marco
|
||||||
|
* Introduced Unix dir structure for opengl.
|
||||||
|
|
||||||
|
Revision 1.6 2001/06/20 13:59:20 marco
|
||||||
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
||||||
|
|
||||||
Revision 1.5 2000/10/01 22:17:59 peter
|
Revision 1.5 2000/10/01 22:17:59 peter
|
@ -246,7 +246,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2001-06-20 13:59:20 marco
|
Revision 1.2 2001-06-20 14:22:48 marco
|
||||||
|
* Introduced Unix dir structure for opengl.
|
||||||
|
|
||||||
|
Revision 1.3 2001/06/20 13:59:20 marco
|
||||||
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
||||||
|
|
||||||
Revision 1.2 2000/10/01 22:17:59 peter
|
Revision 1.2 2000/10/01 22:17:59 peter
|
||||||
@ -266,7 +269,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2001-06-20 13:59:20 marco
|
Revision 1.2 2001-06-20 14:22:48 marco
|
||||||
|
* Introduced Unix dir structure for opengl.
|
||||||
|
|
||||||
|
Revision 1.3 2001/06/20 13:59:20 marco
|
||||||
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
* Fixed breaking of Freebsd. Still requires copying linux to freebsd dir.
|
||||||
|
|
||||||
Revision 1.2 2000/10/01 22:17:59 peter
|
Revision 1.2 2000/10/01 22:17:59 peter
|
Loading…
Reference in New Issue
Block a user