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

src.pri « system « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7d69e142b4496601b02862c2fb2ece4b40e6e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#			      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