diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-27 18:32:03 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-27 18:32:03 +0000 |
commit | 95f8f8cf6327ca232d986923a755cf3ebeee1c3d (patch) | |
tree | e0847a557f8ac10260296b786633e45e6ed7c58d /include | |
parent | ed080069ec7b1192177e4cff7aa92dcf194f6258 (diff) | |
download | ATCD-95f8f8cf6327ca232d986923a755cf3ebeee1c3d.tar.gz |
default PERL_PATH to "perl", and added note to ACE-INSTALL.html to set it to the full perl path if perl is not on your path
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_g++.GNU | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU index 2a62fadea73..747c8afecda 100644 --- a/include/makeinclude/platform_vxworks5.x_g++.GNU +++ b/include/makeinclude/platform_vxworks5.x_g++.GNU @@ -4,10 +4,9 @@ #### Notes: #### 1) This file requires that the WIND_BASE and WIND_HOST_TYPE environment #### variables be set. If the target CPU is not a PPC604, then your CPU -#### environment variable must be set. On Windows hosts, you'll also need -#### to set your PERL_PATH environment variable to perl.exe, if perl -#### is on your path. If perl is not on your path, you'll need to set -#### it to the full path to perl. +#### environment variable must be set. If perl is not on your path, +#### you'll also need to set your PERL_PATH environment variable to +#### the full path to perl. #### 2) If you have problems with munch output not being compilable #### because it contains identifiers with ".", e.g., ".cpp", in them: #### add a global variable or function to that .cpp file. See @@ -39,6 +38,7 @@ ifeq (,$(findstring $(HOST_DIR)/bin,$PATH)) PATH := $(PATH):$(HOST_DIR)/bin endif # PATH +PERL_PATH = perl #### BEGIN target CPU-specific settings |