Author: tkreuzer
Date: Thu Oct 30 09:14:06 2008
New Revision: 37100
URL:
http://svn.reactos.org/svn/reactos?rev=37100&view=rev
Log:
- add mising files to mingw library
- readd getopt (needed by dosfsck)
- reorder alphabetically
Added:
branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/_wgetopt.c
- copied unchanged from r35808,
branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/_wgetopt.c
branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/getopt.c
- copied unchanged from r35808,
branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/getopt.c
branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/tgetopt.h
- copied unchanged from r35808,
branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/tgetopt.h
Modified:
branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild
Modified: branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/3…
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] Thu
Oct 30 09:14:06 2008
@@ -4,21 +4,30 @@
<module name="mingw_common" type="staticlibrary"
isstartuplib="true" underscoresymbols="true">
<importlibrary definition="moldname-msvcrt.def"
dllname="msvcrt.dll" />
<include base="mingw_common">include</include>
- <file>CRT_fp10.c</file>
+ <file>_newmode.c</file>
+ <file>_wgetopt.c</file>
+ <file>argv.c</file>
<file>atonexit.c</file>
+ <file>binmode.c</file>
<file>charmax.c</file>
<file>cinitexe.c</file>
+ <file>CRT_fp10.c</file>
+ <file>crtdll.c</file>
+ <file>dllentry.c</file>
+ <file>dllmain.c</file>
<file>gccmain.c</file>
+ <file>getopt.c</file>
<file>gs_support.c</file>
<file>merr.c</file>
<file>mingw_helpers.c</file>
<file>natstart.c</file>
- <file>_newmode.c</file>
<file>pesect.c</file>
+ <file>pseudo-reloc.c</file>
+ <file>tlssup.c</file>
<file>wildcard.c</file>
+ <file>xncommod.c</file>
+ <file>xthdloc.c</file>
<file>xtxtmode.c</file>
- <file>xncommod.c</file>
- <file>pseudo-reloc.c</file>
</module>
<module name="mingw_main" type="staticlibrary"
isstartuplib="true" allowwarnings="true">
<include base="mingw_common">include</include>