Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place the Vray include files here.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place the Vray lib files here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Linux - DomemasterStereo Vray Shader Makefile
# 2015-06-05 1.59pm
# by Andrew Hazelden andrew@andrewhazelden.com
# http://www.andrewhazelden.com

# You can compile this file from the command line using:
# make -f Makefile

# Note: In order to compile the lens shaders, you have to copy your Vray for Maya Lib & Include files into the folders "../lib" and "../include".

.SUFFIXES:

all: libvray_DomemasterStereo.so

libvray_DomemasterStereo.so: vray_DomemasterStereo.obj
g++ -lpthread -lrt -lc -lz -Wl,--gc-sections -fPIC -Wl,--no-as-needed "-Wl,-(" -lvutils_s -ldl -lvray -lplugman_s -shared -Wl,--export-dynamic -o "./libvray_DomemasterStereo.so" -L"../lib" -L"../lib/gcc-4.4" -O "./vray_DomemasterStereo.obj" "-Wl,-)" -pthread -lrt


vray_DomemasterStereo.obj: ./vray_DomemasterStereo.cpp
g++ -O0 -g -DENABLE_DEBUG_PRINTF -fPIC -Wreturn-type -Werror=return-type -DREQUIRE_IOSTREAM -DHAVE_EXR -D_LIBRARY_ALEMBIC -DHAVE_OPENSUBDIV -DHAVE_EMBREE -DDEBUG_OPT -DVASSERT_ENABLED -D__VRAY4MAYA30__ -DBits64_ -D_REENTRANT -fvisibility=hidden -DVRAY_EXPORTS -fexceptions -I "../include" -D "NDEBUG" -c -o "./vray_DomemasterStereo.obj" "./vray_DomemasterStereo.cpp"

Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# macOS - DomemasterStereo Vray Shader Makefile
# 2015-06-01 09.59 am
# by Andrew Hazelden andrew@andrewhazelden.com
# http://www.andrewhazelden.com

# You can compile this file from the command line using:
# make -f MakefileMavericks.osx

# Check compiled file details:
# otool -L libvray_DomemasterStereo.so
# lipo -info libvray_DomemasterStereo.so

# Note: In order to compile the lens shaders, you have to copy your Vray for Maya Lib & Include files into the folders "../lib" and "../include".
# Note: The "--gc-sections" flag was removed to allow compiling on Maverick and higher

.SUFFIXES:

all: libvray_DomemasterStereo.so

libvray_DomemasterStereo.so: vray_DomemasterStereo.obj
g++ -lpthread -lc -lz -msse -msse2 -arch x86_64 -fvisibility=hidden -headerpad_max_install_names -framework System -framework CoreServices -framework Carbon -framework Cocoa -framework ApplicationServices -framework QuickTime -framework IOKit -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.9 -lvutils_s -ldl -lvray -lplugman_s -dynamic -bundle -flat_namespace -o "./libvray_DomemasterStereo.so" -L"../lib" -O "./vray_DomemasterStereo.obj"

./vray_DomemasterStereo.obj: ./vray_DomemasterStereo.cpp
g++ -O0 -g -DENABLE_DEBUG_PRINTF -msse -msse2 -arch x86_64 -Wreturn-type -Werror=return-type -DREQUIRE_IOSTREAM -DHAVE_EXR -D_LIBRARY_ALEMBIC -DHAVE_OPENSUBDIV -DHAVE_EMBREE -DVRAY_NO_GUI -D__VRAY4MAYA30__ -DBits64_ -D_REENTRANT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.9 -fvisibility=hidden -DVRAY_EXPORTS -fexceptions -I "../include" -D "NDEBUG" -c -o "./vray_DomemasterStereo.obj" "./vray_DomemasterStereo.cpp"


clean:
-@rm "./vray_DomemasterStereo.obj"
-@rm "./libvray_DomemasterStereo.so"

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# macOS - DomemasterStereo Vray Shader Makefile
# 2015-06-01 09.59 am
# by Andrew Hazelden andrew@andrewhazelden.com
# http://www.andrewhazelden.com

# You can compile this file from the command line using:
# make -f MakefileSnowLeopard.osx

# Check compiled file details:
# otool -L libvray_DomemasterStereo.so
# lipo -info libvray_DomemasterStereo.so

# Note: In order to compile the lens shaders, you have to copy your Vray for Maya Lib & Include files into the folders "../lib" and "../include".

.SUFFIXES:

all: libvray_DomemasterStereo.so

libvray_DomemasterStereo.so: vray_DomemasterStereo.obj
g++ -lpthread -lc -lz --gc-sections -msse -msse2 -arch x86_64 -fvisibility=hidden -headerpad_max_install_names -framework System -framework CoreServices -framework Carbon -framework Cocoa -framework ApplicationServices -framework QuickTime -framework IOKit -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -lvutils_s -ldl -lvray -lplugman_s -dynamic -bundle -flat_namespace -o "./libvray_DomemasterStereo.so" -L"../lib" -O "./vray_DomemasterStereo.obj"

./vray_DomemasterStereo.obj: ./vray_DomemasterStereo.cpp
g++ -O0 -g -DENABLE_DEBUG_PRINTF -msse -msse2 -arch x86_64 -Wreturn-type -Werror=return-type -DREQUIRE_IOSTREAM -DHAVE_EXR -D_LIBRARY_ALEMBIC -DHAVE_OPENSUBDIV -DHAVE_EMBREE -DVRAY_NO_GUI -D__VRAY4MAYA30__ -DBits64_ -D_REENTRANT -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.4 -fvisibility=hidden -DVRAY_EXPORTS -fexceptions -I "../include" -D "NDEBUG" -c -o "./vray_DomemasterStereo.obj" "./vray_DomemasterStereo.cpp"


clean:
-@rm "./vray_DomemasterStereo.obj"
-@rm "./libvray_DomemasterStereo.so"

Loading