-
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
19 additions
and
42 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,6 +1,5 @@ | ||
@echo off | ||
call "E:\__sdkext\_Maya2013 Scripts\build setup.bat" | ||
call "E:\__sdkext\_Maya2013-5 Scripts\build setup.bat" | ||
call "build Qt.bat" | ||
call "build SIP.bat" | ||
call "build PyQt.bat" | ||
|
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
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
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,19 +1,18 @@ | ||
@echo off | ||
subst v: /d | ||
subst v: "E:\__sdkext\_Maya2013 Scripts" | ||
subst v: "E:\__sdkext\_Maya2013-5 Scripts" | ||
v: | ||
SET CYRILLE=OK | ||
|
||
set QTDIR=v:\qt-adsk-4.7.1 | ||
set OPENSSL=v:\openssl-1.0.0e | ||
set PATH=%QTDIR%\bin;%PATH% | ||
SET MSVC_VERSION=2010 | ||
SET MSVC_DIR=C:\Program Files (x86)\Microsoft Visual Studio 10.0 | ||
set QMAKESPEC=win32-msvc%MSVC_VERSION% | ||
|
||
call "%MSVC_DIR%\VC\vcvarsall" amd64 | ||
rem call "%MSVC_DIR%\VC\vcvarsall" amd64 | ||
|
||
set MAYA_LOCATION=C:\Program Files\Autodesk\Maya2013 | ||
set MAYA_LOCATION=C:\Program Files\Autodesk\Maya2013.5 | ||
set INCLUDE=%INCLUDE%;%MAYA_LOCATION%\include\python2.6;%MAYA_LOCATION%\Python\include | ||
set LIB=%LIB%;%MAYA_LOCATION%\lib | ||
set QMAKESPEC=%QTDIR%\mkspecs\win32-msvc%MSVC_VERSION% | ||
rem set QMAKESPEC=%QTDIR%\mkspecs\win32-msvc%MSVC_VERSION% |
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