Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. SOUND = tup.getcwd() .. "/develop/sdk/trunk/sound"
  2.  
  3. INCLUDES = INCLUDES .. " -I" .. SOUND .. "/include"
  4. table.insert(LIBDEPS, SOUND .. "/src/sound.lib")
  5. LIBS = SOUND .. "/src/sound.lib " .. LIBS
  6.