summaryrefslogtreecommitdiff
path: root/tmw.cbp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-11-15 15:41:30 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-11-15 15:41:30 +0000
commit2d7084e4f07cd56021ca47dc6124ed587883acc2 (patch)
tree70c0358e5a54e5445b9174569e95b22f970453c6 /tmw.cbp
parent4db90eeb9186cf601cc86baead42c9e37475e147 (diff)
downloadmana-client-2d7084e4f07cd56021ca47dc6124ed587883acc2.tar.gz
mana-client-2d7084e4f07cd56021ca47dc6124ed587883acc2.tar.bz2
mana-client-2d7084e4f07cd56021ca47dc6124ed587883acc2.tar.xz
mana-client-2d7084e4f07cd56021ca47dc6124ed587883acc2.zip
Fixed dynamic linking of libcurl
Diffstat (limited to 'tmw.cbp')
-rw-r--r--tmw.cbp37
1 files changed, 16 insertions, 21 deletions
diff --git a/tmw.cbp b/tmw.cbp
index f799e387..a232788e 100644
--- a/tmw.cbp
+++ b/tmw.cbp
@@ -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"/>