Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  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
  20.