Changed from AS back to CPP

git-svn-id: svn://kolibrios.org@4763 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
right-hearted 2014-04-04 18:56:00 +00:00
parent 444d79251f
commit 30da2a5328

View File

@ -18,7 +18,7 @@ DEBUG = 0
$(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