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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-09-09 19:41:40 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-09 19:41:40 +0400
commit52c6ccf5f5dc7e6943e7291c781d9113e3b462e7 (patch)
treea2430411bbf0d3e584d263256dac053e5ebfe429 /source/blender/freestyle/intern/system
parent4565944248175e84a2b3663202cae0c86fcee5b9 (diff)
soc-2008-mxcurioni: file cleanup (swig, extgl, pbuffer, python...)
Diffstat (limited to 'source/blender/freestyle/intern/system')
-rwxr-xr-xsource/blender/freestyle/intern/system/src.pri30
-rwxr-xr-xsource/blender/freestyle/intern/system/system.pro73
2 files changed, 0 insertions, 103 deletions
diff --git a/source/blender/freestyle/intern/system/src.pri b/source/blender/freestyle/intern/system/src.pri
deleted file mode 100755
index e7d69e142b4..00000000000
--- a/source/blender/freestyle/intern/system/src.pri
+++ /dev/null
@@ -1,30 +0,0 @@
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-# 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 #
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-SYSTEM_DIR = ../system
-
-SOURCES *= $${SYSTEM_DIR}/Exception.cpp \
- $${SYSTEM_DIR}/PythonInterpreter.cpp \
- $${SYSTEM_DIR}/RandGen.cpp \
- $${SYSTEM_DIR}/StringUtils.cpp \
- $${SYSTEM_DIR}/TimeStamp.cpp \
- $${SYSTEM_DIR}/PseudoNoise.cpp \
- $${SYSTEM_DIR}/BaseObject.cpp
-
-HEADERS *= $${SYSTEM_DIR}/BaseObject.h \
- $${SYSTEM_DIR}/BaseIterator.h \
- $${SYSTEM_DIR}/Cast.h \
- $${SYSTEM_DIR}/FreestyleConfig.h \
- $${SYSTEM_DIR}/Exception.h \
- $${SYSTEM_DIR}/Id.h \
- $${SYSTEM_DIR}/Interpreter.h \
- $${SYSTEM_DIR}/ProgressBar.h \
- $${SYSTEM_DIR}/PythonInterpreter.h \
- $${SYSTEM_DIR}/RandGen.h \
- $${SYSTEM_DIR}/StringUtils.h \
- $${SYSTEM_DIR}/TimeStamp.h \
- $${SYSTEM_DIR}/TimeUtils.h \
- $${SYSTEM_DIR}/PseudoNoise.h \
- $${SYSTEM_DIR}/Precision.h
diff --git a/source/blender/freestyle/intern/system/system.pro b/source/blender/freestyle/intern/system/system.pro
deleted file mode 100755
index 495cdf47105..00000000000
--- a/source/blender/freestyle/intern/system/system.pro
+++ /dev/null
@@ -1,73 +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)
-
-FOO_LIB_VERSION = $${APPVERSION_MAJ}$${APPVERSION_MID}
-TEMPLATE = lib
-TARGET = $${LIB_SYSTEM}
-VERSION = $${APPVERSION}
-TARGET_VERSION_EXT = $${APPVERSION_MAJ}.$${APPVERSION_MID}
-
-#
-# CONFIG
-#
-#######################################
-
-CONFIG *= dll python$${PYTHON_VERSION_MAJ}.$${PYTHON_VERSION_MIN}
-QT += xml
-
-exists (../libconfig.pri) {
- include (../libconfig.pri)
-}
-#
-# INCLUDE PATH
-#
-#######################################
-
-
-#
-# DEFINES
-#
-#######################################
-
-win32:DEFINES *= MAKE_LIB_SYSTEM_DLL
-
-#
-# 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}
-
-#win32:QMAKE_POST_LINK = "$$QMAKE_MOVE $${DESTDIR}/$${TARGET}$${LIBVERSION}.lib $${DESTDIR}\$${TARGET}$${FOO_LIB_VERSION}.lib"
-
-#
-# INSTALL
-#
-#######################################
-
-LIB_DIR = ../../lib
-# install library
-target.path = $$LIB_DIR
-# "make install" configuration options
-INSTALLS += target
-
-
-#
-# SOURCES & HEADERS
-#
-#######################################
-
-!static {
- include(src.pri)
-}
-