Author: tkreuzer Date: Tue Mar 30 23:28:38 2010 New Revision: 46606
URL: http://svn.reactos.org/svn/reactos?rev=46606&view=rev Log: [MINGW] - add back getopt.c (needed by rosapps) - add ofmt_stub.c and cx_pure_virtual.c
Added: trunk/reactos/lib/3rdparty/mingw/cxa_pure_virtual.c (with props) trunk/reactos/lib/3rdparty/mingw/getopt.c (props changed) - copied unchanged from r46596, trunk/reactos/lib/3rdparty/mingw/getopt.c trunk/reactos/lib/3rdparty/mingw/ofmt_stub.c (with props) Modified: trunk/reactos/lib/3rdparty/mingw/mingw.rbuild
Added: trunk/reactos/lib/3rdparty/mingw/cxa_pure_virtual.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/mingw/cxa_pure... ============================================================================== --- trunk/reactos/lib/3rdparty/mingw/cxa_pure_virtual.c (added) +++ trunk/reactos/lib/3rdparty/mingw/cxa_pure_virtual.c [iso-8859-1] Tue Mar 30 23:28:38 2010 @@ -1,0 +1,7 @@ + +void assert(int); + +void __cxa_pure_virtual() +{ + _assert(0); +}
Propchange: trunk/reactos/lib/3rdparty/mingw/cxa_pure_virtual.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/lib/3rdparty/mingw/getopt.c ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/lib/3rdparty/mingw/getopt.c ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Tue Mar 30 23:28:38 2010 @@ -1,0 +1,3 @@ +/branches/header-work/lib/3rdparty/mingw/getopt.c:45691-46463 +/branches/ros-amd64-bringup/lib/3rdparty/mingw/getopt.c:36852 +/branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/getopt.c:34711-34712,34741,34743,34780-34782,34803,34812,34839,34842,34864,34870,34874,34877,34908-34909,34917,34965,35323-35324,35347-35348,35361,35436,35509,35515,35588,35655,35683,35739,35746,35762,35771,35777,35781,35789,35805,35823,35827,35902,35904-35906,35942,35947-35949,35952-35953,35966,36011-36013,36172,36360,36380,36388-36389,36397,36445,36502-36503,36505,36570,36614,36898-36899,36930,36936,36949,36951,36958,36961,36964,36969,36972,36992,37323,37434,37472,37475,37536,37820-37821,37868-37869,37873,37990-37991,38013-38014,38092,38100,38148-38151,38264-38265,38268,38355,39151,39333,39335,39345,39639,40122-40123,40125,40128,40155,40247,40324,40753,40927-40928,40986-40987,40989,40991,40993,40995-40996,41000-41001,41027-41030,41044-41045,41047-41050,41052,41070,41082-41086,41097-41098,41101,41449,41479,41484-41485,41499-41500,41502,41531,41536,41540,41546-41547,41549,43080,43426,43454,43506,43566,43574,43598,43600-43602,43604-43605,43677,43682,43757,43775,43836,43838-43840,43857-43858,43860,43905-43907,43969,44002,44036-44037,44039-44040,44044-44045,44065,44095,44123,44144,44205,44238,44294,44338-44339,44389,44391,44426,44460,44467-44468,44470-44471,44499,44501,44503-44504,44506,44510-44512,44521,44523-44526,44530,44540,44601,44772,45124,45126-45127,46394,46524,46526,46589
Modified: trunk/reactos/lib/3rdparty/mingw/mingw.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/mingw/mingw.rb... ============================================================================== --- trunk/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] (original) +++ trunk/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] Tue Mar 30 23:28:38 2010 @@ -20,6 +20,7 @@ <file>crt_handler.c</file> <file>dllentry.c</file> <file>gccmain.c</file> + <file>getopt.c</file> <file>gs_support.c</file> <file>merr.c</file> <file>mingw_helpers.c</file> @@ -35,6 +36,8 @@ <file>xncommod.c</file> <file>xthdloc.c</file> <file>xtxtmode.c</file> + <file>ofmt_stub.c</file> + <file>cxa_pure_virtual.c</file> </module> <module name="mingw_main" type="staticlibrary" isstartuplib="true" crt="dll"> <define name="_CRTBLD" />
Added: trunk/reactos/lib/3rdparty/mingw/ofmt_stub.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/mingw/ofmt_stu... ============================================================================== --- trunk/reactos/lib/3rdparty/mingw/ofmt_stub.c (added) +++ trunk/reactos/lib/3rdparty/mingw/ofmt_stub.c [iso-8859-1] Tue Mar 30 23:28:38 2010 @@ -1,0 +1,6 @@ + +int _get_output_format(void) +{ + return 0; +} +
Propchange: trunk/reactos/lib/3rdparty/mingw/ofmt_stub.c ------------------------------------------------------------------------------ svn:eol-style = native