]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/lib/Makefile
Second plugin patch
[bacula/bacula] / bacula / src / win32 / lib / Makefile
index 619dc50ca5facf5cec52bdd085bfd3274b677779..054f878223104a5260ca6544fb5e2ce7a52de665 100644 (file)
@@ -149,6 +149,11 @@ $(BINDIR)/bacula.dll: $(DLL_OBJS) bacula$(WIN_VERSION).def
        $(call checkdir,$@)
        $(ECHO_CMD)$(CXX) $(LDFLAGS) -mdll -mwindows -Wl,--out-implib,$(OBJDIR)/bacula.a $^ $(LIBS_DLL) -o $@
 
+#bacula$(WIN_VERSION).def: $(DLL_OBJS)
+#       ./make_def $(DLL_OBJS) >bacula$(WIN_VERSION).def.new && \
+#       mv bacula$(WIN_VERSION).def.new bacula$(WIN_VERSION).def
+
+
 include ../Makefile.rules
 
 $(OBJDIR)/%.o: %.c