User forums > Nightly builds

The 30 August 2014 build (9884) is out.

<< < (10/11) > >>

edison:
Thanks, it works.

Can you review and submit it ?


--- Code: ---Index: options_clang.xml
===================================================================
--- options_clang.xml (revision 9916)
+++ options_clang.xml (working copy)
@@ -185,7 +185,7 @@
         <Command name="LinkNative"
                  value="$linker $libdirs -o $exe_output $link_objects $link_resobjects $link_options $libs -Wl,--subsystem,native"/>
         <Command name="LinkExe"
-                 value="$linker $libdirs -o $exe_output $link_objects $link_resobjects $link_options $libs -mwindows"/>
+                 value="$linker $libdirs -o $exe_output $link_objects $link_resobjects $link_options $libs -Wl,--subsystem,windows"/>
         <Command name="LinkDynamic"
                  value="$linker -shared -Wl,--output-def=$def_output -Wl,--out-implib=$static_output -Wl,--dll $libdirs $link_objects $link_resobjects -o $exe_output $link_options $libs"/>
     </if>

--- End code ---

ollydbg:

--- Quote from: oBFusCATed on September 16, 2014, 10:58:00 am ---http://wiki.codeblocks.org/index.php?title=Creating_a_patch_to_submit_to_BerliOS_%28Patch_Tracker%29

--- End quote ---
Update this wiki page to point to SF.

oBFusCATed:
@edison: Which version of clang is the last one that supported the old switch?
@alpha: Can we make this parse the version of clang and then pass the appropriate option?

stahta01:

--- Quote from: oBFusCATed on October 22, 2014, 10:27:42 pm ---@edison: Which version of clang is the last one that supported the old switch?
@alpha: Can we make this parse the version of clang and then pass the appropriate option?

--- End quote ---

I think going with the first clang version to support the new switch is also an option.

Tim S.

Alpha:
Oops, must have missed this.  Yes, I should be able to add a quick regex.  Will do some testing this weekend to see what is necessary.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version