mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-26 09:47:11 +01:00
* updated for linux
This commit is contained in:
parent
dc8c1c62bd
commit
9633cd798c
@ -40,7 +40,7 @@ endif
|
|||||||
|
|
||||||
# Linux demo's
|
# Linux demo's
|
||||||
ifeq ($(OS_TARGET),linux)
|
ifeq ($(OS_TARGET),linux)
|
||||||
override EXEOBJECTS+=mandel
|
override EXEOBJECTS+=mandel samegame
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
@ -131,7 +131,10 @@ installdemo:
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.5 1999-06-08 18:28:21 peter
|
# Revision 1.6 1999-06-11 12:51:28 peter
|
||||||
|
# * updated for linux
|
||||||
|
#
|
||||||
|
# Revision 1.5 1999/06/08 18:28:21 peter
|
||||||
# * fixes for 0.99.12 release
|
# * fixes for 0.99.12 release
|
||||||
#
|
#
|
||||||
# Revision 1.4 1999/05/27 21:36:32 peter
|
# Revision 1.4 1999/05/27 21:36:32 peter
|
||||||
|
|||||||
@ -25,7 +25,9 @@ INTERFACE
|
|||||||
MouseAPI undef : RTL unit MsMouse. API not required, but doesn't work under
|
MouseAPI undef : RTL unit MsMouse. API not required, but doesn't work under
|
||||||
Linux }
|
Linux }
|
||||||
|
|
||||||
{$UNDEF MouseAPI}
|
{$ifdef linux}
|
||||||
|
{$define MouseAPI}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
TYPE CHARSET=SET OF CHAR;
|
TYPE CHARSET=SET OF CHAR;
|
||||||
|
|
||||||
@ -454,7 +456,10 @@ BEGIN
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 1999-06-01 19:24:33 peter
|
Revision 1.2 1999-06-11 12:51:29 peter
|
||||||
|
* updated for linux
|
||||||
|
|
||||||
|
Revision 1.1 1999/06/01 19:24:33 peter
|
||||||
* updates from marco
|
* updates from marco
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user