From a4a6c26a2a7df69620f5c1c576eac41d01f26ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 11 May 2008 00:32:02 +0000 Subject: [PATCH] - add a jamfile and rdef - remove makefile and rsrc as it builds fine from jam - add to the build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25441 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/Jamfile | 1 + src/apps/webwatch/Jamfile | 16 ++++++++++++++++ src/apps/webwatch/WebWatch.rdef | 20 ++++++++++++++++++++ src/apps/webwatch/WebWatch.rsrc | Bin 2863 -> 0 bytes src/apps/webwatch/makefile | 24 ------------------------ 5 files changed, 37 insertions(+), 24 deletions(-) create mode 100644 src/apps/webwatch/Jamfile create mode 100644 src/apps/webwatch/WebWatch.rdef delete mode 100644 src/apps/webwatch/WebWatch.rsrc delete mode 100644 src/apps/webwatch/makefile diff --git a/src/apps/Jamfile b/src/apps/Jamfile index 4fecb69d3e..bdaf93b406 100644 --- a/src/apps/Jamfile +++ b/src/apps/Jamfile @@ -42,5 +42,6 @@ SubInclude HAIKU_TOP src apps sudoku ; SubInclude HAIKU_TOP src apps terminal ; SubInclude HAIKU_TOP src apps tracker ; SubInclude HAIKU_TOP src apps tv ; +SubInclude HAIKU_TOP src apps webwatch ; SubInclude HAIKU_TOP src apps workspaces ; diff --git a/src/apps/webwatch/Jamfile b/src/apps/webwatch/Jamfile new file mode 100644 index 0000000000..6172576102 --- /dev/null +++ b/src/apps/webwatch/Jamfile @@ -0,0 +1,16 @@ +SubDir HAIKU_TOP src apps webwatch ; + +SetSubDirSupportedPlatformsBeOSCompatible ; + +#UsePrivateHeaders app ; +#UsePrivateHeaders shared ; +#UsePrivateHeaders tracker ; +#SubDirHdrs $(HAIKU_TOP) src kits tracker ; + +Application WebWatch : + WatchApp.cpp + WatchView.cpp + : be + : WebWatch.rdef +; + diff --git a/src/apps/webwatch/WebWatch.rdef b/src/apps/webwatch/WebWatch.rdef new file mode 100644 index 0000000000..f4df071060 --- /dev/null +++ b/src/apps/webwatch/WebWatch.rdef @@ -0,0 +1,20 @@ + +resource app_signature "application/x-vnd.mahlzeit.webwatch"; + +resource app_version { + major = 1, + middle = 5, + minor = 0, + variety = B_APPV_FINAL, + internal = 0, + short_info = "WebWatch", + long_info = "WebWatch 1.5.0 ©1999-2003 Matthijs Hollemans.,\n" + "©2008 Haiku, Inc.\n" + "A port of Swatch Internet Time " +}; + +resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP; + +/*resource file_types message { +};*/ + diff --git a/src/apps/webwatch/WebWatch.rsrc b/src/apps/webwatch/WebWatch.rsrc deleted file mode 100644 index 29f84017fdd7bfb5bf3e1b54af7d948f963775dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2863 zcmWFvW?*0t@ONPWQZ69O1|-M;AiWGgy)T&|W@Ioz*dXEmKmZb_1-p-nfnhGtV37H1 z*cljvAl5MK1F}`1>_w z(8=EoShWhl>N!S+#DapH%;dz9%=|q43f;226usQUjGU^}%o4rw)THvnlH?2qpbiFB zh{bT)QK2Bes6-(@O(7VpNWn9&B(*3nwL~E#GdC5g7!O6Memq8xN{!GE0JY5A-GhBW z=@o)2(J3zTO70Qo#i(*OVf diff --git a/src/apps/webwatch/makefile b/src/apps/webwatch/makefile deleted file mode 100644 index d039917c14..0000000000 --- a/src/apps/webwatch/makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Makefile for WebWatch - -NAME= WebWatch -TYPE= APP -SRCS= WatchApp.cpp WatchView.cpp -RSRCS= WebWatch.rsrc -LIBS= be -LIBPATHS= -SYSTEM_INCLUDE_PATHS = -LOCAL_INCLUDE_PATHS = -OPTIMIZE= FULL -DEFINES= -WARNINGS = ALL -SYMBOLS = FALSE -DEBUGGER = FALSE -COMPILER_FLAGS = -LINKER_FLAGS = - -include /boot/develop/etc/makefile-engine - -release: - @strip $(OBJ_DIR)/$(NAME) - @xres -o $(OBJ_DIR)/$(NAME) $(RSRCS) - @mimeset -f $(OBJ_DIR)/$(NAME)