Subversion Repositories Kolibri OS

Rev

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

Rev 4765 Rev 4766
Line 17... Line 17...
17
	$(NASM) $*.asm -o $*.o -f $(ASMFMT)
17
	$(NASM) $*.asm -o $*.o -f $(ASMFMT)
Line 18... Line 18...
18
	
18
	
19
.s.o:
19
.s.o:
20
	$(CPP) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
20
	$(CPP) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
21
	$(AS) $*.sx $(AS32OPT) -o $*.o
-
 
Line 22... Line 21...
22
	$(RM) $*.sx
21
	$(AS) $*.sx $(AS32OPT) -o $*.o
23
 
22
 
24
ATHIS_LIBC_OBJS += $(subst .c,.o,$(filter %.c,$(THIS_SRCS))) \
23
ATHIS_LIBC_OBJS += $(subst .c,.o,$(filter %.c,$(THIS_SRCS))) \