Changeset 3402 for trunk/essentials/dev-lang/python/Makefile.pre.in
- Timestamp:
- Jun 11, 2007, 12:50:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/Makefile.pre.in
r3399 r3402 409 409 $(LN) -fsn Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources 410 410 411 if eq ($(MACHDEP),os2emx) # bird hack!411 ifneq ($(filter os2emx os2knix,$(MACHDEP)),) # bird hack! 412 412 $(DLLLIBRARY) $(LDLIBRARY): $(LIBRARY_OBJS) 413 413 $(LDSHARED) -o $(DLLLIBRARY) $^ $(LIBS) $(MODLIBS) $(SYSLIBS)
Note:
See TracChangeset
for help on using the changeset viewer.