@echo off
::
:: Build Release version of P4GT core library 'libp4gt.lib'
::
pushd .
cd .\libp4gt
msbuild.exe libp4gt_os.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64
::
:: Build Release version of 3ds max 2014 plug-in 'P4GT-3dsmax.gup'
::
cd ..\max2014
msbuild.exe max_os.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64
::
:: copy build artifact to directory ..\p4-gt
copy /Y .\Release\P4GT-3dsmax.gup ..\P4GT-3dsmax.gup
::
:: Build Release version of Maya 2014 plug-in 'P4GT-Maya.mll'
::
cd ..\maya2014
msbuild.exe maya_os.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64
::
:: copy build artifact to directory ..\p4-gt
copy /Y .\Release\P4GT-Maya.mll ..\P4GT-Maya.mll
::
:: Build Release version of Softimage 2014 plug-in 'P4GT-Softimage.dll'
::
cd ..\softimage2014
msbuild.exe softimage_os.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64
::
:: copy build artifact to directory ..\p4-gt
copy /Y .\Release\P4GT-Softimage.dll ..\P4GT-Softimage.dll
::
:: Build Release version of Photoshop CC plug-in 'P4GT-Photoshop.8li'
::
cd ..\photoshop_cc
msbuild.exe photoshop_os.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64
::
:: copy build artifact to directory ..\p4-gt
copy /Y .\Release\P4GT-Photoshop.8li ..\P4GT-Photoshop.8li
popd
# |
Change |
User |
Description |
Committed |
|
#1
|
10140 |
Matt Attaway |
Initial release of the P4GT source code. |
|
|