[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : phil
Repository : xara
Revision   : 1287
Date       : Fri Jun  9 13:48:00 BST 2006

Changed paths:
   M /Trunk/XaraLX/Scripts/bin2cpp.pl

Removed #include camtypes.h at Alex's request to fix a problem compiling resources.h.


Diff:
Index: Trunk/XaraLX/Scripts/bin2cpp.pl
===================================================================
--- Trunk/XaraLX/Scripts/bin2cpp.pl	(revision 1286)
+++ Trunk/XaraLX/Scripts/bin2cpp.pl	(revision 1287)
@@ -72,7 +72,6 @@
 
 # Write the header out.
 print OUTPUT "//
// This file was automatically generated by bin2cpp.pl. Do not edit it
//

";
-print OUTPUT "#include \"camtypes.h\"

";
 print OUTPUT "static BYTE binfile[] = {
";
 
 my $chunk=16;


Xara