实例介绍
Windows(Win10/8/7)环境下配置GCC编译器,替代不可使用的VC6.0,搭配Notepad++等编辑器构建C语言编译环境,使用方法http://blog.csdn.net/fuyanhuangyan/article/details/78587548
【实例截图】
【核心代码】
GCC
└── GCC
├── bin
│ ├── addr2line.exe
│ ├── ar.exe
│ ├── as.exe
│ ├── c++filt.exe
│ ├── cpp.exe
│ ├── dlltool.exe
│ ├── dllwrap.exe
│ ├── elfedit.exe
│ ├── gcc-ar.exe
│ ├── gcc.exe
│ ├── gcc-nm.exe
│ ├── gcc-ranlib.exe
│ ├── gcov.exe
│ ├── gcov-tool.exe
│ ├── gdb.exe
│ ├── gdbserver.exe
│ ├── gprof.exe
│ ├── ld.bfd.exe
│ ├── ld.exe
│ ├── libatomic-1.dll
│ ├── libcharset-1.dll
│ ├── libgcc_s_dw2-1.dll
│ ├── libgmp-10.dll
│ ├── libgmpxx-4.dll
│ ├── libgomp-1.dll
│ ├── libiconv-2.dll
│ ├── libintl-8.dll
│ ├── libmpc-3.dll
│ ├── libmpfr-4.dll
│ ├── libquadmath-0.dll
│ ├── libssp-0.dll
│ ├── make.exe
│ ├── mingw32-gcc-5.3.0.exe
│ ├── mingw32-gcc-ar.exe
│ ├── mingw32-gcc.exe
│ ├── mingw32-gcc-nm.exe
│ ├── mingw32-gcc-ranlib.exe
│ ├── mingw32-make.exe
│ ├── mingw-get.exe
│ ├── mingwm10.dll
│ ├── nm.exe
│ ├── objcopy.exe
│ ├── objdump.exe
│ ├── pthreadGC-3.dll
│ ├── ranlib.exe
│ ├── readelf.exe
│ ├── size.exe
│ ├── strings.exe
│ ├── strip.exe
│ ├── windmc.exe
│ ├── windres.exe
│ └── zlib1.dll
├── include
│ ├── accctrl.h
│ ├── aclapi.h
│ ├── aclui.h
│ ├── adsprop.h
│ ├── afxres.h
│ ├── amaudio.h
│ ├── amvideo.h
│ ├── assert.h
│ ├── audevcod.h
│ ├── aviriff.h
│ ├── aygshell.h
│ ├── basetsd.h
│ ├── basetyps.h
│ ├── bdatypes.h
│ ├── cderr.h
│ ├── cguid.h
│ ├── cmnquery.h
│ ├── comcat.h
│ ├── commctrl.h
│ ├── commdlg.h
│ ├── complex.h
│ ├── conio.h
│ ├── control.h
│ ├── cplext.h
│ ├── cpl.h
│ ├── ctype.h
│ ├── custcntl.h
│ ├── d3d9caps.h
│ ├── d3d9.h
│ ├── d3d9types.h
│ ├── dbt.h
│ ├── dde.h
│ ├── ddeml.h
│ ├── ddk
│ │ ├── atm.h
│ │ ├── batclass.h
│ │ ├── cfg.h
│ │ ├── cfgmgr32.h
│ │ ├── d4drvif.h
│ │ ├── d4iface.h
│ │ ├── ddkmapi.h
│ │ ├── hidclass.h
│ │ ├── hidpi.h
│ │ ├── hidsdi.h
│ │ ├── hidusage.h
│ │ ├── kbdmou.h
│ │ ├── mcd.h
│ │ ├── miniport.h
│ │ ├── minitape.h
│ │ ├── mountdev.h
│ │ ├── mountmgr.h
│ │ ├── ndisguid.h
│ │ ├── ndis.h
│ │ ├── ndistapi.h
│ │ ├── ndiswan.h
│ │ ├── netevent.h
│ │ ├── netpnp.h
│ │ ├── newdev.h
│ │ ├── ntapi.h
│ │ ├── ntdd8042.h
│ │ ├── ntddbeep.h
│ │ ├── ntddcdrm.h
│ │ ├── ntddcdvd.h
│ │ ├── ntddchgr.h
│ │ ├── ntdddisk.h
│ │ ├── ntddkbd.h
│ │ ├── ntddk.h
│ │ ├── ntddmou.h
│ │ ├── ntddndis.h
│ │ ├── ntddpar.h
│ │ ├── ntddpcm.h
│ │ ├── ntddscsi.h
│ │ ├── ntddser.h
│ │ ├── ntddstor.h
│ │ ├── ntddtape.h
│ │ ├── ntddtdi.h
│ │ ├── ntddvdeo.h
│ │ ├── ntddvol.h
│ │ ├── ntifs.h
│ │ ├── ntpoapi.h
│ │ ├── ntstatus.h
│ │ ├── parallel.h
│ │ ├── pfhook.h
│ │ ├── poclass.h
│ │ ├── scsi.h
│ │ ├── scsiscan.h
│ │ ├── scsiwmi.h
│ │ ├── smbus.h
│ │ ├── srb.h
│ │ ├── storport.h
│ │ ├── tdi.h
│ │ ├── tdiinfo.h
│ │ ├── tdikrnl.h
│ │ ├── tdistat.h
│ │ ├── tvout.h
│ │ ├── upssvc.h
│ │ ├── usb100.h
│ │ ├── usbcamdi.h
│ │ ├── usbdi.h
│ │ ├── usb.h
│ │ ├── usbioctl.h
│ │ ├── usbiodef.h
│ │ ├── usbscan.h
│ │ ├── usbuser.h
│ │ ├── videoagp.h
│ │ ├── video.h
│ │ ├── win2k.h
│ │ ├── winddi.h
│ │ ├── winddk.h
│ │ ├── winnt4.h
│ │ ├── winxp.h
│ │ ├── ws2san.h
│ │ └── xfilter.h
│ ├── devguid.h
│ ├── dhcpcsdk.h
│ ├── direct.h
│ ├── dirent.h
│ ├── dir.h
│ ├── dlfcn.h
│ ├── dlgs.h
│ ├── docobj.h
│ ├── dos.h
│ ├── dsadmin.h
│ ├── dsclient.h
│ ├── dsgetdc.h
│ ├── dshow.h
│ ├── dsquery.h
│ ├── dsrole.h
│ ├── dvdevcod.h
│ ├── dvdmedia.h
│ ├── dxerr8.h
│ ├── dxerr9.h
│ ├── edevdefs.h
│ ├── errno.h
│ ├── errorrep.h
│ ├── errors.h
│ ├── evcode.h
│ ├── excpt.h
│ ├── exdisp.h
│ ├── exdispid.h
│ ├── fcntl.h
│ ├── fenv.h
│ ├── float.h
│ ├── fltdefs.h
│ ├── gdiplus
│ │ ├── gdiplusbase.h
│ │ ├── gdiplusbrush.h
│ │ ├── gdipluscolor.h
│ │ ├── gdipluscolormatrix.h
│ │ ├── gdipluseffects.h
│ │ ├── gdiplusenums.h
│ │ ├── gdiplusflat.h
│ │ ├── gdiplusgpstubs.h
│ │ ├── gdiplusgraphics.h
│ │ ├── gdiplus.h
│ │ ├── gdiplusheaders.h
│ │ ├── gdiplusimageattributes.h
│ │ ├── gdiplusimagecodec.h
│ │ ├── gdiplusimaging.h
│ │ ├── gdiplusimpl.h
│ │ ├── gdiplusinit.h
│ │ ├── gdipluslinecaps.h
│ │ ├── gdiplusmatrix.h
│ │ ├── gdiplusmem.h
│ │ ├── gdiplusmetafile.h
│ │ ├── gdiplusmetaheader.h
│ │ ├── gdipluspath.h
│ │ ├── gdipluspen.h
│ │ ├── gdipluspixelformats.h
│ │ ├── gdiplusstringformat.h
│ │ └── gdiplustypes.h
│ ├── gdiplus.h
│ ├── getopt.h
│ ├── GL
│ │ ├── glext.h
│ │ ├── gl.h
│ │ └── glu.h
│ ├── glob.h
│ ├── gmon.h
│ ├── httpext.h
│ ├── icm.h
│ ├── idispids.h
│ ├── il21dec.h
│ ├── imagehlp.h
│ ├── imm.h
│ ├── initguid.h
│ ├── intshcut.h
│ ├── inttypes.h
│ ├── io.h
│ ├── ipexport.h
│ ├── iphlpapi.h
│ ├── ipifcons.h
│ ├── ipinfoid.h
│ ├── iprtrmib.h
│ ├── iptypes.h
│ ├── ipxconst.h
│ ├── ipxrtdef.h
│ ├── ipxtfflt.h
│ ├── isguids.h
│ ├── ks.h
│ ├── ksmedia.h
│ ├── largeint.h
│ ├── libgen.h
│ ├── limits.h
│ ├── lmaccess.h
│ ├── lmalert.h
│ ├── lmapibuf.h
│ ├── lmat.h
│ ├── lmaudit.h
│ ├── lmbrowsr.h
│ ├── lmchdev.h
│ ├── lmconfig.h
│ ├── lmcons.h
│ ├── lmerr.h
│ ├── lmerrlog.h
│ ├── lm.h
│ ├── lmmsg.h
│ ├── lmremutl.h
│ ├── lmrepl.h
│ ├── lmserver.h
│ ├── lmshare.h
│ ├── lmsname.h
│ ├── lmstats.h
│ ├── lmsvc.h
│ ├── lmuseflg.h
│ ├── lmuse.h
│ ├── lmwksta.h
│ ├── locale.h
│ ├── lzexpand.h
│ ├── malloc.h
│ ├── mapi.h
│ ├── math.h
│ ├── mbctype.h
│ ├── mbstring.h
│ ├── mciavi.h
│ ├── mcx.h
│ ├── mem.h
│ ├── memory.h
│ ├── mgm.h
│ ├── mgmtapi.h
│ ├── _mingw.h
│ ├── mlang.h
│ ├── mmreg.h
│ ├── mmsystem.h
│ ├── mpegtype.h
│ ├── mprapi.h
│ ├── mq.h
│ ├── msacm.h
│ ├── mshtml.h
│ ├── msvcrtver.h
│ ├── mswsock.h
│ ├── nb30.h
│ ├── nddeapi.h
│ ├── nspapi.h
│ ├── ntdef.h
│ ├── ntdll.h
│ ├── ntdsapi.h
│ ├── ntdsbcli.h
│ ├── ntldap.h
│ ├── ntsecapi.h
│ ├── ntsecpkg.h
│ ├── oaidl.h
│ ├── objbase.h
│ ├── objfwd.h
│ ├── objidl.h
│ ├── objsafe.h
│ ├── objsel.h
│ ├── ocidl.h
│ ├── odbcinst.h
│ ├── ole2.h
│ ├── ole2ver.h
│ ├── oleacc.h
│ ├── oleauto.h
│ ├── olectl.h
│ ├── olectlid.h
│ ├── oledlg.h
│ ├── ole.h
│ ├── oleidl.h
│ ├── pbt.h
│ ├── poppack.h
│ ├── powrprof.h
│ ├── process.h
│ ├── profile.h
│ ├── profil.h
│ ├── prsht.h
│ ├── psapi.h
│ ├── pshpack1.h
│ ├── pshpack2.h
│ ├── pshpack4.h
│ ├── pshpack8.h
│ ├── pthread.h
│ ├── ptw32_errno.h
│ ├── _ptw32.h
│ ├── qedit.h
│ ├── rapi.h
│ ├── rasdlg.h
│ ├── raserror.h
│ ├── ras.h
│ ├── rassapi.h
│ ├── reason.h
│ ├── regstr.h
│ ├── richedit.h
│ ├── richole.h
│ ├── routprot.h
│ ├── rpcdce2.h
│ ├── rpcdce.h
│ ├── rpcdcep.h
│ ├── rpc.h
│ ├── rpcndr.h
│ ├── rpcnsi.h
│ ├── rpcnsip.h
│ ├── rpcnterr.h
│ ├── rpcproxy.h
│ ├── rtutils.h
│ ├── schannel.h
│ ├── sched.h
│ ├── schnlsp.h
│ ├── scrnsave.h
│ ├── sddl.h
│ ├── sdkddkver.h
│ ├── search.h
│ ├── secext.h
│ ├── security.h
│ ├── semaphore.h
│ ├── servprov.h
│ ├── setjmp.h
│ ├── setupapi.h
│ ├── share.h
│ ├── shellapi.h
│ ├── shldisp.h
│ ├── shlguid.h
│ ├── shlobj.h
│ ├── shlwapi.h
│ ├── shobjidl.h
│ ├── signal.h
│ ├── snmp.h
│ ├── specstrings.h
│ ├── sqlext.h
│ ├── sql.h
│ ├── sqltypes.h
│ ├── sqlucode.h
│ ├── sspi.h
│ ├── stdint.h
│ ├── stdio.h
│ ├── stdlib.h
│ ├── stm.h
│ ├── string.h
│ ├── strings.h
│ ├── strmif.h
│ ├── subauth.h
│ ├── svcguid.h
│ ├── sys
│ │ ├── fcntl.h
│ │ ├── file.h
│ │ ├── locking.h
│ │ ├── param.h
│ │ ├── stat.h
│ │ ├── timeb.h
│ │ ├── time.h
│ │ ├── types.h
│ │ ├── unistd.h
│ │ └── utime.h
│ ├── tchar.h
│ ├── time.h
│ ├── tlhelp32.h
│ ├── tmschema.h
│ ├── unistd.h
│ ├── unknwn.h
│ ├── userenv.h
│ ├── usp10.h
│ ├── utime.h
│ ├── uxtheme.h
│ ├── values.h
│ ├── vfw.h
│ ├── vidcap.h
│ ├── vmr9.h
│ ├── vptype.h
│ ├── w32api.h
│ ├── wchar.h
│ ├── wctype.h
│ ├── winable.h
│ ├── winbase.h
│ ├── winber.h
│ ├── wincon.h
│ ├── wincrypt.h
│ ├── windef.h
│ ├── windns.h
│ ├── windows.h
│ ├── windowsx.h
│ ├── winerror.h
│ ├── wingdi.h
│ ├── wininet.h
│ ├── winioctl.h
│ ├── winldap.h
│ ├── winnetwk.h
│ ├── winnls.h
│ ├── winnt.h
│ ├── winperf.h
│ ├── winreg.h
│ ├── winresrc.h
│ ├── winsnmp.h
│ ├── winsock2.h
│ ├── winsock.h
│ ├── winspool.h
│ ├── winsvc.h
│ ├── winuser.h
│ ├── winver.h
│ ├── ws2spi.h
│ ├── ws2tcpip.h
│ ├── wsahelp.h
│ ├── wsipx.h
│ ├── wsnetbs.h
│ ├── wtsapi32.h
│ ├── wtypes.h
│ ├── xprtdefs.h
│ └── zmouse.h
├── lib
│ ├── binmode.o
│ ├── crt1.o
│ ├── crt2.o
│ ├── CRT_fp10.o
│ ├── CRT_fp8.o
│ ├── crtmt.o
│ ├── CRT_noglob.o
│ ├── crtst.o
│ ├── dllcrt1.o
│ ├── dllcrt2.o
│ ├── gcc
│ │ └── mingw32
│ │ └── 5.3.0
│ │ ├── crtbegin.o
│ │ ├── crtend.o
│ │ ├── crtfastmath.o
│ │ ├── include
│ │ │ ├── adxintrin.h
│ │ │ ├── ammintrin.h
│ │ │ ├── avx2intrin.h
│ │ │ ├── avx512bwintrin.h
│ │ │ ├── avx512cdintrin.h
│ │ │ ├── avx512dqintrin.h
│ │ │ ├── avx512erintrin.h
│ │ │ ├── avx512fintrin.h
│ │ │ ├── avx512ifmaintrin.h
│ │ │ ├── avx512ifmavlintrin.h
│ │ │ ├── avx512pfintrin.h
│ │ │ ├── avx512vbmiintrin.h
│ │ │ ├── avx512vbmivlintrin.h
│ │ │ ├── avx512vlbwintrin.h
│ │ │ ├── avx512vldqintrin.h
│ │ │ ├── avx512vlintrin.h
│ │ │ ├── avxintrin.h
│ │ │ ├── bmi2intrin.h
│ │ │ ├── bmiintrin.h
│ │ │ ├── bmmintrin.h
│ │ │ ├── clflushoptintrin.h
│ │ │ ├── clwbintrin.h
│ │ │ ├── cpuid.h
│ │ │ ├── cross-stdarg.h
│ │ │ ├── emmintrin.h
│ │ │ ├── f16cintrin.h
│ │ │ ├── float.h
│ │ │ ├── fma4intrin.h
│ │ │ ├── fmaintrin.h
│ │ │ ├── fxsrintrin.h
│ │ │ ├── ia32intrin.h
│ │ │ ├── immintrin.h
│ │ │ ├── iso646.h
│ │ │ ├── lwpintrin.h
│ │ │ ├── lzcntintrin.h
│ │ │ ├── mm3dnow.h
│ │ │ ├── mmintrin.h
│ │ │ ├── mm_malloc.h
│ │ │ ├── mwaitxintrin.h
│ │ │ ├── nmmintrin.h
│ │ │ ├── omp.h
│ │ │ ├── openacc.h
│ │ │ ├── pcommitintrin.h
│ │ │ ├── pmmintrin.h
│ │ │ ├── popcntintrin.h
│ │ │ ├── prfchwintrin.h
│ │ │ ├── quadmath.h
│ │ │ ├── quadmath_weak.h
│ │ │ ├── rdseedintrin.h
│ │ │ ├── rtmintrin.h
│ │ │ ├── shaintrin.h
│ │ │ ├── smmintrin.h
│ │ │ ├── ssp
│ │ │ │ ├── ssp.h
│ │ │ │ ├── stdio.h
│ │ │ │ ├── string.h
│ │ │ │ └── unistd.h
│ │ │ ├── stdalign.h
│ │ │ ├── stdarg.h
│ │ │ ├── stdatomic.h
│ │ │ ├── stdbool.h
│ │ │ ├── stddef.h
│ │ │ ├── stdfix.h
│ │ │ ├── stdint-gcc.h
│ │ │ ├── stdint.h
│ │ │ ├── stdnoreturn.h
│ │ │ ├── tbmintrin.h
│ │ │ ├── tgmath.h
│ │ │ ├── tmmintrin.h
│ │ │ ├── unwind.h
│ │ │ ├── varargs.h
│ │ │ ├── wmmintrin.h
│ │ │ ├── x86intrin.h
│ │ │ ├── xmmintrin.h
│ │ │ ├── xopintrin.h
│ │ │ ├── xsavecintrin.h
│ │ │ ├── xsaveintrin.h
│ │ │ ├── xsaveoptintrin.h
│ │ │ ├── xsavesintrin.h
│ │ │ └── xtestintrin.h
│ │ ├── include-fixed
│ │ │ ├── limits.h
│ │ │ ├── README
│ │ │ └── syslimits.h
│ │ ├── libatomic.a
│ │ ├── libatomic.dll.a
│ │ ├── libcaf_single.a
│ │ ├── libgcc.a
│ │ ├── libgcc_eh.a
│ │ ├── libgcc_s.a
│ │ ├── libgcov.a
│ │ ├── libgomp.a
│ │ ├── libgomp.dll.a
│ │ ├── libgomp-plugin-host_nonshm.dll.a
│ │ ├── libgomp.spec
│ │ ├── libquadmath.a
│ │ ├── libquadmath.dll.a
│ │ ├── libssp.a
│ │ ├── libssp.dll.a
│ │ └── libssp_nonshared.a
│ ├── gcrt1.o
│ ├── gcrt2.o
│ ├── libaclui.a
│ ├── libadvapi32.a
│ ├── libapcups.a
│ ├── libavicap32.a
│ ├── libavifil32.a
│ ├── libbthprops.a
│ ├── libcap.a
│ ├── libcfgmgr32.a
│ ├── libcoldname.a
│ ├── libcomctl32.a
│ ├── libcomdlg32.a
│ ├── libcrtdll.a
│ ├── libcrypt32.a
│ ├── libctl3d32.a
│ ├── libd3d8.a
│ ├── libd3d9.a
│ ├── libd3dim.a
│ ├── libd3drm.a
│ ├── libd3dx8d.a
│ ├── libd3dx9d.a
│ ├── libd3dxof.a
│ ├── libddraw.a
│ ├── libdhcpcsvc.a
│ ├── libdinput8.a
│ ├── libdinput.a
│ ├── libdlcapi.a
│ ├── libdmoguids.a
│ ├── libdnsapi.a
│ ├── libdplayx.a
│ ├── libdpnaddr.a
│ ├── libdpnet.a
│ ├── libdpnlobby.a
│ ├── libdpvoice.a
│ ├── libdsetup.a
│ ├── libdsound.a
│ ├── libdxapi.a
│ ├── libdxerr8.a
│ ├── libdxerr9.a
│ ├── libdxguid.a
│ ├── libfaultrep.a
│ ├── libgdi32.a
│ ├── libgdiplus.a
│ ├── libglaux.a
│ ├── libglu32.a
│ ├── libgmon.a
│ ├── libhal.a
│ ├── libhid.a
│ ├── libhidparse.a
│ ├── libicmui.a
│ ├── libigmpagnt.a
│ ├── libimagehlp.a
│ ├── libimm32.a
│ ├── libiphlpapi.a
│ ├── libkernel32.a
│ ├── libksproxy.a
│ ├── libksuser.a
│ ├── liblargeint.a
│ ├── liblz32.a
│ ├── libm.a
│ ├── libmapi32.a
│ ├── libmcd.a
│ ├── libmfcuia32.a
│ ├── libmgmtapi.a
│ ├── libmingw32.a
│ ├── libmingwex.a
│ ├── libmingwthrd.a
│ ├── libmingwthrd_old.a
│ ├── libmoldname100.a
│ ├── libmoldname100d.a
│ ├── libmoldname70.a
│ ├── libmoldname70d.a
│ ├── libmoldname71.a
│ ├── libmoldname71d.a
│ ├── libmoldname80.a
│ ├── libmoldname80d.a
│ ├── libmoldname90.a
│ ├── libmoldname90d.a
│ ├── libmoldname.a
│ ├── libmoldnamed.a
│ ├── libmpr.a
│ ├── libmprapi.a
│ ├── libmqrt.a
│ ├── libmsacm32.a
│ ├── libmscms.a
│ ├── libmsdmo.a
│ ├── libmsimg32.a
│ ├── libmsvcp60.a
│ ├── libmsvcr100.a
│ ├── libmsvcr100d.a
│ ├── libmsvcr70.a
│ ├── libmsvcr70d.a
│ ├── libmsvcr71.a
│ ├── libmsvcr71d.a
│ ├── libmsvcr80.a
│ ├── libmsvcr80d.a
│ ├── libmsvcr90.a
│ ├── libmsvcr90d.a
│ ├── libmsvcrt.a
│ ├── libmsvcrtd.a
│ ├── libmsvfw32.a
│ ├── libmswsock.a
│ ├── libnddeapi.a
│ ├── libndis.a
│ ├── libnetapi32.a
│ ├── libnewdev.a
│ ├── libntdll.a
│ ├── libntoskrnl.a
│ ├── libodbc32.a
│ ├── libodbccp32.a
│ ├── libole32.a
│ ├── liboleacc.a
│ ├── liboleaut32.a
│ ├── libolecli32.a
│ ├── liboledlg.a
│ ├── libolepro32.a
│ ├── libolesvr32.a
│ ├── libopengl32.a
│ ├── libpenwin32.a
│ ├── libpkpd32.a
│ ├── libpowrprof.a
│ ├── libpsapi.a
│ ├── libpthread.a
│ ├── libpthread.dll.a
│ ├── libpthreadGC-3.a
│ ├── libpthreadGC-3.dll.a
│ ├── libquartz.a
│ ├── librapi.a
│ ├── librasapi32.a
│ ├── librasdlg.a
│ ├── librpcdce4.a
│ ├── librpcns4.a
│ ├── librpcrt4.a
│ ├── librtm.a
│ ├── librtutils.a
│ ├── libscrnsave.a
│ ├── libscrnsavw.a
│ ├── libscsiport.a
│ ├── libsecur32.a
│ ├── libsetupapi.a
│ ├── libshell32.a
│ ├── libshfolder.a
│ ├── libshlwapi.a
│ ├── libsnmpapi.a
│ ├── libstrmiids.a
│ ├── libsvrapi.a
│ ├── libtapi32.a
│ ├── libtdi.a
│ ├── libthunk32.a
│ ├── liburl.a
│ ├── libusbcamd2.a
│ ├── libusbcamd.a
│ ├── libuser32.a
│ ├── libuserenv.a
│ ├── libusp10.a
│ ├── libuuid.a
│ ├── libuxtheme.a
│ ├── libvdmdbg.a
│ ├── libversion.a
│ ├── libvfw32.a
│ ├── libvideoprt.a
│ ├── libwin32k.a
│ ├── libwin32spl.a
│ ├── libwininet.a
│ ├── libwinmm.a
│ ├── libwinspool.a
│ ├── libwinstrm.a
│ ├── libwldap32.a
│ ├── libwow32.a
│ ├── libws2_32.a
│ ├── libwsnmp32.a
│ ├── libwsock32.a
│ ├── libwst.a
│ ├── libwtsapi32.a
│ └── txtmode.o
├── libexec
│ ├── gcc
│ │ └── mingw32
│ │ └── 5.3.0
│ │ ├── cc1.exe
│ │ ├── collect2.exe
│ │ ├── install-tools
│ │ │ ├── fixincl.exe
│ │ │ ├── fixinc.sh
│ │ │ ├── mkheaders
│ │ │ └── mkinstalldirs
│ │ ├── liblto_plugin-0.dll
│ │ ├── liblto_plugin.dll.a
│ │ ├── lto1.exe
│ │ └── lto-wrapper.exe
│ └── mingw-get
│ ├── guimain.exe
│ ├── guistub.exe
│ ├── lastrites.exe
│ ├── mingw-get-0.dll
│ ├── setup.lua
│ ├── shlink.js
│ └── unlink.js
├── mingw32
│ ├── bin
│ │ ├── ar.exe
│ │ ├── as.exe
│ │ ├── dlltool.exe
│ │ ├── ld.bfd.exe
│ │ ├── ld.exe
│ │ ├── nm.exe
│ │ ├── objcopy.exe
│ │ ├── objdump.exe
│ │ ├── ranlib.exe
│ │ └── strip.exe
│ └── lib
│ └── ldscripts
│ ├── i386pe.x
│ ├── i386pe.xa
│ ├── i386pe.xbn
│ ├── i386pe.xn
│ ├── i386pe.xr
│ └── i386pe.xu
├── share
│ ├── doc
│ │ ├── gcc
│ │ │ └── 5.3.0
│ │ │ ├── COPYING
│ │ │ ├── COPYING3
│ │ │ ├── COPYING3.LIB
│ │ │ ├── COPYING.LIB
│ │ │ ├── COPYING.RUNTIME
│ │ │ └── zlib
│ │ │ └── LICENSE_1_0.txt
│ │ └── mingw-get
│ │ ├── COPYING
│ │ └── README
│ └── gdb
│ ├── python
│ │ └── gdb
│ │ ├── command
│ │ │ ├── explore.py
│ │ │ ├── __init__.py
│ │ │ ├── pretty_printers.py
│ │ │ ├── prompt.py
│ │ │ └── type_printers.py
│ │ ├── function
│ │ │ ├── __init__.py
│ │ │ └── strfns.py
│ │ ├── __init__.py
│ │ ├── printing.py
│ │ ├── prompt.py
│ │ └── types.py
│ └── syscalls
│ ├── amd64-linux.xml
│ ├── gdb-syscalls.dtd
│ ├── i386-linux.xml
│ ├── mips-n32-linux.xml
│ ├── mips-n64-linux.xml
│ ├── mips-o32-linux.xml
│ ├── ppc64-linux.xml
│ ├── ppc-linux.xml
│ ├── sparc64-linux.xml
│ └── sparc-linux.xml
└── var
├── cache
│ └── mingw-get
│ └── packages
│ ├── binutils-2.25.1-1-mingw32-bin.tar.xz
│ ├── gcc-5.3.0-2-mingw32-lic.tar.xz
│ ├── gcc-core-5.3.0-2-mingw32-bin.tar.xz
│ ├── gdb-7.6.1-1-mingw32-bin.tar.lzma
│ ├── gmp-5.1.2-1-mingw32-dll.tar.lzma
│ ├── libatomic-5.3.0-2-mingw32-dll-1.tar.xz
│ ├── libgcc-5.3.0-2-mingw32-dll-1.tar.xz
│ ├── libgomp-5.3.0-2-mingw32-dll-1.tar.xz
│ ├── libiconv-1.14-3-mingw32-dll.tar.lzma
│ ├── libintl-0.18.3.2-2-mingw32-dll-8.tar.xz
│ ├── libmpc-1.0.2-mingw32-dll-3.tar.xz
│ ├── libquadmath-5.3.0-2-mingw32-dll-0.tar.xz
│ ├── libssp-5.3.0-2-mingw32-dll-0.tar.xz
│ ├── make-3.82.90-2-mingw32-cvs-20120902-bin.tar.lzma
│ ├── mingw-get-0.6.2-mingw32-beta-20131004-1-bin.tar.xz
│ ├── mingw-get-0.6.2-mingw32-beta-20131004-1-gui.tar.xz
│ ├── mingw-get-0.6.2-mingw32-beta-20131004-1-lic.tar.xz
│ ├── mingw-get-setup-0.6.2-mingw32-beta-20131004-1-dll.tar.xz
│ ├── mingw-get-setup-0.6.2-mingw32-beta-20131004-1-xml.tar.xz
│ ├── mingwrt-3.22.4-mingw32-dev.tar.xz
│ ├── mingwrt-3.22.4-mingw32-dll.tar.xz
│ ├── mpfr-3.1.2-2-mingw32-dll.tar.lzma
│ ├── pthreads-GC-w32-2.10-mingw32-pre-20160821-1-dev.tar.xz
│ ├── pthreads-GC-w32-2.10-mingw32-pre-20160821-1-dll-3.tar.xz
│ ├── w32api-3.18.2-mingw32-dev.tar.xz
│ └── zlib-1.2.8-1-mingw32-dll.tar.lzma
└── lib
└── mingw-get
└── data
├── defaults.xml
├── manifest-0-030-7deb-b8c15e.xml
├── manifest-0-030-95c8-818018.xml
├── manifest-0-032-1c0d-44fa90.xml
├── manifest-0-032-7269-38c7e8.xml
├── manifest-0-033-6424-b3cee3.xml
├── manifest-0-033-9435-4d1d5e.xml
├── manifest-0-033-d5a8-1df1bc.xml
├── manifest-0-033-e3bd-c7e93e.xml
├── manifest-0-033-e98a-bf6c02.xml
├── manifest-0-033-fa21-48458c.xml
├── manifest-0-035-556c-c07e6a.xml
├── manifest-0-035-847c-2ad15a.xml
├── manifest-0-035-9b1a-1491ab.xml
├── manifest-0-036-4cb9-fd70cf.xml
├── manifest-0-036-d3e8-87f99e.xml
├── manifest-0-038-cc95-2d6d20.xml
├── manifest-0-039-e383-c525fe.xml
├── manifest-0-040-e25b-fc9127.xml
├── manifest-0-048-35de-b53e74.xml
├── manifest-0-050-37d6-d522ef.xml
├── manifest-0-050-bbc0-e6c281.xml
├── manifest-0-050-d450-bb4c29.xml
├── manifest-0-051-d74c-697093.xml
├── manifest-0-053-7919-113c27.xml
├── mingw32-autoconf.xml
├── mingw32-automake.xml
├── mingw32-autotools.xml
├── mingw32-base.xml
├── mingw32-basic-bsdtar.xml
├── mingw32-binutils.xml
├── mingw32-bzip2.xml
├── mingw32-contrib-package-list.xml
├── mingw32-dos2unix.xml
├── mingw32-expat.xml
├── mingw32-gcc3.xml
├── mingw32-gcc4.xml
├── mingw32-gcc-tools.xml
├── mingw32-gdb.xml
├── mingw32-gendef.xml
├── mingw32-gettext.xml
├── mingw32-gmp.xml
├── mingw32-libarchive.xml
├── mingw32-libiconv.xml
├── mingw32-libtool.xml
├── mingw32-libunistring.xml
├── mingw32-lua.xml
├── mingw32-make.xml
├── mingw32-mgwport.xml
├── mingw32-mingw-get.xml
├── mingw32-mingw-utils.xml
├── mingw32-mpc.xml
├── mingw32-mpfr.xml
├── mingw32-ncurses.xml
├── mingw32-package-list.xml
├── mingw32-pdcurses.xml
├── mingw32-pexports.xml
├── mingw32-popt.xml
├── mingw32-pthreads-w32.xml
├── mingw32-runtime.xml
├── mingw32-tcltk.xml
├── mingw32-wsl-candidate.xml
├── mingw32-xerces-c.xml
├── mingw32-xz.xml
├── mingw32-zlib.xml
├── mingw-developer-toolkit.xml
├── msys-autoconf.xml
├── msys-autogen.xml
├── msys-automake.xml
├── msys-base.xml
├── msys-bash.xml
├── msys-binutils.xml
├── msys-bison.xml
├── msys-bzip2.xml
├── msys-console.xml
├── msys-coreutils.xml
├── msys-core.xml
├── msys-crypt.xml
├── msys-cvs.xml
├── msys-cygutils.xml
├── msys-dash.xml
├── msys-diffstat.xml
├── msys-diffutils.xml
├── msys-dos2unix.xml
├── msys-expat.xml
├── msys-file.xml
├── msys-findutils.xml
├── msys-flex.xml
├── msys-gawk.xml
├── msys-gcc.xml
├── msys-gdbm.xml
├── msys-gettext.xml
├── msys-gmp.xml
├── msys-grep.xml
├── msys-groff.xml
├── msys-guile.xml
├── msys-gzip.xml
├── msys-help2man.xml
├── msys-inetutils.xml
├── msys-less.xml
├── msys-libarchive.xml
├── msys-libiconv.xml
├── msys-libtool.xml
├── msys-libxml2.xml
├── msys-lndir.xml
├── msys-lpr-enhanced.xml
├── msys-m4.xml
├── msys-make.xml
├── msys-man.xml
├── msys-minires.xml
├── msys-mintty.xml
├── msys-mksh.xml
├── msys-mktemp.xml
├── msys-ncurses.xml
├── msys-openssh.xml
├── msys-openssl.xml
├── msys-package-list.xml
├── msys-patch.xml
├── msys-perl.xml
├── msys-popt.xml
├── msys-rebase.xml
├── msys-regex.xml
├── msys-rsync.xml
├── msys-rxvt.xml
├── msys-sed.xml
├── msys-system-builder.xml
├── msys-tar.xml
├── msys-termcap.xml
├── msys-texinfo.xml
├── msys-unzip.xml
├── msys-vim.xml
├── msys-w32api.xml
├── msys-wget.xml
├── msys-xz.xml
├── msys-zip.xml
├── msys-zlib.xml
├── package-list.xml
├── profile.xml
├── sysroot-0-002-a7c6-d7dbb5.xml
└── sysroot-0-011-664d-7cd9c6.xml
43 directories, 979 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论