Changeset 54


Ignore:
Timestamp:
May 7, 2023, 10:45:04 PM (2 years ago)
Author:
gyoung
Message:

Define BUILD_ROOT to easily setup some needed full paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make.inc

    r4 r54  
    2121VERSION         =       0_2_9
    2222VERSION_STRING  =       0.2.9
    23 AUTHOR_STRING   =       "(C) Chris Wohlgemuth 2002-2005"
     23AUTHOR_STRING   =       "(C) Chris Wohlgemuth 2002-2005 Gregg Young 2023"
     24BUILD_ROOT      =       "U:/CWMM_Workspace/Trunk"
    2425
    2526# Put version in environment for REXX skripts
     
    3738
    3839#The base dir off the CW function toolkit
    39 export COMMONSRC        =       H:/cwmm/common_functions
     40export COMMONSRC        =       $(BUILD_ROOT)/common_functions
    4041
    41 export NLVBASE          =       H:/cwmm/nlv
    42 export MMSRCBASE        =       H:/cwmm
     42export NLVBASE          =       $(BUILD_ROOT)/Trunk/nlv
     43export MMSRCBASE        =       $(BUILD_ROOT)/Trunk
    4344
    4445
Note: See TracChangeset for help on using the changeset viewer.