zymosis: renamed "SLL" to "SLS"
[zymosis.git] / Jamrules
blob998c0a85105633aeac912cfd31143eab53e19594
1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this: https://repo.or.cz/k8jam.git" ; }
3 set-profile ;
4 set-target-locations ;
7 DEFINES += ZYMOSIS_LITTLE_ENDIAN ;
10 rule SDLMain {
11   local n ;
13   for n in $(<) {
14     Main $(<) : $(>) ;
15     #LINKLIBS on $(<) += -lm ;
16   }
20 softinclude $(TOP)/Jamrules.local ;
21 softinclude $(TOP)/Jamrules.local.k8 ;
22 softinclude $(TOP)/Jamrules.configure ;
23 softinclude $(TOP)/Jamrules.libs ;
24 softinclude $(TOP)/Jamrules.install ;
25 softinclude $(TOP)/Jamrules.push ;