forked from blender/cycles
Brecht Van Lommel
4a91d24da4
* Change default install directory to install/, so that multi config always install files to the same directory regardless of build config * Install Hydra dll in install/hydra subdirectory, to make the directory layout a bit cleaner and be more consistent with the Houdini case * Init install prefix and build type to good defaults even when not using the make wrapper * Tweak build instructions to work for Windows, using a cmake command instead of BUILD_CMAKE_ARGS * Build with Visual Studio project files for make wrapper. Speeds up builds since NMake is single threaded, and gives a Visual Studio project to work with. * Workaround odd OCIO linking error with SCENE_LINEAR string
34 lines
304 B
Plaintext
34 lines
304 B
Plaintext
# Generic files to ignore
|
|
.*
|
|
.*.swp
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
|
|
# Editors
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*#
|
|
|
|
# QtCreator
|
|
CMakeLists.txt.user
|
|
|
|
# ms-windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Local patches
|
|
/*.patch
|
|
/*.diff
|
|
|
|
# Build folders
|
|
bin-dbg
|
|
bin-opt
|
|
build*/
|
|
install*/
|
|
|
|
# OSL compiled examples
|
|
examples/osl/*.oso
|