Subversion Repositories Kolibri OS

Rev

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

Rev 8616 Rev 8617
Line 10... Line 10...
10
LIBPATH = -L $(SDK_DIR)/lib -L /home/autobuild/tools/win32/mingw32/lib
10
LIBPATH = -L $(SDK_DIR)/lib -L /home/autobuild/tools/win32/mingw32/lib
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
OBJECTS = miniunz.o unzip.o ioapi.o kos_dir.o
12
OBJECTS = miniunz.o unzip.o ioapi.o kos_dir.o
13
 
13
 
14
default: $(OBJECTS)
14
default: $(OBJECTS)
Line 15... Line 15...
15
	kos32-ld $(LDFLAGS) $(LIBPATH) --subsystem console -o miniunz $(OBJECTS) -lgcc -lc.dll -lz
15
	kos32-ld $(LDFLAGS) $(LIBPATH) --subsystem console -o miniunz $(OBJECTS) -lgcc -lc.dll -lz.dll
16
	objcopy miniunz -O binary
16
	objcopy miniunz -O binary