Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 8306 → Rev 8307

/programs/games/fridge/Tupfile1.lua
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/programs/games/fridge/Tupfile.lua
0,0 → 1,11
if tup.getconfig("NO_GCC") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_gcc.lua")
tup.include(HELPERDIR .. "/use_newlib.lua")
 
-- C_Layer
CFLAGS = CFLAGS .. " -std=c99 -I ../../../contrib/C_Layer/INCLUDE"
LDFLAGS = LDFLAGS .. " ../../../contrib/C_Layer/OBJ/loadlibimg.obj"
 
compile_gcc{"fridge.c"}
link_gcc("fridge")
Property changes:
Added: svn:executable
+*
\ No newline at end of property