diff --git a/.gitignore b/.gitignore index 259148fa..f5403981 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,5 @@ -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app +/llvm_* +/llvm-* +/x64 +/Debug +/Release \ No newline at end of file diff --git a/BeefMem/gperftools/src/solaris/libstdc++.la b/BeefMem/gperftools/src/solaris/libstdc++.la new file mode 100644 index 00000000..3edf4254 --- /dev/null +++ b/BeefMem/gperftools/src/solaris/libstdc++.la @@ -0,0 +1,51 @@ +# libstdc++.la - a libtool library file +# Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:09:07 with GCC-local changes) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# --- +# NOTE: This file lives in /usr/sfw/lib on Solaris 10. Unfortunately, +# due to an apparent bug in the Solaris 10 6/06 release, +# /usr/sfw/lib/libstdc++.la is empty. Below is the correct content, +# according to +# http://forum.java.sun.com/thread.jspa?threadID=5073150 +# By passing LDFLAGS='-Lsrc/solaris' to configure, make will pick up +# this copy of the file rather than the empty copy in /usr/sfw/lib. +# +# Also see +# http://www.technicalarticles.org/index.php/Compiling_MySQL_5.0_on_Solaris_10 +# +# Note: this is for 32-bit systems. If you have a 64-bit system, +# uncomment the appropriate dependency_libs line below. +# ---- + +# The name that we can dlopen(3). +dlname='libstdc++.so.6' + +# Names of this library. +library_names='libstdc++.so.6.0.3 libstdc++.so.6 libstdc++.so' + +# The name of the static archive. +old_library='libstdc++.a' + +# Libraries that this one depends upon. +# 32-bit version: +dependency_libs='-lc -lm -L/usr/sfw/lib -lgcc_s' +# 64-bit version: +#dependency_libs='-L/lib/64 -lc -lm -L/usr/sfw/lib/64 -lgcc_s' + +# Version information for libstdc++. +current=6 +age=0 +revision=3 + +# Is this an already installed library? +installed=yes + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/sfw/lib' diff --git a/BeefRT/gperftools/src/solaris/libstdc++.la b/BeefRT/gperftools/src/solaris/libstdc++.la new file mode 100644 index 00000000..3edf4254 --- /dev/null +++ b/BeefRT/gperftools/src/solaris/libstdc++.la @@ -0,0 +1,51 @@ +# libstdc++.la - a libtool library file +# Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:09:07 with GCC-local changes) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# --- +# NOTE: This file lives in /usr/sfw/lib on Solaris 10. Unfortunately, +# due to an apparent bug in the Solaris 10 6/06 release, +# /usr/sfw/lib/libstdc++.la is empty. Below is the correct content, +# according to +# http://forum.java.sun.com/thread.jspa?threadID=5073150 +# By passing LDFLAGS='-Lsrc/solaris' to configure, make will pick up +# this copy of the file rather than the empty copy in /usr/sfw/lib. +# +# Also see +# http://www.technicalarticles.org/index.php/Compiling_MySQL_5.0_on_Solaris_10 +# +# Note: this is for 32-bit systems. If you have a 64-bit system, +# uncomment the appropriate dependency_libs line below. +# ---- + +# The name that we can dlopen(3). +dlname='libstdc++.so.6' + +# Names of this library. +library_names='libstdc++.so.6.0.3 libstdc++.so.6 libstdc++.so' + +# The name of the static archive. +old_library='libstdc++.a' + +# Libraries that this one depends upon. +# 32-bit version: +dependency_libs='-lc -lm -L/usr/sfw/lib -lgcc_s' +# 64-bit version: +#dependency_libs='-L/lib/64 -lc -lm -L/usr/sfw/lib/64 -lgcc_s' + +# Version information for libstdc++. +current=6 +age=0 +revision=3 + +# Is this an already installed library? +installed=yes + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/sfw/lib' diff --git a/BeefySysLib/third_party/libffi/i686-pc-cygwin/.libs/libffi.lib b/BeefySysLib/third_party/libffi/i686-pc-cygwin/.libs/libffi.lib new file mode 100644 index 00000000..77c025d1 Binary files /dev/null and b/BeefySysLib/third_party/libffi/i686-pc-cygwin/.libs/libffi.lib differ diff --git a/BeefySysLib/third_party/libffi/i686-pc-cygwin/.libs/libffi_convenience.lib b/BeefySysLib/third_party/libffi/i686-pc-cygwin/.libs/libffi_convenience.lib new file mode 100644 index 00000000..b4a21884 Binary files /dev/null and b/BeefySysLib/third_party/libffi/i686-pc-cygwin/.libs/libffi_convenience.lib differ diff --git a/IDE/dist/images/ImgCreate.exe b/IDE/dist/images/ImgCreate.exe new file mode 100644 index 00000000..62568aad Binary files /dev/null and b/IDE/dist/images/ImgCreate.exe differ diff --git a/IDE/dist/lib/x64/msvcrt.lib b/IDE/dist/lib/x64/msvcrt.lib new file mode 100644 index 00000000..dc08bf4d Binary files /dev/null and b/IDE/dist/lib/x64/msvcrt.lib differ diff --git a/IDE/dist/lib/x86/msvcrt.lib b/IDE/dist/lib/x86/msvcrt.lib new file mode 100644 index 00000000..93d10a14 Binary files /dev/null and b/IDE/dist/lib/x86/msvcrt.lib differ diff --git a/bin/BfAeDebug.exe b/bin/BfAeDebug.exe new file mode 100644 index 00000000..5729bbfe Binary files /dev/null and b/bin/BfAeDebug.exe differ diff --git a/bin/OpenFileLine.exe b/bin/OpenFileLine.exe new file mode 100644 index 00000000..b9266802 Binary files /dev/null and b/bin/OpenFileLine.exe differ diff --git a/bin/RunAndWait.exe b/bin/RunAndWait.exe new file mode 100644 index 00000000..a42fac1a Binary files /dev/null and b/bin/RunAndWait.exe differ diff --git a/bin/RunWithStats.exe b/bin/RunWithStats.exe new file mode 100644 index 00000000..91d23115 Binary files /dev/null and b/bin/RunWithStats.exe differ diff --git a/bin/symstore.exe b/bin/symstore.exe new file mode 100644 index 00000000..de45bd32 Binary files /dev/null and b/bin/symstore.exe differ diff --git a/bin/vswhere.exe b/bin/vswhere.exe new file mode 100644 index 00000000..104382e7 Binary files /dev/null and b/bin/vswhere.exe differ diff --git a/extern/curl/builds/libcurl-vc15-x64-release-static-zlib-static-ipv6-sspi-winssl/lib/libcurl_a.lib b/extern/curl/builds/libcurl-vc15-x64-release-static-zlib-static-ipv6-sspi-winssl/lib/libcurl_a.lib new file mode 100644 index 00000000..db44e222 Binary files /dev/null and b/extern/curl/builds/libcurl-vc15-x64-release-static-zlib-static-ipv6-sspi-winssl/lib/libcurl_a.lib differ