diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-11-15 15:41:30 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-11-15 15:41:30 +0000 |
commit | 2d7084e4f07cd56021ca47dc6124ed587883acc2 (patch) | |
tree | 70c0358e5a54e5445b9174569e95b22f970453c6 /tmw.cbp | |
parent | 4db90eeb9186cf601cc86baead42c9e37475e147 (diff) | |
download | mana-2d7084e4f07cd56021ca47dc6124ed587883acc2.tar.gz mana-2d7084e4f07cd56021ca47dc6124ed587883acc2.tar.bz2 mana-2d7084e4f07cd56021ca47dc6124ed587883acc2.tar.xz mana-2d7084e4f07cd56021ca47dc6124ed587883acc2.zip |
Fixed dynamic linking of libcurl
Diffstat (limited to 'tmw.cbp')
-rw-r--r-- | tmw.cbp | 37 |
1 files changed, 16 insertions, 21 deletions
@@ -21,30 +21,25 @@ <Add option="-DUSE_OPENGL"/> </Compiler> <Linker> - <Add option="-lguichan"/> - <Add option="-lguichan_sdl"/> - <Add option="-lguichan_opengl"/> - <Add option="-lwsock32"/> - <Add option="-lSDL_image.dll"/> - <Add option="-lSDL_mixer.dll"/> - <Add option="-lSDL_net.dll"/> - <Add option="-lmingw32"/> - <Add option="-lSDLmain"/> - <Add option="-lSDL.dll"/> - <Add option="-lxml2.dll"/> - <Add option="-lopengl32"/> - <Add option="-lpng12.dll"/> - <Add option="-lz.dll"/> - <Add option="-lphysfs"/> - <Add option="-lcurl"/> + <Add library="guichan"/> + <Add library="guichan_sdl"/> + <Add library="guichan_opengl"/> + <Add library="wsock32"/> + <Add library="SDL_image"/> + <Add library="SDL_mixer"/> + <Add library="SDL_net"/> + <Add library="mingw32"/> + <Add library="SDLmain"/> + <Add library="SDL.dll"/> + <Add library="xml2.dll"/> + <Add library="opengl32"/> + <Add library="png12.dll"/> + <Add library="z.dll"/> + <Add library="physfs"/> + <Add library="curl.dll"/> </Linker> </Target> </Build> - <Linker> - <Add library="mingw32"/> - <Add library="SDLmain"/> - <Add library="SDL"/> - </Linker> <Unit filename="src\action.cpp"> <Option compilerVar="CPP"/> <Option target="default"/> |