Subversion Repositories Kolibri OS

Rev

Rev 1901 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1901 Rev 1902
Line 98... Line 98...
98
 
98
 
99
######################################################################
99
######################################################################
Line 100... Line 100...
100
# Helper libraries used by many drivers:
100
# Helper libraries used by many drivers:
101
 
101
 
102
# Make archive of core mesa object files
102
# Make archive of core mesa object files
Line 103... Line 103...
103
libmesa.a: $(MESA_OBJECTS)
103
libmesa.a: $(MESA_OBJECTS) $(GLSL_LIBS)
104
	@ $(MKLIB) -o mesa -static $(MESA_OBJECTS)
104
	@ $(MKLIB) -o mesa -static $(MESA_OBJECTS) $(GLSL_LIBS)
Line 105... Line 105...
105
 
105