Ignore:
Timestamp:
Jun 10, 2007, 9:25:09 PM (18 years ago)
Author:
bird
Message:

shared library hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/Makefile.pre.in

    r3364 r3397  
    408408        $(LN) -fsn Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources
    409409
     410ifeq ($(MACHDEP),emx) # bird hack!     
     411$(DLLLIBRARY) $(LDLIBRARY): $(LIBRARY_OBJS)
     412        $(LDSHARED) -o $(DLLLIBRARY) $^ $(LIBS) $(MODLIBS) $(SYSLIBS)
     413        emximp -o $(LDLIBRARY) $(DLLLIBRARY)
     414
     415else # CYGWIN
    410416# This rule builds the Cygwin Python DLL and import library if configured
    411417# for a shared core library; otherwise, this rule is a noop.
     
    416422        else true; \
    417423        fi
     424endif # end bird hack! 
    418425
    419426
Note: See TracChangeset for help on using the changeset viewer.