in reply to Re^2: Creating Standalone Win32 Executable
in thread Creating Standalone Win32 Executable
Have you even read the docs?
-l, --link=FILE|LIBRARY Add the given shared library (a.k.a. shared object or DLL) into th +e packed file. Also accepts names under library paths; i.e. -l ncurse +s means the same thing as -l libncurses.so or -l /usr/local/lib/libnc +urses.so in most Unixes. May be specified multiple times.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Creating Standalone Win32 Executable
by bihuboliya (Acolyte) on Jul 20, 2012 at 09:54 UTC | |
by zentara (Cardinal) on Jul 20, 2012 at 20:38 UTC | |
by bulk88 (Priest) on Jul 21, 2012 at 05:44 UTC | |
|
Re^4: Creating Standalone Win32 Executable
by Anonymous Monk on Jul 20, 2012 at 09:47 UTC | |
by zentara (Cardinal) on Jul 20, 2012 at 13:33 UTC |