fixed static constructors when building on WIN32

This commit is contained in:
Jeff Hill
2000-09-26 23:53:53 +00:00
parent 61ec68d973
commit f01d955e34
+1 -1
View File
@@ -347,7 +347,7 @@ $(SHRLIBNAME):$(LIB_PREFIX)%$(SHRLIB_SUFFIX): $(LIBRARY_OBJS) $(LIBRARY_RESS)
$(MUNCHNAME):%.munch : %.o
@ $(RM) ctct.o ctdt.c nm.out
$(NM) $< > nm.out
$(TOOLS)/munch.pl < nm.out > ctdt.c
perl $(TOOLS)/munch.pl < nm.out > ctdt.c
$(COMPILE.c) -traditional ctdt.c
$(GCC_LD) -o $@ $(LDFLAGS) $< ctdt.o