lua: subprocess: move to osdep/subprocess-{win,posix}.c

The subprocess code was already split into fairly general functions,
separate from the Lua code. It's getting pretty big though, especially
the Windows-specific parts, so move it into its own files.
This commit is contained in:
James Ross-Gowan
2014-11-22 17:21:33 +11:00
parent b2d0484404
commit ef0d1cddb6
6 changed files with 553 additions and 478 deletions

View File

@@ -193,6 +193,7 @@ SOURCES = audio/audio.c \
osdep/io.c \
osdep/numcores.c \
osdep/semaphore_osx.c \
osdep/subprocess-posix.c \
osdep/terminal-unix.c \
osdep/timer.c \
osdep/timer-linux.c \