[xiph-commits] r11639 - in branches/oggdsf_ce_port: bin build/NSIS/Release

illiminable at svn.xiph.org illiminable at svn.xiph.org
Sat Jun 24 03:13:58 PDT 2006


Author: illiminable
Date: 2006-06-24 03:13:31 -0700 (Sat, 24 Jun 2006)
New Revision: 11639

Added:
   branches/oggdsf_ce_port/bin/unicows.dll
Modified:
   branches/oggdsf_ce_port/build/NSIS/Release/oggcodecs_release.nsi
Log:
* Put unicows.dll in the bin dir with the unicode friendly crt
* Update the nsis script to point to unicows in it's new location

Added: branches/oggdsf_ce_port/bin/unicows.dll
===================================================================
(Binary files differ)


Property changes on: branches/oggdsf_ce_port/bin/unicows.dll
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/oggdsf_ce_port/build/NSIS/Release/oggcodecs_release.nsi
===================================================================
--- branches/oggdsf_ce_port/build/NSIS/Release/oggcodecs_release.nsi	2006-06-24 09:42:58 UTC (rev 11638)
+++ branches/oggdsf_ce_port/build/NSIS/Release/oggcodecs_release.nsi	2006-06-24 10:13:31 UTC (rev 11639)
@@ -150,7 +150,7 @@
   File "${VS_RUNTIME_LOCATION}\Microsoft.VC80.CRT.manifest"
 
   ; Unicows for old windows with no unicode - 1
-  File .\unicows.dll
+  File "${VS_RUNTIME_LOCATION}\unicows.dll"
 
 
   ; Libraries - 11



More information about the commits mailing list