Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8408 IgorA 1
# Path to /programs
2
SVN_PROGR:=../../..
3
 
4
# Path to /programs/bcc32
5
SVN_BCC32:=$(SVN_PROGR)/bcc32
6
 
7
# Path to t2fasm
8
T2FASM:=$(SVN_BCC32)/t2fasm
9
 
10
# Path to include
11
INCLUDE:=$(SVN_BCC32)/include
12
 
13
# Path to Bin folder
14
KOS32_BCC:=/home/autobuild/borlandcpp/bin
15
 
16
# Filename without .cpp
17
FILENAME:=tinygl_1
18
 
19
include $(SVN_BCC32)/Makefile_app