summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-08-22 06:30:58 +0000
committerritsuka <[email protected]>2014-08-22 06:30:58 +0000
commita13b937ba09ca5c29ef633114b0880a4f1213f0e (patch)
treeec065c3497235a60ddf03e1e87b9e6b362606f3f /contrib
parentc27510750ff919f6e9343e82d1047fe5cb0ff68b (diff)
MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to the “Configure Defaults” button.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6341 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cmake/module.defs9
-rw-r--r--contrib/cmake/module.rules2
2 files changed, 0 insertions, 11 deletions
diff --git a/contrib/cmake/module.defs b/contrib/cmake/module.defs
deleted file mode 100644
index c4f0ddf68..000000000
--- a/contrib/cmake/module.defs
+++ /dev/null
@@ -1,9 +0,0 @@
-$(eval $(call import.MODULE.defs,CMAKE,cmake))
-$(eval $(call import.CONTRIB.defs,CMAKE))
-
-CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.0.1.tar.gz
-
-CMAKE.CONFIGURE.deps =
-CMAKE.CONFIGURE.shared =
-CMAKE.CONFIGURE.static =
-CMAKE.CONFIGURE.extra = --no-qt-gui
diff --git a/contrib/cmake/module.rules b/contrib/cmake/module.rules
deleted file mode 100644
index fb046bdb9..000000000
--- a/contrib/cmake/module.rules
+++ /dev/null
@@ -1,2 +0,0 @@
-$(eval $(call import.MODULE.rules,CMAKE))
-$(eval $(call import.CONTRIB.rules,CMAKE))