summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-01-12 10:33:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-01-12 10:33:51 +0000
commita18facb6e2393089f83dc5569d816f775ed58bff (patch)
tree4c5c237b8eca84710f2f32ad6090bce3011143a1 /include
parentf53d62fd5f08fc80013e60ef568110a2891754c7 (diff)
downloadATCD-a18facb6e2393089f83dc5569d816f775ed58bff.tar.gz
ChangeLogTag: Thu Jan 12 10:28:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks6.2.GNU3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_vxworks6.2.GNU b/include/makeinclude/platform_vxworks6.2.GNU
index 82246d86f4b..ec6ea10cd27 100644
--- a/include/makeinclude/platform_vxworks6.2.GNU
+++ b/include/makeinclude/platform_vxworks6.2.GNU
@@ -139,10 +139,11 @@ ifneq ($(VX_LIB_BUILD),1)
endif
ifeq ($(VX_APP_BUILD),1)
## set variables for VxWorks linktarget identification
- PRJ_FILE = $(basename $(notdir $(BIN_UNCHECKED))).vxworks
ifeq ($(rtp),0)
EXEEXT = .out
+ PRJ_FILE = $(basename $(notdir $(BIN_UNCHECKED))).vxworks
else
+ PRJ_FILE = $(basename $(notdir $(BIN_UNCHECKED))).vxe
EXEEXT = .vxe
VXE_DIR := $(OUTPUT_DIRECTORY)
EXE = $(BIN_UNCHECKED)