Kaydet (Commit) 82b5fcca authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Undo basis/brand split: move testtool from basis to brand.

üst a66f9903
...@@ -48,6 +48,9 @@ $(eval $(call gb_Helper_register_executables,NONE, \ ...@@ -48,6 +48,9 @@ $(eval $(call gb_Helper_register_executables,NONE, \
$(eval $(call gb_Helper_register_executables,OOO, \ $(eval $(call gb_Helper_register_executables,OOO, \
spadmin.bin \ spadmin.bin \
))
$(eval $(call gb_Helper_register_executables,BRAND,\
testtool \ testtool \
)) ))
......
[Bootstrap] [Bootstrap]
URE_BOOTSTRAP=${ORIGIN}/fundamentalbasis!INIFILESUFFIX! URE_BOOTSTRAP=${ORIGIN}/fundamental!INIFILESUFFIX!
OOO_BASE_DIR=${ORIGIN}/..
BRAND_BASE_DIR=${OOO_BASE_DIR}/!BRANDPATH!
UserInstallation=${SYSUSERCONFIG}/.oootesttool UserInstallation=${SYSUSERCONFIG}/.oootesttool
[Misc] [Misc]
......
...@@ -32,7 +32,7 @@ STD_LIB_FILE( gid_File_Lib_Simplecm, simplecm ) ...@@ -32,7 +32,7 @@ STD_LIB_FILE( gid_File_Lib_Simplecm, simplecm )
File gid_File_Bin_Testtool File gid_File_Bin_Testtool
BIN_FILE_BODY; BIN_FILE_BODY;
Dir = gid_Dir_Program; Dir = gid_Brand_Dir_Program;
Styles = (PACKED); Styles = (PACKED);
#if defined WNT #if defined WNT
Name = "testtool.exe"; Name = "testtool.exe";
...@@ -43,7 +43,7 @@ End ...@@ -43,7 +43,7 @@ End
File gid_File_Config_Testtool File gid_File_Config_Testtool
BIN_FILE_BODY; BIN_FILE_BODY;
Dir = gid_Dir_Program; Dir = gid_Brand_Dir_Program;
Styles = (PACKED); Styles = (PACKED);
#ifdef UNX #ifdef UNX
Name = "testtoolrc"; Name = "testtoolrc";
...@@ -51,16 +51,3 @@ File gid_File_Config_Testtool ...@@ -51,16 +51,3 @@ File gid_File_Config_Testtool
Name = "testtool.ini"; Name = "testtool.ini";
#endif #endif
End End
// On Mac OS X, testtool needs to find the Info.plist and needs to be located in
// the Content/MacOS directory; since the Mac OS X dmg contains all layers,
// anyway, this hack works for now:
#if defined MACOSX
Unixlink gid_Unixlink_Testtool
BIN_FILE_BODY;
Styles = ();
Name = "testtool";
Dir = gid_Brand_Dir_Program;
Target = "../basis-link/program/testtool";
End
#endif
...@@ -34,5 +34,4 @@ Module gid_Module_Optional_Testtool ...@@ -34,5 +34,4 @@ Module gid_Module_Optional_Testtool
ParentID = gid_Module_Optional; ParentID = gid_Module_Optional;
Default = NO; Default = NO;
Files = (gid_File_Bin_Testtool, gid_File_Lib_Communi, gid_File_Lib_Simplecm, gid_File_Hid_Testtool, gid_File_Config_Testtool); Files = (gid_File_Bin_Testtool, gid_File_Lib_Communi, gid_File_Lib_Simplecm, gid_File_Hid_Testtool, gid_File_Config_Testtool);
Unixlinks = (gid_Unixlink_Testtool);
End End
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment