changed CPP to NASM
git-svn-id: svn://kolibrios.org@4749 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c0c9143167
commit
6c675d34f7
@ -18,7 +18,7 @@ DEBUG = 0
|
||||
$(NASM) $*.asm -o $*.o -f $(ASMFMT)
|
||||
|
||||
.s.o:
|
||||
$(CPP) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
|
||||
$(NASM) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
|
||||
as $*.sx $(AS32OPT) -o $*.o
|
||||
$(RM) $*.sx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user