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/tls | |
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/tls')
-rw-r--r-- | src/tls/Makefile.win32 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tls/Makefile.win32 b/src/tls/Makefile.win32 index 576112e20..93ec8471d 100644 --- a/src/tls/Makefile.win32 +++ b/src/tls/Makefile.win32 @@ -4,8 +4,7 @@ include ..\Makefile.inc EFLAGS = -I .. -pz .. OUTDIR = .. -SOURCES = $(wildcard *.erl) -BEAMS = $(addprefix $(OUTDIR)/,$(SOURCES:.erl=.beam)) +BEAMS = ..\tls.beam SOURCE = tls_drv.c OBJECT = tls_drv.o |