Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 253 → Rev 254

/pkginst/Makefile
9,7 → 9,7
 
all: pkginst.exe
 
pkginst.exe: kitten.obj main.obj crc32.obj fileexst.obj getdelim.obj helpers.obj inf.obj kprintf.obj libunzip.obj loadconf.obj lsm.obj parsecmd.obj pkginst.obj pkgrem.obj rtrim.obj showinst.obj
pkginst.exe: kitten.obj main.obj crc32.obj fileexst.obj helpers.obj inf.obj kprintf.obj libunzip.obj loadconf.obj lsm.obj parsecmd.obj pkginst.obj pkgrem.obj rtrim.obj showinst.obj
wcl $(LDFLAGS) $(LIBS) *.obj
 
kitten.obj: kitten\kitten.c
24,9 → 24,6
fileexst.obj: fileexst.c
wcc $(CFLAGS) fileexst.c
 
getdelim.obj: getdelim.c
wcc $(CFLAGS) getdelim.c
 
helpers.obj: helpers.c
wcc $(CFLAGS) helpers.c