diff options
author | Badlop <badlop@process-one.net> | 2008-09-30 16:12:05 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-09-30 16:12:05 +0000 |
commit | 16a508cdb9906d0d9a649a819721b2efe87c7b83 (patch) | |
tree | a2692a3f0e17b9470b7e4cdf054d879c2285b495 /src/stringprep | |
parent | fix licence header (diff) |
* src/*/Makefile.win32: Provide explicit beam filenames because
nmake does not accept wildcards (thanks to Attila
Vangel)(EJAB-543)
SVN Revision: 1588
Diffstat (limited to 'src/stringprep')
-rw-r--r-- | src/stringprep/Makefile.win32 | 3 |
1 files changed, 1 insertions, 2 deletions
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 |