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

Unified Diff: gperf/src/gperf/3.0.1/gperf-3.0.1/makefile.mingw

Issue 10804012: Add native Windows binary for gperf. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gperf/src/gperf/3.0.1/gperf-3.0.1/libtool0.sed ('k') | gperf/src/gperf/3.0.1/gperf-3.0.1/res/gnu.ico » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gperf/src/gperf/3.0.1/gperf-3.0.1/makefile.mingw
===================================================================
--- gperf/src/gperf/3.0.1/gperf-3.0.1/makefile.mingw (revision 0)
+++ gperf/src/gperf/3.0.1/gperf-3.0.1/makefile.mingw (revision 0)
@@ -0,0 +1,21 @@
+export DEFSPLUS=
+export INCLUDESPLUS=
+export CFLAGSPLUS=
+export LDFLAGSPLUS=
+export LIBSPLUS=
+export DLLFLAG=
+sedfiles=Makefile libtool config.h
+BUILDDIR=$(shell pwd.sh | sed -e "s/\(-.*\)-[^-]*$$/\1/")
+SRCDIR=../$(shell basename $(BUILDDIR)-src)
+
+.PHONY: all
+all: CONF MFSED
+CONF:
+ $(SRCDIR)/configure --prefix=c:/progra~1/Gperf --srcdir="$(SRCDIR)"
+
+-include $(DVLDIR)/makefile.chg
+
+# make all
+# make check
+# make install prefix=c:/temp/sed
+
« no previous file with comments | « gperf/src/gperf/3.0.1/gperf-3.0.1/libtool0.sed ('k') | gperf/src/gperf/3.0.1/gperf-3.0.1/res/gnu.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698