mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 06:19:32 +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
|
||||
OS_TARGET=linux
|
||||
else
|
||||
ifndef inWinNT
|
||||
ifdef inWinNT
|
||||
OS_TARGET=win32
|
||||
else
|
||||
OS_TARGET=go32v2
|
||||
@ -650,7 +650,10 @@ endif
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1998-10-27 14:20:12 peter
|
||||
# + initial versions
|
||||
# Revision 1.2 1998-10-28 00:14:13 peter
|
||||
# * argh.. ifndef winnt -> ifdef winnt :(
|
||||
#
|
||||
# Revision 1.1 1998/10/27 14:23:59 peter
|
||||
# + makefiles
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user