diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-05 12:05:01 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-05 12:05:01 +0200 |
commit | abcc8731af47a36d37a271883be1779dd10368e5 (patch) | |
tree | 5cc301957f5a987087e60d4571ded478ded1d167 /src/site/apt | |
parent | 44563f90e571d5121361fb4b124f138f7333961a (diff) | |
download | maven-nar-plugin-abcc8731af47a36d37a271883be1779dd10368e5.tar.gz maven-nar-plugin-abcc8731af47a36d37a271883be1779dd10368e5.tar.bz2 maven-nar-plugin-abcc8731af47a36d37a271883be1779dd10368e5.tar.xz maven-nar-plugin-abcc8731af47a36d37a271883be1779dd10368e5.zip |
Added it0010-lib-static test
Diffstat (limited to 'src/site/apt')
-rw-r--r-- | src/site/apt/HelloWorld.apt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt index f6d6c17..51675db 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -37,7 +37,7 @@ There are also some unit test which are run and call the same method. [] [lib-shared] A C routine which gets archived into a shared library. A C test executable - is created and run. + is created. [helloworldsharedlibexe] A C executable which depends on "helloworldsharedlib" and links dynamically with it. The executable is created and run. @@ -47,8 +47,8 @@ There are also some unit test which are run and call the same method. [] - [helloworldstaticlib] A C routine which gets archived into a static library. A C test executable - is created and run. + [lib-static] A C routine which gets archived into a static library. A C test executable + is created. [helloworldstaticlibexe] A C executable which depends on "helloworldstaticlib" and links statically with it. The executabe is created and run. |