Chameleon

Chameleon Commit Details

Date:2012-02-27 23:39:05 (12 years 1 month ago)
Author:blackosx
Commit:1835
Parents: 1834
Message:Merge latest trunk change in to branch. Apply type changes to perl script header.
Changes:
M/branches/blackosx/Make.rules
M/branches/blackosx/package/Resources.source/ConvertResourcesTextFile.pl

File differences

branches/blackosx/package/Resources.source/ConvertResourcesTextFile.pl
77
88
99
10
1011
1112
12
13
13
14
1415
1516
16
17
1718
18
19
20
21
1922
2023
2124
#
# The human readable file is hosted on Google Docs at:
# www.......
#
# The spreadsheet is a published file and will be
# automatically downloaded as a UTF-8, tabbed delimited
# text file which will be savedd in the same folder as
# this script.
# text file which will be saved in the folder indicated
# by the two arguments passed when calling this.
#
# Call this script with:
# ./ConvertResourcesTextFile.pl ResourcesSourceFile.txt
# ./ConvertResourcesTextFile.pl path filename
#
#
# buildpkg.sh calls this with the following defaults:
# path: ${PKG_BUILD_DIR}
# filename: ResourcesSourceFile.txt
use LWP::Simple;
branches/blackosx/Make.rules
1010
1111
1212
13
13
1414
1515
1616
endif
AS = as
LD = ld
CC = cc
CC = gcc
CPP = g++
PAX = /bin/pax
NASM = $(shell which nasm) -p $(SRCROOT)/autoconf.inc

Archive Download the corresponding diff file

Revision: 1835