Subversion Repositories Kolibri OS

Rev

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

Rev 6725 Rev 6727
Line 271... Line 271...
271
#lib:    libunzip32.a
271
#lib:    libunzip32.a
272
###all:    unzips dll dllsample guisfx lib
272
###all:    unzips dll dllsample guisfx lib
273
all:    unzip$(EXE)
273
all:    unzip$(EXE)
Line 274... Line 274...
274
 
274
 
275
unzip$(EXE): $(OBJU) $(LIBBZIP2)
275
unzip$(EXE): $(OBJU) $(LIBBZIP2)
276
	$(LD) $(LDFLAGS) $(LDVER) $(OBJU) $(LD_BZ2LIB) $(LDLIBS)
276
	$(LD) $(LDFLAGS) $(LDVER) $(OBJU) $(LD_BZ2LIB) $(LDLIBS) -Map=unzip.exe.map
Line 277... Line 277...
277
	kos32-objcopy $@ -O binary
277
	kos32-objcopy $@ -O binary
278
 
278