mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:49:28 +02:00
* argh.. ifndef winnt -> ifdef winnt :(
This commit is contained in:
parent
e06ac8e64f
commit
ef1e06883e
@ -59,7 +59,7 @@ ifndef OS_TARGET
|
|||||||
ifdef inlinux
|
ifdef inlinux
|
||||||
OS_TARGET=linux
|
OS_TARGET=linux
|
||||||
else
|
else
|
||||||
ifndef inWinNT
|
ifdef inWinNT
|
||||||
OS_TARGET=win32
|
OS_TARGET=win32
|
||||||
else
|
else
|
||||||
OS_TARGET=go32v2
|
OS_TARGET=go32v2
|
||||||
@ -650,7 +650,10 @@ endif
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.1 1998-10-27 14:20:12 peter
|
# Revision 1.2 1998-10-28 00:14:13 peter
|
||||||
# + initial versions
|
# * argh.. ifndef winnt -> ifdef winnt :(
|
||||||
|
#
|
||||||
|
# Revision 1.1 1998/10/27 14:23:59 peter
|
||||||
|
# + makefiles
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user