text
stringlengths
0
834k
if exist *.obj del *.obj
",25.5714285714,53,0.6480446927
219497,d2f0d5ccd2589f36c246e720103106fbde1269b1,586,bat,Batchfile,tools/copy_mingw_libs.bat,dmlerner/win-vind,f5c25bc0e082b9600ef19c02ba4f565bc3b14cfe,['MIT'],731.0,2020-05-07T06:22:59.000Z,2022-03-31T16:36:03.000Z,tools/copy_mingw_libs.bat,dmlerner/win-vind,f5c25bc0e082b9600ef19c02ba4f565bc3b14cfe,['MIT'],67.0,2020-07-20T19:46:42.000Z,2022-03-31T15:34:47.000Z,tools/copy_mingw_libs.bat,dmlerner/win-vind,f5c25bc0e082b9600ef19c02ba4f565bc3b14cfe,['MIT'],15.0,2021-01-29T04:49:11.000Z,2022-03-04T22:16:31.000Z,"for /f ""usebackq"" %%A in (`where.exe mingw32-make`) do set MINGW_MAKE_PATH=%%A
cd libs
@if not exist tmp (
mkdir tmp
)
powershell cp ""%MINGW_MAKE_PATH:~0,-21%\\*-mingw*\\lib\\liboleacc.a"" ""tmp\\liboleacc.a""
powershell cp ""%MINGW_MAKE_PATH:~0,-21%\\*-mingw*\\lib\\libuxtheme.a"" ""tmp\\libuxtheme.a""
copy ""tmp\\liboleacc.a"" ""wxWidgets\\lib\\gcc_lib\\liboleacc.a""
@rem copy ""tmp\\liboleacc.a"" ""wxWidgets\\lib\\gcc_x64_lib\\liboleacc.a""
copy ""tmp\\libuxtheme.a"" ""wxWidgets\\lib\\gcc_lib\\libuxtheme.a""
@rem copy ""tmp\\libuxtheme.a"" ""wxWidgets\\lib\\gcc_x64_lib\\libuxtheme.a""
cd ..
",32.5555555556,89,0.6996587031
219498,d2f0ea38081dce15746cffcec1f1e4151d1a1f0a,10078,cmd,Batchfile,kogito-travel-agency/mvnw.cmd,Kaitou786/devconfin-2020,972309fbfc53796de02b9dd0bddf829c3e5f4605,['MIT'],1.0,2019-06-23T19:52:36.000Z,2019-06-23T19:52:36.000Z,kogito-travel-agency/mvnw.cmd,Kaitou786/devconfin-2020,972309fbfc53796de02b9dd0bddf829c3e5f4605,['MIT'],60.0,2019-12-18T22:56:05.000Z,2022-03-25T08:00:43.000Z,kogito-travel-agency/mvnw.cmd,Kaitou786/devconfin-2020,972309fbfc53796de02b9dd0bddf829c3e5f4605,['MIT'],1.0,2020-12-18T16:35:58.000Z,2020-12-18T16:35:58.000Z,"#!/bin/sh
# ----------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# ""License""); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# ""AS IS"" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Maven2 Start Up Batch script
#
# Required ENV vars:
# ------------------
# JAVA_HOME - location of a JDK home dir
#
# Optional ENV vars
# -----------------
# M2_HOME - location of maven2's installed home dir
# MAVEN_OPTS - parameters passed to the Java VM when running Maven
# e.g. to debug Maven itself, use
# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
# MAVEN_SKIP_RC - flag to disable loading of mavenrc files
# ----------------------------------------------------------------------------
if [ -z ""$MAVEN_SKIP_RC"" ] ; then
if [ -f /etc/mavenrc ] ; then
. /etc/mavenrc
fi
if [ -f ""$HOME/.mavenrc"" ] ; then
. ""$HOME/.mavenrc""
fi
fi
# OS specific support. $var _must_ be set to either true or false.
cygwin=false;
darwin=false;
mingw=false
case ""`uname`"" in
CYGWIN*) cygwin=true ;;
MINGW*) mingw=true;;
Darwin*) darwin=true
# Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
# See https://developer.apple.com/library/mac/qa/qa1170/_index.html
if [ -z ""$JAVA_HOME"" ]; then
if [ -x ""/usr/libexec/java_home"" ]; then
export JAVA_HOME=""`/usr/libexec/java_home`""
else
export JAVA_HOME=""/Library/Java/Home""
fi
fi
;;
esac
if [ -z ""$JAVA_HOME"" ] ; then
if [ -r /etc/gentoo-release ] ; then
JAVA_HOME=`java-config --jre-home`
fi
fi
if [ -z ""$M2_HOME"" ] ; then
## resolve links - $0 may be a link to maven's home
PRG=""$0""
# need this for relative symlinks
while [ -h ""$PRG"" ] ; do