Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
exchndl related patch because win32/lib folder is empty in SVN
stahta01:
--- Code: ---Index: src/CodeBlocks.cbp
===================================================================
--- src/CodeBlocks.cbp (revision 10372)
+++ src/CodeBlocks.cbp (working copy)
@@ -218,7 +218,7 @@
<Add library="advapi32" />
<Add library="wsock32" />
<Add directory="devel" />
- <Add directory="exchndl/win32/lib" />
+ <Add directory="exchndl/win32/bin" />
</Linker>
<ExtraCommands>
<Add after="cmd /c if not exist devel\share\CodeBlocks mkdir devel\share\CodeBlocks" />
--- End code ---
Tim S.
MortenMacFly:
--- Quote from: stahta01 on July 27, 2015, 03:25:24 am ---
--- Code: ---Index: src/CodeBlocks.cbp
===================================================================
--- src/CodeBlocks.cbp (revision 10372)
+++ src/CodeBlocks.cbp (working copy)
@@ -218,7 +218,7 @@
<Add library="advapi32" />
<Add library="wsock32" />
<Add directory="devel" />
- <Add directory="exchndl/win32/lib" />
+ <Add directory="exchndl/win32/bin" />
</Linker>
<ExtraCommands>
<Add after="cmd /c if not exist devel\share\CodeBlocks mkdir devel\share\CodeBlocks" />
--- End code ---
Tim S.
--- End quote ---
Sorry, these files were hidden on commit - I've added the right ones, now.
stahta01:
--- Quote from: MortenMacFly on July 27, 2015, 08:00:41 am ---Sorry, these files were hidden on commit - I've added the right ones, now.
--- End quote ---
Thank you.
Tim S.
stahta01:
--- Quote from: stahta01 on July 27, 2015, 08:18:29 am ---
--- Quote from: MortenMacFly on July 27, 2015, 08:00:41 am ---Sorry, these files were hidden on commit - I've added the right ones, now.
--- End quote ---
Thank you.
Tim S.
--- End quote ---
This warning did NOT go way. I was thinking it happened because I linked to a DLL instead of import lib.
But, I must have been wrong.
Edit: Using TDM MinGW GCC 4.7.?
--- Code: ---Linking executable: devel\codeblocks.exe
Warning: resolving _ExcHndlInit@0 by linking to _ExcHndlInit
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
--- End code ---
Tim S.
MortenMacFly:
Are you sure you're removed the bin folder and re-added the lib one?
Navigation
[0] Message Index
[#] Next page
Go to full version