Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 144239 Details for
Bug 182085
Remove dependency of AC packaging on tptpdc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Allow PAE to be built as part of jvmti instead of tptpdc
182085_probekit_tptpdc_removed.txt (text/plain), 3.86 KB, created by
Joshua Bowles
on 2009-08-12 10:50:33 EDT
(
hide
)
Description:
Allow PAE to be built as part of jvmti instead of tptpdc
Filename:
MIME Type:
Creator:
Joshua Bowles
Created:
2009-08-12 10:50:33 EDT
Size:
3.86 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.probekit >Index: src-native/ProbeAgentExtension/Makefile.unix >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.probekit/src-native/ProbeAgentExtension/Makefile.unix,v >retrieving revision 1.12 >diff -u -r1.12 Makefile.unix >--- src-native/ProbeAgentExtension/Makefile.unix 14 Apr 2009 20:33:41 -0000 1.12 >+++ src-native/ProbeAgentExtension/Makefile.unix 12 Aug 2009 14:45:36 -0000 >@@ -116,8 +116,7 @@ > BCIDIR = ../BCI > endif > >-# This line is from the Solaris Port, delete if no longer required -jgw -- (INCLUDES = -I. -I$(BCIDIR)/BCIEng -I./include -I$(JDK_HOME)/include -I$(JDK_HOME)/include/$(JDK_PLATFORM) -I$(RASERVER_SDK)/include/tptp/compatibility/ -I$(RASERVER_SDK)/src/agents/native/java_profiler/) >-INCLUDES = -I. -I$(BCIDIR)/BCIEng -I./include -I$(JDK_HOME)/include -I$(JDK_HOME)/include/$(JDK_PLATFORM) -I$(RASERVER_SDK)/include >+INCLUDES = -I. -I$(BCIDIR)/BCIEng -I./include -I$(JDK_HOME)/include -I$(JDK_HOME)/include/$(JDK_PLATFORM) -I$(RASERVER_SDK)/src/agents/native/java_profiler/ -I$(RASERVER_SDK)/src/agents/RABindings -I$(RASERVER_SDK)/src/transport/RASocket -I$(RASERVER_SDK)/src/transport/RACommon/ > > # Also need to set LD_LIBRARY_PATH (or whatever) to include this dir and the > # RAC lib dir >Index: src-native/ProbeAgentExtension/WinBuild/ProbeAgentExtension.dsp >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.probekit/src-native/ProbeAgentExtension/WinBuild/ProbeAgentExtension.dsp,v >retrieving revision 1.4 >diff -u -r1.4 ProbeAgentExtension.dsp >--- src-native/ProbeAgentExtension/WinBuild/ProbeAgentExtension.dsp 24 Mar 2006 22:01:59 -0000 1.4 >+++ src-native/ProbeAgentExtension/WinBuild/ProbeAgentExtension.dsp 12 Aug 2009 14:45:36 -0000 >@@ -43,7 +43,7 @@ > # PROP Ignore_Export_Lib 0 > # PROP Target_Dir "" > # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ProbeAgentExtension_EXPORTS" /YX /FD /c >-# ADD CPP /nologo /MT /W3 /GX /O2 /I "$(RASERVER_SDK)\include" /I "$(JDK_HOME)\include" /I "$(JDK_HOME)\include\win32" /I "..\..\BCI\BCIEng" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ProbeAgentExtension_EXPORTS" /YX /FD /c >+# ADD CPP /nologo /MT /W3 /GX /O2 /I "$(RASERVER_SDK)\src\agents\native\java_profiler" /I "$(RASERVER_SDK)\src\agents\RABindings" /I "$(RASERVER_SDK)\src\transport\RASocket" /I "$(RASERVER_SDK)\src\transport\RACommon" /I "$(JDK_HOME)\include" /I "$(JDK_HOME)\include\win32" /I "..\..\BCI\BCIEng" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ProbeAgentExtension_EXPORTS" /YX /FD /c > # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 > # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 > # ADD BASE RSC /l 0x409 /d "NDEBUG" >@@ -69,7 +69,7 @@ > # PROP Ignore_Export_Lib 0 > # PROP Target_Dir "" > # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ProbeAgentExtension_EXPORTS" /YX /FD /GZ /c >-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "$(RASERVER_SDK)\include" /I "$(JDK_HOME)\include" /I "$(JDK_HOME)\include\win32" /I "..\..\BCI\BCIEng" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ProbeAgentExtension_EXPORTS" /YX /FD /GZ /c >+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "$(RASERVER_SDK)\src\agents\native\java_profiler" /I "$(RASERVER_SDK)\src\agents\RABindings" /I "$(RASERVER_SDK)\src\transport\RASocket" /I "$(RASERVER_SDK)\src\transport\RACommon" /I "$(JDK_HOME)\include" /I "$(JDK_HOME)\include\win32" /I "..\..\BCI\BCIEng" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ProbeAgentExtension_EXPORTS" /YX /FD /GZ /c > # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > # ADD BASE RSC /l 0x409 /d "_DEBUG"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 182085
: 144239 |
144245
|
144303
|
144427
|
144463
|
144478