add combobox demo
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@730 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
95897ba449
commit
db298fb6e9
3 changed files with 26 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ foreach my $l (@ARGV) {
|
|||
}
|
||||
}
|
||||
|
||||
our $prefix = "/usr/local";
|
||||
our $prefix = "/usr/local";
|
||||
our $cc = defined($ENV{CC}) ? $ENV{CC} : "*host*gcc";
|
||||
our $ar = defined($ENV{AR}) ? $ENV{AR} : "*host*ar";
|
||||
our $incdir = "-I include";
|
||||
|
|
@ -93,7 +93,7 @@ foreach my $l (@ARGV) {
|
|||
print("\n");
|
||||
print("Options:\n");
|
||||
print(" -h --help Display this help\n");
|
||||
print(" --prefix=PREFIX Installation prefix\n");
|
||||
print(" --prefix=PREFIX Installation prefix\n");
|
||||
print(" --host=TARGET Host for compiler/archiver\n");
|
||||
print(" --target=TARGET Specify target\n");
|
||||
print(" --cross Indicate cross compilation\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue