Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8407 → Rev 8408

/programs/bcc32/examples/tinygl_1/Makefile
0,0 → 1,19
# Path to /programs
SVN_PROGR:=../../..
 
# Path to /programs/bcc32
SVN_BCC32:=$(SVN_PROGR)/bcc32
 
# Path to t2fasm
T2FASM:=$(SVN_BCC32)/t2fasm
 
# Path to include
INCLUDE:=$(SVN_BCC32)/include
 
# Path to Bin folder
KOS32_BCC:=/home/autobuild/borlandcpp/bin
 
# Filename without .cpp
FILENAME:=tinygl_1
 
include $(SVN_BCC32)/Makefile_app