Subversion Repositories Kolibri OS

Rev

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

Rev 6325 Rev 6531
Line 4... Line 4...
4
AR = kos32-ar
4
AR = kos32-ar
5
LD = kos32-ld
5
LD = kos32-ld
6
CPP= kos32-g++
6
CPP= kos32-g++
7
STRIP = kos32-strip
7
STRIP = kos32-strip
Line -... Line 8...
-
 
8
 
-
 
9
INSTALLDIR:= /home/autobuild/tools/win32/lib
8
 
10
 
9
CFLAGS = -U_Win32 -U_WIN32 -U__MINGW32__ -c -O2 -fno-ident -fomit-frame-pointer -ffunction-sections -fdata-sections
11
CFLAGS = -U_Win32 -U_WIN32 -U__MINGW32__ -c -O2 -fno-ident -fomit-frame-pointer -ffunction-sections -fdata-sections
Line 10... Line 12...
10
CFLAGS+= -fno-rtti -fno-exceptions
12
CFLAGS+= -fno-rtti -fno-exceptions
Line 125... Line 127...
125
 
127
 
Line 126... Line 128...
126
all:$(LIBRARY).a
128
all:$(LIBRARY).a
127
 
129
 
128
$(LIBRARY).a: $(OBJ98) $(OBJ11) $(com_obj) Makefile
130
$(LIBRARY).a: $(OBJ98) $(OBJ11) $(com_obj) Makefile
Line 129... Line 131...
129
	$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJ98) $(OBJ11) $(com_obj)
131
	$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJ98) $(OBJ11) $(com_obj)
130
	mv -f $(LIBRARY).a ../../lib
132
	mv -f $(LIBRARY).a $(INSTALLDIR)
Line 131... Line 133...
131
 
133