From a7e0c3d0ac7b4f18a5d7b24d84fa2f8a09a11eae Mon Sep 17 00:00:00 2001 From: olsner Date: Mon, 26 Sep 2005 05:39:58 +0000 Subject: [PATCH] fix for the underscore problem in the assembler symbols This was SVN commit r2766. --- build/premake/src/Src/gnu.c | 7 +++++-- build/premake/src/Src/project.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build/premake/src/Src/gnu.c b/build/premake/src/Src/gnu.c index 16d1dba422..e4bfb4ba8a 100644 --- a/build/premake/src/Src/gnu.c +++ b/build/premake/src/Src/gnu.c @@ -377,8 +377,11 @@ static int writeCppPackage(Package* package) { /* nasm -f elf -o $@ $< nasm -M -o $@ $< >OBJ_DIR/$*.P */ - fprintf(file, "\t%snasm -f elf -o $@ $<\n", prefix); - fprintf(file, "\t%snasm -M -o $@ $< >$($(