Differences From Artifact [32df622bf8]:
- File buildsys.mk.in — part of check-in [f04215cc70] at 2007-09-21 22:54:09 on branch trunk — Some fixes for Windows. (user: js, size: 9642) [annotate] [blame] [check-ins using]
To Artifact [883e6de7e7]:
- File buildsys.mk.in — part of check-in [eaccb853ad] at 2007-09-22 08:29:29 on branch trunk — Use ar cr instead of ar cq. (user: js, size: 9642) [annotate] [blame] [check-ins using]
︙ | |||
120 121 122 123 124 125 126 | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | - + | ${LINK_OK}; \ else \ ${LINK_FAILED}; \ fi ${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS} ${LINK_STATUS} |
︙ |