diff options
| -rwxr-xr-x | configure-gcc-n64.pl | 2 | ||||
| -rwxr-xr-x | configure-mingw-n64.pl | 2 | ||||
| l--------- | libs | 1 | ||||
| -rw-r--r-- | scripts/libconf.pl (renamed from tools/libconf.pl) | 0 | ||||
| m--------- | src/nectar | 0 |
5 files changed, 3 insertions, 2 deletions
diff --git a/configure-gcc-n64.pl b/configure-gcc-n64.pl index 1363c49..0f0f29c 100755 --- a/configure-gcc-n64.pl +++ b/configure-gcc-n64.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -require './tools/libconf.pl'; +require './scripts/libconf.pl'; libconf->new(); diff --git a/configure-mingw-n64.pl b/configure-mingw-n64.pl index 18eb96e..53b7a78 100755 --- a/configure-mingw-n64.pl +++ b/configure-mingw-n64.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -require './tools/libconf.pl'; +require './scripts/libconf.pl'; libconf->new(); @@ -0,0 +1 @@ +src
\ No newline at end of file diff --git a/tools/libconf.pl b/scripts/libconf.pl index 1a1bc7e..1a1bc7e 100644 --- a/tools/libconf.pl +++ b/scripts/libconf.pl diff --git a/src/nectar b/src/nectar -Subproject 075ec5e6b7f01f0e7dbfa4d79fde0c5030ee34d +Subproject 2557c25fbfd07e2019dfa176297719e8870e850 |
