From f4ea97d87ab1fbd9450a76256d3dd425523f0297 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 31 Mar 2006 17:08:38 +0000 Subject: [PATCH] *** empty log message *** --- ase/awk/Makefile.cl | 2 +- ase/test/awk/Makefile.cl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/awk/Makefile.cl b/ase/awk/Makefile.cl index dbba8013..a4dc9247 100644 --- a/ase/awk/Makefile.cl +++ b/ase/awk/Makefile.cl @@ -14,7 +14,7 @@ lib: $(OBJS) << dll: $(OBJS) - link /dll /def:$(OUT).def /subsystem:console /version:0.1 /release @<< + link /dll /def:$(OUT).def /subsystem:console /version:0.1 /release /noentry @<< /nologo /out:$(OUT).dll $(OBJS) << diff --git a/ase/test/awk/Makefile.cl b/ase/test/awk/Makefile.cl index ac53ef07..69521f34 100644 --- a/ase/test/awk/Makefile.cl +++ b/ase/test/awk/Makefile.cl @@ -2,7 +2,7 @@ CC = cl #CFLAGS = /nologo /MT /W3 /GR- /D_WIN32_WINNT=0x0400 -I..\..\.. CFLAGS = /nologo /MT /W3 /GR- /D_WIN32_WINNT=0x0400 -I..\..\.. LDFLAGS = /libpath:..\..\bas /libpath:..\..\awk -LIBS = xpbas.lib xpawk.lib +LIBS = xpbas.lib xpawk.lib #LIBS = xpawk.lib all: awk