Changeset 3397 for trunk/essentials/dev-lang/python/Makefile.pre.in
- Timestamp:
- Jun 10, 2007, 9:25:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/Makefile.pre.in
r3364 r3397 408 408 $(LN) -fsn Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources 409 409 410 ifeq ($(MACHDEP),emx) # bird hack! 411 $(DLLLIBRARY) $(LDLIBRARY): $(LIBRARY_OBJS) 412 $(LDSHARED) -o $(DLLLIBRARY) $^ $(LIBS) $(MODLIBS) $(SYSLIBS) 413 emximp -o $(LDLIBRARY) $(DLLLIBRARY) 414 415 else # CYGWIN 410 416 # This rule builds the Cygwin Python DLL and import library if configured 411 417 # for a shared core library; otherwise, this rule is a noop. … … 416 422 else true; \ 417 423 fi 424 endif # end bird hack! 418 425 419 426
Note:
See TracChangeset
for help on using the changeset viewer.