Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4762 → Rev 4763

/programs/develop/libraries/menuetlibc/src/Make.rules
18,7 → 18,7
$(NASM) $*.asm -o $*.o -f $(ASMFMT)
.s.o:
$(AS) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
$(CPP) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
as $*.sx $(AS32OPT) -o $*.o
$(RM) $*.sx