Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/geometry/geometry.pro')
-rwxr-xr-xsource/blender/freestyle/intern/geometry/geometry.pro64
1 files changed, 0 insertions, 64 deletions
diff --git a/source/blender/freestyle/intern/geometry/geometry.pro b/source/blender/freestyle/intern/geometry/geometry.pro
deleted file mode 100755
index a63aa6483b4..00000000000
--- a/source/blender/freestyle/intern/geometry/geometry.pro
+++ /dev/null
@@ -1,64 +0,0 @@
-# This file should be viewed as a -*- mode: Makefile -*-
-
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-# W A R N I N G ! ! ! #
-# a u t h o r i z e d p e r s o n a l o n l y #
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-include(../Config.pri)
-
-TEMPLATE = lib
-TARGET = $${LIB_GEOMETRY}
-VERSION = $${APPVERSION}
-TARGET_VERSION_EXT = $${APPVERSION_MAJ}.$${APPVERSION_MID}
-
-#
-# CONFIG
-#
-#######################################
-
-CONFIG *= dll
-#
-# DEFINES
-#
-#######################################
-
-win32:DEFINES *= MAKE_LIB_GEOMETRY_DLL
-
-#
-# INCLUDE PATH
-#
-#######################################
-
-#INCLUDEPATH *= ../system
-
-#
-# BUILD DIRECTORIES
-#
-#######################################
-
-BUILD_DIR = ../../build
-
-OBJECTS_DIR = $${BUILD_DIR}/$${REL_OBJECTS_DIR}
-!win32:DESTDIR = $${BUILD_DIR}/$${REL_DESTDIR}/lib
-win32:DESTDIR = $${BUILD_DIR}/$${REL_DESTDIR}
-
-#
-# INSTALL
-#
-#######################################
-
-LIB_DIR = ../../lib
-# install library
-target.path = $$LIB_DIR
-# "make install" configuration options
-INSTALLS += target
-
-#
-# SOURCES & HEADERS
-#
-#######################################
-
-!static {
- include(src.pri)
-}