Changeset 1916
- Timestamp:
- Jan 14, 2017, 12:02:59 AM (8 years ago)
- Location:
- ncurses/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified ncurses/trunk/configure ¶
r1915 r1916 3047 3047 if test "$CXX" = "g++" ; then 3048 3048 # Extract the first word of "g++", so it can be a program name with args. 3049 set dummy g++ ; ac_word=$23049 set dummy g++${ac_exeext}; ac_word=$2 3050 3050 echo "$as_me:3060: checking for $ac_word" >&5 3051 3051 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 … … 3524 3524 ac_pt_PKG_CONFIG=$PKG_CONFIG 3525 3525 # Extract the first word of "pkg-config", so it can be a program name with args. 3526 set dummy pkg-config; ac_word=$2 3526 set dummy pkg-config; ac_word=$2${ac_exeext} 3527 3527 echo "$as_me:3537: checking for $ac_word" >&5 3528 3528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -
TabularUnified ncurses/trunk/mk-1st.awk ¶
r1915 r1916 345 345 install_dll("$(libdir)",imp_name ".a"); 346 346 install_dll("$(libdir)",imp_name ".lib"); 347 install_dll("$(libdir)",imp_name "_dll.a"); 347 348 348 349 } else { … … 397 398 printf "\t-@rm -f $(DESTDIR)$(libdir)/%s.a\n", imp_name 398 399 printf "\t-@rm -f $(DESTDIR)$(libdir)/%s.lib\n", imp_name 400 printf "\t-@rm -f $(DESTDIR)$(libdir)/%s_dll.a\n", imp_name 399 401 400 402 } else {
Note:
See TracChangeset
for help on using the changeset viewer.