diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-11 23:00:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-11 23:00:49 +0000 |
commit | f3ed8d376f743968a824819e9110272288607da4 (patch) | |
tree | 4c5b1d1fdb6984b28bbfa5013d7519b4f4a7e33b /src/install.sh | |
parent | a6c8b4498363db99d0de8f15e7bc8a9cfc1a7f81 (diff) |
Added Common::Initalise() and updated libraries
Diffstat (limited to 'src/install.sh')
-rw-r--r-- | src/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh index 54afb53..732b4e6 100644 --- a/src/install.sh +++ b/src/install.sh @@ -31,7 +31,7 @@ if [ $mkinfo == "1" ] ; then #!/bin/sh if [ "\$1" == "--libs" ] ; then - echo -L$libdir -mwindows -lw32dlib + echo -L$libdir -mwindows -lw32dlib -lcomctl32 -lcomdlg32 -lole32 elif [ "\$1" == "--cflags" ] ; then echo -I$incbase elif [ "\$1" == "--archive" ] ; then |