ObjFW  Check-in [9485e90f58]

Overview
Comment:Fix missing default value for variable in objfw-compile.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9485e90f580b427806e3ac4adf8cbb7c77d89558a811b73f9b3280d4c3fc3384
User & Date: js on 2011-02-01 22:54:33
Other Links: manifest | tags
Context
2011-02-02
17:38
Work around some annoying compiler bugs. check-in: 1dcfbcb479 user: js tags: trunk
2011-02-01
22:54
Fix missing default value for variable in objfw-compile. check-in: 9485e90f58 user: js tags: trunk
22:30
Add support for ObjC++ to objfw-compile.
It assumes the ObjC compiler is also capable to compile ObjC++.
check-in: 55843dd643 user: js tags: trunk
Changes

Modified utils/objfw-compile from [e3a95b552a] to [737a77c336].

64
65
66
67
68
69
70

71
72
73
74
75
76
77

srcs=""
out=""
objs=""
link="no"
link_stdcpp="no"
lib="no"

out_prefix=""
out_suffix=""

while test x"$1" != "x"; do
	case "$1" in
		-o|--out)
			shift







>







64
65
66
67
68
69
70
71
72
73
74
75
76
77
78

srcs=""
out=""
objs=""
link="no"
link_stdcpp="no"
lib="no"
plugin="no"
out_prefix=""
out_suffix=""

while test x"$1" != "x"; do
	case "$1" in
		-o|--out)
			shift