Changeset View
Changeset View
Standalone View
Standalone View
GNUmakefile
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | Blender Convenience Targets | ||||
| Note: passing the argument 'BUILD_CMAKE_ARGS=args' lets you add cmake arguments. | Note: passing the argument 'BUILD_CMAKE_ARGS=args' lets you add cmake arguments. | ||||
| Other Convenience Targets | Other Convenience Targets | ||||
| Provided for other building operations. | Provided for other building operations. | ||||
| * config: Run cmake configuration tool to set build options. | * config: Run cmake configuration tool to set build options. | ||||
| * deps: Build library dependencies (intended only for platform maintainers). | * deps: Build library dependencies (intended only for platform maintainers). | ||||
| The existance of locally build dependancies overrides the pre-built dependencies from subversion. | The existance of locally build dependencies overrides the pre-built dependencies from subversion. | ||||
| These must be manually removed from '../lib/' to go back to using the pre-compiled libraries. | These must be manually removed from '../lib/' to go back to using the pre-compiled libraries. | ||||
| Project Files | Project Files | ||||
| Generate project files for development environments. | Generate project files for development environments. | ||||
| * project_qtcreator: QtCreator Project Files. | * project_qtcreator: QtCreator Project Files. | ||||
| * project_netbeans: NetBeans Project Files. | * project_netbeans: NetBeans Project Files. | ||||
| * project_eclipse: Eclipse CDT4 Project Files. | * project_eclipse: Eclipse CDT4 Project Files. | ||||
| ▲ Show 20 Lines • Show All 527 Lines • Show Last 20 Lines | |||||