aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:00 -0700
committerPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:00 -0700
commit46e606447f57cf65cd50f06ecc9f4b5e6702774b (patch)
treea9ca8c9a3044d6b80856e4ae3d067a2d2d9d6097
parent7a6f46bccc46d3d47abb93b7b7a992d0e95a2938 (diff)
downloadopencore-46e606447f57cf65cd50f06ecc9f4b5e6702774b.tar.gz
RIO-8452: New flag for internal build configuration
Change-Id: I24041c816d254825075b5927280268951c7152b1
-rw-r--r--engines/2way/src/pv_2way_sdkinfo.h2
-rw-r--r--engines/author/src/pv_author_sdkinfo.h2
-rw-r--r--engines/player/src/pv_player_sdkinfo.h2
-rw-r--r--tools_v2/build/make/prog.mk4
4 files changed, 7 insertions, 3 deletions
diff --git a/engines/2way/src/pv_2way_sdkinfo.h b/engines/2way/src/pv_2way_sdkinfo.h
index 01fd9897e..8d91942c4 100644
--- a/engines/2way/src/pv_2way_sdkinfo.h
+++ b/engines/2way/src/pv_2way_sdkinfo.h
@@ -21,7 +21,7 @@
// This header file is automatically generated at build-time
// *** OFFICIAL RELEASE INFO -- Will not auto update
-#define PV2WAY_ENGINE_SDKINFO_LABEL "1477378"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1477505"
#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100603
#endif //PV_2WAY_SDKINFO_H_INCLUDED
diff --git a/engines/author/src/pv_author_sdkinfo.h b/engines/author/src/pv_author_sdkinfo.h
index b9a93883e..1d46d455b 100644
--- a/engines/author/src/pv_author_sdkinfo.h
+++ b/engines/author/src/pv_author_sdkinfo.h
@@ -21,7 +21,7 @@
// This header file is automatically generated at build-time
// *** OFFICIAL RELEASE INFO -- Will not auto update
-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1477378"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1477505"
#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100603
#endif //PV_AUTHOR_SDKINFO_H_INCLUDED
diff --git a/engines/player/src/pv_player_sdkinfo.h b/engines/player/src/pv_player_sdkinfo.h
index 24934ad71..b257cca2e 100644
--- a/engines/player/src/pv_player_sdkinfo.h
+++ b/engines/player/src/pv_player_sdkinfo.h
@@ -21,7 +21,7 @@
// This header file is automatically generated at build-time
// *** OFFICIAL RELEASE INFO -- Will not auto update
-#define PVPLAYER_ENGINE_SDKINFO_LABEL "1477378"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1477505"
#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100603
#endif //PV_PLAYER_SDKINFO_H_INCLUDED
diff --git a/tools_v2/build/make/prog.mk b/tools_v2/build/make/prog.mk
index 9296c4446..f61d28816 100644
--- a/tools_v2/build/make/prog.mk
+++ b/tools_v2/build/make/prog.mk
@@ -128,6 +128,10 @@ ifeq ($(run_$(TARGET)_SOURCE_DIR), )
run_$(TARGET)_SOURCE_DIR := $(LOCAL_PATH)
endif
+ifeq ($(PROGTYPE),gui_app)
+ POST_LDFLAGS += $(GUI_LINKER_FLAG)
+endif
+
ifneq ($(DISABLE_MAKE_BUILD), 1)
run_$(TARGET): $(REALTARGET)
endif