This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import QtGui | |
if 'maya' not in str(QtGui.qApp.applicationName()).lower(): | |
dll = os.path.abspath(__file__ + "/../../../../DLLs") | |
if dll not in os.environ["PATH"]: | |
os.environ["PATH"] = dll + os.pathsep + os.environ["PATH"] | |
print 'Not in Maya,insert Dlls dir to path:\n', os.environ["PATH"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set "H=C:\Program Files\Side Effects Software\Houdini 14.0.395" | |
:: get houdini version | |
for %%v in (%H:"=%) do set HOUDINI_VERSION=%%v | |
:: convert to 8.3 short name | |
for %%f in ("%H%") do set H=%%~sf | |
:: replace \ with / | |
set H=%H:\=/% | |
set HB=%H%/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
if "%~1"=="" ( | |
echo use default houdini install location: | |
set "H=C:\Program Files\Side Effects Software\Houdini 14.0.395" | |
) else ( | |
set H=%1 | |
) | |
:: strip quotes if they exist | |
set HBASE=%H% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Crosstool-NG Configuration | |
# | |
CT_CONFIGURE_has_xz=y | |
CT_CONFIGURE_has_svn=y | |
CT_MODULES=y | |
# | |
# Paths and misc options |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated make config: don't edit | |
# Version: 0.9.30.3 | |
# Tue Sep 8 16:11:09 2015 | |
# | |
# TARGET_alpha is not set | |
# TARGET_arm is not set | |
# TARGET_avr32 is not set | |
# TARGET_bfin is not set | |
# TARGET_cris is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- configure.ac 2015-09-10 13:08:44.918431422 +0800 | |
+++ configure.new.ac 2015-09-10 13:14:32.289924618 +0800 | |
@@ -3,7 +3,7 @@ | |
AC_INIT([zbar], [0.10], [[email protected]]) | |
AC_CONFIG_AUX_DIR(config) | |
AC_CONFIG_MACRO_DIR(config) | |
-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects std-options dist-bzip2]) | |
+AM_INIT_AUTOMAKE([1.10 -Wall foreign subdir-objects std-options dist-bzip2]) | |
AC_CONFIG_HEADERS([include/config.h]) | |
AC_CONFIG_SRCDIR(zbar/scanner.c) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Author : Hemanth.HM | |
# Email : hemanth[dot]hm[at]gmail[dot]com | |
# License : GNU GPLv3 | |
# | |
function useage() | |
{ | |
cat << EOU | |
Useage: bash $0 <path to the binary> <path to copy the dependencies> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# conf.mk | |
# project build/install configs | |
# wcm, 2009.09.14 - 2013.01.08 | |
# === | |
## build configuration, standard gcc + libc: | |
CC = mipsel-unknown-linux-uclibc-gcc | |
CFLAGS = -Wall -Wextra -Wshadow -DNDEBUG -O2 | |
#CFLAGS = -Wall -Wextra -Wshadow -O2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Naur /home/oglop/Downloads/perp-2.07-original/perp-2.07/lasagna/Makefile /home/oglop/Downloads/perp-2.07-new/perp-2.07/lasagna/Makefile | |
--- /home/oglop/Downloads/perp-2.07-original/perp-2.07/lasagna/Makefile 2013-01-11 23:10:32.000000000 +0800 | |
+++ /home/oglop/Downloads/perp-2.07-new/perp-2.07/lasagna/Makefile 2015-09-12 00:55:07.823993600 +0800 | |
@@ -877,7 +877,7 @@ | |
## generate outvec_STDOUT.h: | |
outvec/outvec_STDOUT.h : outvec/mk_outvec | |
- ./outvec/mk_outvec > outvec/outvec_STDOUT.h | |
+# ./outvec/mk_outvec > outvec/outvec_STDOUT.h | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[oglop@localhost src-rt]$ | |
[oglop@localhost src-rt]$ time make bin OPENVPN=y BBEXTRAS=y EBTABLES=y IPV6SUPP=y B=E BUILD_DESC="Max" USB="" NOCAT=y NFS=y SNMP=y DNSCRYPT=y PPTPD=y TOR=y IPSEC=y SAMBA3=y | |
make[1]: Entering directory `/home/oglop/tomato/tomato/release/src-rt' | |
echo '#ifndef TOMATO_PROFILE' > router/shared/tomato_profile.h | |
echo '#define TOMATO_N 1' >> router/shared/tomato_profile.h | |
echo '#define PROFILE_G 1' >> router/shared/tomato_profile.h | |
echo '#define PROFILE_N 2' >> router/shared/tomato_profile.h | |
echo '#define TOMATO_PROFILE PROFILE_N' >> router/shared/tomato_profile.h | |
echo '#define TOMATO_PROFILE_NAME "N"' >> router/shared/tomato_profile.h | |
echo '#define TOMATO_BUILD_NAME "E"' >> router/shared/tomato_profile.h |