| 
            Last change
 on this file since 3435 was             3032, checked in by bird, 26 years ago           | 
        
        
          | 
             
Makefiles are updated to new style. 
 
           | 
        
        
          | 
            File size:
            724 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | # $Id: pdwin32.mk,v 1.8 2000-03-06 23:42:11 bird Exp $
 | 
|---|
| 2 | #
 | 
|---|
| 3 | # PD-Win32 Project
 | 
|---|
| 4 | #
 | 
|---|
| 5 | #
 | 
|---|
| 6 | #      Create: cdmckill@novice.uwaterloo.ca, January 4th, 1998
 | 
|---|
| 7 | #      Modified: phaller@gmx.net, May 27th, 1999
 | 
|---|
| 8 | #
 | 
|---|
| 9 | #
 | 
|---|
| 10 | 
 | 
|---|
| 11 | # defines
 | 
|---|
| 12 | #    DEBUG - build a debug version instead of release version
 | 
|---|
| 13 | #    CCENV:
 | 
|---|
| 14 | #      VAC3 - use IBM VisualAge for C++ 3 compiler environment (default)
 | 
|---|
| 15 | #      EMX - use GNU/EMX compiler environment
 | 
|---|
| 16 | #
 | 
|---|
| 17 | 
 | 
|---|
| 18 | # include compiler environment
 | 
|---|
| 19 | !ifndef CCENV
 | 
|---|
| 20 | CCENV=VAC3
 | 
|---|
| 21 | VAC3=1
 | 
|---|
| 22 | !else
 | 
|---|
| 23 | !if "$(CCENV)" == "VAC36"
 | 
|---|
| 24 | CCENV=VAC36
 | 
|---|
| 25 | VAC36=1
 | 
|---|
| 26 | !endif
 | 
|---|
| 27 | !endif
 | 
|---|
| 28 | 
 | 
|---|
| 29 | !ifdef DEBUG
 | 
|---|
| 30 | !include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).dbg
 | 
|---|
| 31 | !else
 | 
|---|
| 32 | !include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).rel
 | 
|---|
| 33 | !endif
 | 
|---|
| 34 | 
 | 
|---|
| 35 | # include system tools
 | 
|---|
| 36 | !include $(PDWIN32_INCLUDE)/pdwin32.tools
 | 
|---|
| 37 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.