Subversion Repositories Kolibri OS

Rev

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

Rev 4757 Rev 4763
Line 16... Line 16...
16
 
16
 
17
.asm.o:
17
.asm.o:
Line 18... Line 18...
18
	$(NASM) $*.asm -o $*.o -f $(ASMFMT)
18
	$(NASM) $*.asm -o $*.o -f $(ASMFMT)
19
	
19
	
20
.s.o:
20
.s.o:
21
	$(AS) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
21
	$(CPP) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
Line 22... Line 22...
22
	as $*.sx $(AS32OPT) -o $*.o
22
	as $*.sx $(AS32OPT) -o $*.o
23
	$(RM) $*.sx
23
	$(RM) $*.sx