Jelajahi Sumber

Added hierarchical profiler for non-coop releases

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8688 8c9fc860-2736-0410-a75d-ab315db34111
negelef 6 tahun lalu
induk
melakukan
8a4ee45c95
1 mengubah file dengan 5 tambahan dan 4 penghapusan
  1. 5 4
      source/Release.Tool

+ 5 - 4
source/Release.Tool

@@ -898,9 +898,10 @@ PACKAGE ApplicationsMini ARCHIVE "ApplicationsMini.zip" SOURCE "ApplicationsMini
 	config.txt # default config string settings
 	PartitionEditorTable.Mod
 
-	# { Profiler.Mod HierarchicalProfiler0.Mod } # Hierarchical profiler has GUI: WMProfiler.Mod
-	WIN { Windows.HierarchicalProfiler0.Mod }
-	WIN { HierarchicalProfiler.Mod }
+	NATIVE & ~COOP { Profiler.Mod HierarchicalProfiler0.Mod }
+	UNIX & ~COOP { Unix.HierarchicalProfiler0.Mod }
+	WIN & ~COOP { Windows.HierarchicalProfiler0.Mod }
+	~COOP { HierarchicalProfiler.Mod } # Hierarchical profiler has GUI: WMProfiler.Mod
 
 	FTPClient.Mod
 
@@ -1208,7 +1209,7 @@ PACKAGE GuiApplicationsMini ARCHIVE "GuiApplicationsMini.zip" SOURCE "GuiApplica
 	WMShell.Mod	# GUI for Shell
 
 	# GUI for hierarchical profiler (HierarchicalProfiler.Mod)
-	WIN { WMProfiler.Mod }
+	~COOP { WMProfiler.Mod }
 
 	# ssh
 	SSH.Tool