This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git

commit 1f5e822f73370343f140c2f744f4e81656f73fad
Author: Jan Lahoda <lah...@gmail.com>
AuthorDate: Sun Nov 4 03:44:42 2018 +0100

    [NETBEANS-1420][NETBEANS-1308] Updating Windows Launchers, disabling … 
(#969)
    
    * [NETBEANS-1420][NETBEANS-1308] Updating Windows Launchers, disabling 
console when the launchers are used.
    
    * Fixing name/version of ide launchers.
---
 Makefile.mingw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.mingw b/Makefile.mingw
index 512c77a..791d71b 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -24,10 +24,10 @@ netbeans64.res: netbeans.rc netbeans64.exe.manifest
        x86_64-w64-mingw32-windres -onetbeans64.res -Ocoff 
-DMANIFEST_FILE=netbeans64.exe.manifest netbeans.rc
 
 netbeans64.exe: netbeans.cpp  nblauncher.cpp netbeans64.res 
../../../platform/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
-       x86_64-w64-mingw32-gcc -s -DNBEXEC_DLL='"/lib/nbexec64.dll"' 
-DARCHITECTURE=64 -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh netbeans.cpp 
nblauncher.cpp netbeans64.res 
../../../platform/o.n.bootstrap/launcher/windows/utilsfuncs.cpp -I 
../../../platform/o.n.bootstrap/launcher/windows/ -onetbeans64.exe -static 
-lstdc++ -static-libstdc++ -static-libgcc
+       x86_64-w64-mingw32-gcc -s -DNBEXEC_DLL='"/lib/nbexec64.dll"' 
-DARCHITECTURE=64 -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh -mwindows 
netbeans.cpp nblauncher.cpp netbeans64.res 
../../../platform/o.n.bootstrap/launcher/windows/utilsfuncs.cpp -I 
../../../platform/o.n.bootstrap/launcher/windows/ -onetbeans64.exe -static 
-lstdc++ -static-libstdc++ -static-libgcc
 
 netbeans.res: netbeans.rc netbeans.exe.manifest
        i686-w64-mingw32-windres -onetbeans.res -Ocoff  
-DMANIFEST_FILE=netbeans.exe.manifest netbeans.rc
 
 netbeans.exe: netbeans.cpp  nblauncher.cpp netbeans.res 
../../../platform/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
-       i686-w64-mingw32-gcc -s -DNBEXEC_DLL='"/lib/nbexec.dll"' 
-DARCHITECTURE=32 -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh netbeans.cpp 
nblauncher.cpp netbeans.res 
../../../platform/o.n.bootstrap/launcher/windows/utilsfuncs.cpp -I 
../../../platform/o.n.bootstrap/launcher/windows/ -onetbeans.exe -static 
-lstdc++ -static-libstdc++ -static-libgcc
+       i686-w64-mingw32-gcc -s -DNBEXEC_DLL='"/lib/nbexec.dll"' 
-DARCHITECTURE=32 -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh -mwindows 
netbeans.cpp nblauncher.cpp netbeans.res 
../../../platform/o.n.bootstrap/launcher/windows/utilsfuncs.cpp -I 
../../../platform/o.n.bootstrap/launcher/windows/ -onetbeans.exe -static 
-lstdc++ -static-libstdc++ -static-libgcc

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to