| 
            Last change
 on this file since 217 was             8, checked in by umoeller, 25 years ago           | 
        
        
          | 
             
Initial checkin of helpers code which used to be in WarpIN. 
 
           | 
        
        
          
            
              - 
Property                 svn:eol-style
 set to                 
CRLF
               
              - 
Property                 svn:keywords
 set to                 
Author Date Id Revision
               
             
           | 
        
        
          | 
            File size:
            301 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [8] | 1 | 
 | 
|---|
 | 2 | #
 | 
|---|
 | 3 | # makefile:
 | 
|---|
 | 4 | #
 | 
|---|
 | 5 | #       simple makefile which basically only goes into the
 | 
|---|
 | 6 | #       src\helpers subdirectory.
 | 
|---|
 | 7 | #
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | PROJECT_BASE_DIR = $(MAKEDIR)
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | INCLUDE = $(PROJECT_BASE_DIR)\include\helpers;$(INCLUDE)
 | 
|---|
 | 12 | 
 | 
|---|
 | 13 | all:
 | 
|---|
 | 14 |     @cd src\helpers
 | 
|---|
 | 15 |     nmake -nologo "MAINMAKERUNNING=YES"
 | 
|---|
 | 16 |     @cd ..\..
 | 
|---|
 | 17 | 
 | 
|---|
 | 18 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.