Tools: remove project_netbeans
Remove the script that converted an eclipse project to netbeans, it seems unlikely this was widely used since it wrote to an old/outdated project file format. Since this was written, most IDE's (including NetBeans) have improved their CMake support.
This commit is contained in:
@@ -41,7 +41,6 @@ Project Files
|
||||
Generate project files for development environments.
|
||||
|
||||
* project_qtcreator: QtCreator Project Files.
|
||||
* project_netbeans: NetBeans Project Files.
|
||||
* project_eclipse: Eclipse CDT4 Project Files.
|
||||
|
||||
Package Targets
|
||||
@@ -465,9 +464,6 @@ test: .FORCE
|
||||
project_qtcreator: .FORCE
|
||||
$(PYTHON) tools/utils_ide/cmake_qtcreator_project.py --build-dir "$(BUILD_DIR)"
|
||||
|
||||
project_netbeans: .FORCE
|
||||
$(PYTHON) tools/utils_ide/cmake_netbeans_project.py "$(BUILD_DIR)"
|
||||
|
||||
project_eclipse: .FORCE
|
||||
cmake -G"Eclipse CDT4 - Unix Makefiles" -H"$(BLENDER_DIR)" -B"$(BUILD_DIR)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user