aboutsummaryrefslogtreecommitdiff
path: root/src/stun/Makefile.win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/stun/Makefile.win32')
-rw-r--r--src/stun/Makefile.win3218
1 files changed, 0 insertions, 18 deletions
diff --git a/src/stun/Makefile.win32 b/src/stun/Makefile.win32
deleted file mode 100644
index e70aba9f1..000000000
--- a/src/stun/Makefile.win32
+++ /dev/null
@@ -1,18 +0,0 @@
-
-include ..\Makefile.inc
-
-EFLAGS = -I .. -pz ..
-
-OUTDIR = ..
-BEAMS = ..\stun_codec.beam ..\ejabberd_stun.beam
-
-ALL : $(BEAMS)
-
-CLEAN :
- -@erase $(BEAMS)
-
-$(OUTDIR)\stun_codec.beam : stun_codec.erl
- erlc -W $(EFLAGS) -o $(OUTDIR) stun_codec.erl
-
-$(OUTDIR)\ejabberd_stun.beam : ejabberd_stun.erl
- erlc -W $(EFLAGS) -o $(OUTDIR) ejabberd_stun.erl