diff options
author | sr55 <[email protected]> | 2010-04-17 19:35:00 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-17 19:35:00 +0000 |
commit | e05c4c96c0080f560b66ec9f0d4a3a2db6a55dcb (patch) | |
tree | afc85c74b496b60eab477d92af2d6fb70e54524e /pkg/mingw | |
parent | 32afb2b5bb8aff8acd6f2f286709adde53390063 (diff) |
Remove libgcc.....dll as it is no longer required in the WinCli build
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3238 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/mingw')
-rw-r--r-- | pkg/mingw/module.rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/mingw/module.rules b/pkg/mingw/module.rules index efef0b4b8..b9ba1d996 100644 --- a/pkg/mingw/module.rules +++ b/pkg/mingw/module.rules @@ -8,7 +8,6 @@ $(PKG.cli.zip): | $(STAGE.out.cli/) $(STAGE.out.cli/):
-$(MKDIR.exe) -p $@
$(CP.exe) HandBrakeCLI.exe $(STAGE.out.cli/)
- $(CP.exe) $(PKG.mingw.lib)/libgcc_s_sjlj-1.dll $(STAGE.out.cli/)
$(call STAGE.doc,$(STAGE.out.cli/))
|