OSDN Git Service

Remove libgcc.....dll as it is no longer required in the WinCli build
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 17 Apr 2010 19:35:00 +0000 (19:35 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 17 Apr 2010 19:35:00 +0000 (19:35 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3238 b64f7644-9d1e-0410-96f1-a4d463321fa5

pkg/mingw/module.rules

index efef0b4..b9ba1d9 100644 (file)
@@ -8,7 +8,6 @@ $(PKG.cli.zip): | $(STAGE.out.cli/)
 $(STAGE.out.cli/):\r
        -$(MKDIR.exe) -p $@\r
        $(CP.exe) HandBrakeCLI.exe $(STAGE.out.cli/)\r
-       $(CP.exe) $(PKG.mingw.lib)/libgcc_s_sjlj-1.dll $(STAGE.out.cli/)\r
        $(call STAGE.doc,$(STAGE.out.cli/))\r
 \r
 \r