forked from KolibriOS/kolibrios
And again CPP to NASM
git-svn-id: svn://kolibrios.org@4756 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
117422b74d
commit
e93a4e30be
@ -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