natFilePosix.cc: Copied this from natFile.cc.
2002-02-12 Adam Megacz <adam@xwt.org> * java/io/natFilePosix.cc: Copied this from natFile.cc. * java/io/natFile.cc: Removed from repository. * configure.in: Added AC_LINK_FILES for natFile${PLATFORM}. From-SVN: r49700
This commit is contained in:
parent
c0e4074ddd
commit
8a434a3691
@ -1,3 +1,9 @@
|
||||
2002-02-12 Adam Megacz <adam@xwt.org>
|
||||
|
||||
* java/io/natFilePosix.cc: Copied this from natFile.cc.
|
||||
* java/io/natFile.cc: Removed from repository.
|
||||
* configure.in: Added AC_LINK_FILES for natFile${PLATFORM}.
|
||||
|
||||
2002-02-12 Adam Megacz <adam@xwt.org>
|
||||
|
||||
* win32.cc: Added two #includes to make win32.cc compile.
|
||||
|
638
libjava/configure
vendored
638
libjava/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -242,6 +242,7 @@ dnl to create the link will fail.
|
||||
test -d java || mkdir java
|
||||
test -d java/io || mkdir java/io
|
||||
test -d gnu || mkdir gnu
|
||||
AC_LINK_FILES(java/io/natFile${PLATFORM}.cc, java/io/natFile.cc)
|
||||
AC_LINK_FILES(java/io/natFileDescriptor${PLATFORM}.cc, java/io/natFileDescriptor.cc)
|
||||
|
||||
dnl Likewise for ConcreteProcess.java and natConcreteProcess.cc.
|
||||
|
Loading…
Reference in New Issue
Block a user