* Makefile.in (DLL_OFILES): Add winf.o.

* spawn.cc: Move command line handling stuff into winf.cc.
* winf.h: New file.
* winf.cc: New file.
This commit is contained in:
Christopher Faylor
2006-04-12 15:53:22 +00:00
parent be5542f716
commit 329a39ebea
6 changed files with 244 additions and 193 deletions

View File

@ -13,7 +13,7 @@ details. */
#define SP " \t\n"
/* Allow apps which don't have a main work, as long as they define WinMain */
/* Allow apps which don't have a main to work, as long as they define WinMain */
int
main ()
{