Use Winapi on both cygwin and mingw32 to share more code between both.
This commit is contained in:
parent
d68d01573b
commit
7e518ca84f
30 changed files with 1984 additions and 1670 deletions
|
@ -65,17 +65,16 @@ EXTRA_DIST += m4/math_h.m4
|
|||
EXTRA_DIST += grub-core/kern/emu/hostdisk_apple.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_basic.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_bsd.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_cygwin.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_freebsd.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_hurd.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_linux.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_mingw.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_windows.c
|
||||
EXTRA_DIST += grub-core/kern/emu/hostdisk_sun.c
|
||||
|
||||
EXTRA_DIST += util/getroot_apple.c
|
||||
EXTRA_DIST += util/getroot_basic.c
|
||||
EXTRA_DIST += util/getroot_bsd.c
|
||||
EXTRA_DIST += util/getroot_cygwin.c
|
||||
EXTRA_DIST += util/getroot_windows.c
|
||||
EXTRA_DIST += util/getroot_freebsd.c
|
||||
EXTRA_DIST += util/getroot_hurd.c
|
||||
EXTRA_DIST += util/getroot_linux.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue