Changeset 54
- Timestamp:
 - May 7, 2023, 10:45:04 PM (2 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/make.inc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/make.inc
r4 r54 21 21 VERSION = 0_2_9 22 22 VERSION_STRING = 0.2.9 23 AUTHOR_STRING = "(C) Chris Wohlgemuth 2002-2005" 23 AUTHOR_STRING = "(C) Chris Wohlgemuth 2002-2005 Gregg Young 2023" 24 BUILD_ROOT = "U:/CWMM_Workspace/Trunk" 24 25 25 26 # Put version in environment for REXX skripts … … 37 38 38 39 #The base dir off the CW function toolkit 39 export COMMONSRC = H:/cwmm/common_functions40 export COMMONSRC = $(BUILD_ROOT)/common_functions 40 41 41 export NLVBASE = H:/cwmm/nlv42 export MMSRCBASE = H:/cwmm42 export NLVBASE = $(BUILD_ROOT)/Trunk/nlv 43 export MMSRCBASE = $(BUILD_ROOT)/Trunk 43 44 44 45  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  