From 16a508cdb9906d0d9a649a819721b2efe87c7b83 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 30 Sep 2008 16:12:05 +0000 Subject: * src/*/Makefile.win32: Provide explicit beam filenames because nmake does not accept wildcards (thanks to Attila Vangel)(EJAB-543) SVN Revision: 1588 --- src/stringprep/Makefile.win32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stringprep') diff --git a/src/stringprep/Makefile.win32 b/src/stringprep/Makefile.win32 index 23f493ff..60ccb416 100644 --- a/src/stringprep/Makefile.win32 +++ b/src/stringprep/Makefile.win32 @@ -4,8 +4,7 @@ include ..\Makefile.inc EFLAGS = -I .. -pz .. OUTDIR = .. -SOURCES = $(wildcard *.erl) -BEAMS = $(addprefix $(OUTDIR)/,$(SOURCES:.erl=.beam)) +BEAMS = ..\stringprep.beam ..\stringprep_sup.beam SOURCE = stringprep_drv.c AUXIL = uni_data.c uni_norm.c -- cgit v1.2.3