-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
107 additions
and
114 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
@echo off | ||
call "E:\__sdkext\_Maya2013-5 Scripts\build setup.bat" | ||
%~d0 | ||
cd /d %~dp0.. | ||
|
||
call "build setup.bat" | ||
call "build Qt.bat" | ||
call "build SIP.bat" | ||
call "build PyQt.bat" | ||
|
||
pause |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@echo off | ||
set XXX=%~dp0 | ||
if ["%MAYAQTBUILD%"]==[""] call "%XXX%build setup.bat" | ||
|
||
rem http://www.uvm.edu/~gcd/2010/09/compiling-openssl-for-win-x64/ | ||
cd %OPENSSL% | ||
set PREFIXSSL=%OPENSSL% | ||
|
||
if exist p:\nul subst p: /d | ||
subst p: "C:\Program Files\ActivePerl" | ||
set PERL="p:\bin\perl.exe" | ||
set PATH=%PATH%;p:\bin | ||
|
||
rem %PERL% Configure VC-WIN64A --prefix=%PREFIXSSL% no-shared no-idea | ||
%PERL% Configure VC-WIN64A --prefix=%PREFIXSSL% | ||
call ms\do_win64a.bat | ||
nmake -f ms\nt.mak | ||
nmake -f ms\ntdll.mak | ||
|
||
pause |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,47 @@ | ||
@echo off | ||
IF NOT "%CYRILLE%" == "OK", call "E:\__sdkext\_Maya2013-5 Scripts\build setup.bat" | ||
|
||
rem ------------------------------------------------ | ||
rem Building PyQt | ||
|
||
cd \PyQt-win-gpl-4.9.4 | ||
|
||
"%MAYA_LOCATION%\bin\mayapy" configure.py LIBDIR_QT=%QTDIR%\lib INCDIR_QT=%QTDIR%\include MOC=%QTDIR%\bin\moc.exe -w --no-designer-plugin | ||
set INCLUDE=%INCLUDE%;%MAYA_LOCATION%\include\python2.6;%MAYA_LOCATION%\Python\include | ||
set MAYAQTBUILD=%~dp0 | ||
set MAYAQTBUILD=%MAYAQTBUILD:~0,-1% | ||
if exist v:\nul subst v: /d | ||
subst v: "%MAYAQTBUILD%" | ||
v: | ||
|
||
set MAYA_LOCATION=C:\Program Files\Autodesk\Maya2014 | ||
if exist m:\nul subst m: /d | ||
subst m: "%MAYA_LOCATION%" | ||
set MAYA_LOCATION=m: | ||
|
||
set QTDIR=%MAYA_LOCATION% | ||
set MSVC_VERSION=2010 | ||
set QMAKESPEC=%QTDIR%\mkspecs\win32-msvc%MSVC_VERSION% | ||
if not exist "%QMAKESPEC%\qmake.conf" ( | ||
echo "You need to uncompress %MAYA_LOCATION%\mkspecs\qt-4.8.2-64-mkspecs.tar.gz !" | ||
goto :end | ||
) | ||
if not exist "%MAYA_LOCATION%\include\Qt\QtCore\qdir.h" ( | ||
echo "You need to uncompress %MAYA_LOCATION%\include\qt-4.8.2-64-include.tar.gz in %MAYA_LOCATION%\include\Qt !" | ||
goto :end | ||
) | ||
findstr /L /C:"Headers=../include/Qt" %MAYA_LOCATION%\bin\qt.conf >nul 2>&1 | ||
if ERRORLEVEL 1 ( | ||
echo "You need to edit %MAYA_LOCATION%\bin\qt.conf to use 'Headers=../include/Qt'" | ||
goto :end | ||
) | ||
|
||
set SIPDIR=v:\sip-4.14.5 | ||
set PYQTDIR=v:\PyQt-win-gpl-4.10 | ||
|
||
set MSVC_DIR=C:\Program Files (x86)\Microsoft Visual Studio 10.0 | ||
rem if [%LIBPATH%]==[] call "%MSVC_DIR%\VC\vcvarsall" amd64 | ||
|
||
set INCLUDE=%INCLUDE%;%MAYA_LOCATION%\include\python2.7;%MAYA_LOCATION%\Python\include | ||
set LIB=%LIB%;%MAYA_LOCATION%\lib | ||
|
||
cd %PYQTDIR% | ||
set PATH=%QTDIR%\bin;%PATH% | ||
"%MAYA_LOCATION%\bin\mayapy" configure.py LIBDIR_QT=%QTDIR%\lib INCDIR_QT=%QTDIR%\include\Qt MOC=%QTDIR%\bin\moc.exe -w --no-designer-plugin | ||
nmake | ||
nmake install | ||
|
||
rem ------------------------------------------------ | ||
|
||
rem "c:\Program Files\Autodesk\Maya2013.5\bin\mayapy" configure.py LIBDIR_QT=V:\qt-adsk-4.7.1\lib INCDIR_QT=V:\qt-adsk-4.7.1\include MOC=moc.exe -w --no-designer-plugin | ||
|
||
:end | ||
pause |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
@echo off | ||
IF NOT "%CYRILLE%" == "OK", call "E:\__sdkext\_Maya2013-5 Scripts\build setup.bat" | ||
|
||
rem ------------------------------------------------ | ||
rem Building Qt | ||
set XXX=%~dp0 | ||
if ["%MAYAQTBUILD%"]==[""] call "%XXX%build setup.bat" | ||
|
||
cd %QTDIR% | ||
rem nmake confclean | ||
configure -platform win32-msvc%MSVC_VERSION% -debug-and-release -no-qt3support -no-phonon -no-phonon-backend -no-webkit | ||
rem configure -platform win32-msvc%MSVC_VERSION% -debug-and-release -no-qt3support -no-phonon -no-phonon-backend -no-webkit | ||
configure -prefix %AQTDIR% -platform win32-msvc%MSVC_VERSION% -debug-and-release -no-qt3support | ||
nmake | ||
|
||
rem Building the Maya devkit Qt plug-ins | ||
rem c: | ||
rem cd \Program Files\Autodesk\Maya2011\devkit\plug-ins | ||
rem nmake -f Makefile.qt | ||
rem nmake -f Makefile.qt clean | ||
rem v: | ||
|
||
rem ------------------------------------------------ | ||
|
||
pause |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
@echo off | ||
IF NOT "%CYRILLE%" == "OK", call "E:\__sdkext\_Maya2013-5 Scripts\build setup.bat" | ||
set XXX=%~dp0 | ||
if ["%MAYAQTBUILD%"]==[""] call "%XXX%build setup.bat" | ||
|
||
rem ------------------------------------------------ | ||
rem Building SIP | ||
|
||
cd \sip-4.13.3 | ||
set LIB=%LIB%;%MAYA_LOCATION%\lib | ||
cd %SIPDIR% | ||
"%MAYA_LOCATION%\bin\mayapy" configure.py | ||
nmake | ||
nmake install | ||
|
||
rem ------------------------------------------------ | ||
|
||
pause |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
@echo off | ||
subst v: /d | ||
subst v: "E:\__sdkext\_Maya2013-5 Scripts" | ||
|
||
set MAYAQTBUILD=%~dp0 | ||
set MAYAQTBUILD=%MAYAQTBUILD:~0,-1% | ||
if exist v:\nul subst v: /d | ||
subst v: "%MAYAQTBUILD%" | ||
v: | ||
SET CYRILLE=OK | ||
|
||
set QTDIR=v:\qt-adsk-4.7.1 | ||
set OPENSSL=v:\openssl-1.01c | ||
set QTDIR=v:\qt-adsk-4.8.2 | ||
set SIPDIR=v:\sip-4.14.5 | ||
set PYQTDIR=v:\PyQt-win-gpl-4.10 | ||
set AQTDIR=v:\aqt-4.8.2 | ||
|
||
set PATH=%QTDIR%\bin;%PATH% | ||
SET MSVC_VERSION=2010 | ||
SET MSVC_DIR=C:\Program Files (x86)\Microsoft Visual Studio 10.0 | ||
set MSVC_VERSION=2010 | ||
set MSVC_DIR=C:\Program Files (x86)\Microsoft Visual Studio 10.0 | ||
set QMAKESPEC=win32-msvc%MSVC_VERSION% | ||
rem set QMAKESPEC=%QTDIR%\mkspecs\win32-msvc%MSVC_VERSION% | ||
|
||
rem call "%MSVC_DIR%\VC\vcvarsall" amd64 | ||
rem if [%LIBPATH%]==[] call "%MSVC_DIR%\VC\vcvarsall" amd64 | ||
|
||
set MAYA_LOCATION=C:\Program Files\Autodesk\Maya2013.5 | ||
set INCLUDE=%INCLUDE%;%MAYA_LOCATION%\include\python2.6;%MAYA_LOCATION%\Python\include | ||
set MAYA_LOCATION=C:\Program Files\Autodesk\Maya2014 | ||
set INCLUDE=%INCLUDE%;%MAYA_LOCATION%\include\python2.7;%MAYA_LOCATION%\Python\include | ||
set LIB=%LIB%;%MAYA_LOCATION%\lib | ||
rem set QMAKESPEC=%QTDIR%\mkspecs\win32-msvc%MSVC_VERSION% |
This file was deleted.
Oops, something went wrong.