Compile netbeans64.exe with NXCOMPAT and DYNAMICBASE flags profiler-release73
authorLibor Fischmeistr <lfischmeistr@netbeans.org>
Thu, 13 Mar 2014 09:50:50 +0100
branchprofiler-release73
changeset 28178735044500f6d7
parent 281786 a67a5da77867
Compile netbeans64.exe with NXCOMPAT and DYNAMICBASE flags
ide/launcher/windows/nbproject/Makefile-netbeans64.exe.mk
ide/launcher/windows/nbproject/configurations.xml
ide/launcher/windows/netbeans64.exe
ide/launcher/windows/netbeans64.res
     1.1 --- a/ide/launcher/windows/nbproject/Makefile-netbeans64.exe.mk	Thu Mar 13 09:22:14 2014 +0100
     1.2 +++ b/ide/launcher/windows/nbproject/Makefile-netbeans64.exe.mk	Thu Mar 13 09:50:50 2014 +0100
     1.3 @@ -61,7 +61,7 @@
     1.4  	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk netbeans64.exe
     1.5  
     1.6  netbeans64.exe: ${OBJECTFILES}
     1.7 -	${LINK.cc} -o netbeans64.exe ${OBJECTFILES} ${LDLIBSOPTIONS} -mwindows
     1.8 +	${LINK.cc} -o netbeans64.exe ${OBJECTFILES} ${LDLIBSOPTIONS} -mwindows -Wl,--nxcompat -Wl,--dynamicbase
     1.9  
    1.10  ${OBJECTDIR}/_ext/1413142467/utilsfuncs.o: ../../../o.n.bootstrap/launcher/windows/utilsfuncs.cpp 
    1.11  	${MKDIR} -p ${OBJECTDIR}/_ext/1413142467
     2.1 --- a/ide/launcher/windows/nbproject/configurations.xml	Thu Mar 13 09:22:14 2014 +0100
     2.2 +++ b/ide/launcher/windows/nbproject/configurations.xml	Thu Mar 13 09:50:50 2014 +0100
     2.3 @@ -105,7 +105,7 @@
     2.4            <linkerLibItems>
     2.5              <linkerOptionItem>netbeans64.res</linkerOptionItem>
     2.6            </linkerLibItems>
     2.7 -          <commandLine>-mwindows</commandLine>
     2.8 +          <commandLine>-mwindows -Wl,--nxcompat -Wl,--dynamicbase</commandLine>
     2.9          </linkerTool>
    2.10        </compileType>
    2.11        <item path="../../../o.n.bootstrap/launcher/windows/utilsfuncs.cpp"
     3.1 Binary file ide/launcher/windows/netbeans64.exe has changed
     4.1 Binary file ide/launcher/windows/netbeans64.res has changed