Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1/libtool00.sed

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 s/~/!/g
2 s/ln -s/cp -fp/g
3 /^build_libtool_need_lc/s/=yes/=no/
4 s/^.*X-lc.*continue.*$$/\#&/
5 s/^.*X-lm.*continue.*$$/\#&/
6 #s/pic_flag="/& -D_DLL -D_BUILD_DLL/
7 #s/export_dynamic_flag_spec="/&\${wl}--export-all-symbols /
8 #s/export_dynamic=no/export_dynamic=yes/g
9 s/versuffix="-$major"/versuffix="$major"/
10 s/--no-undefined/--allow-shlib-undefined/
11 /^allow_undefined_flag/s/unsupported/--allow-shlib-undefined/
12 /^deplibs_check_method/s/".*"/"pass_all"/
13 /^soname_spec/s|/-/|//|g
14 /^soname_spec=/s/libname/dllname/
15 /^\trelease)/i\
16 dllname)\
17 dllname="$arg"\
18 prev=\
19 continue\
20 ;;
21 /^[ ]*-release)/i\
22 -dllname)\
23 prev=dllname\
24 continue\
25 ;;\
26
27 s/-pc-cygwin/-pc-mingw32/g
28 s/pwd/pwd.sh/g
29 s/-Wl,-e,_DllMain/-shared &/g
30 /versuffix="$major"/a\
31 if test "$versuffix" = 0; then\
32 versuffix=\
33 fi
34 s/-DDLL_EXPORT/& /g
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/lib/uniwidth/.dirstamp ('k') | bison/src/bison/2.4.1/bison-2.4.1/patches/bison-2.3-src.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698