Last change
on this file since 642 was 604, checked in by sandervl, 26 years ago |
Makefile changes for VAC 3.6.5
|
File size:
812 bytes
|
Rev | Line | |
---|
[604] | 1 | # $Id: pdwin32.mk,v 1.5 1999-08-21 12:29:28 sandervl Exp $
|
---|
[4] | 2 | #
|
---|
| 3 | # PD-Win32 Project
|
---|
| 4 | #
|
---|
| 5 | #
|
---|
[9] | 6 | # Create: cdmckill@novice.uwaterloo.ca, January 4th, 1998
|
---|
| 7 | # Modified: phaller@gmx.net, May 27th, 1999
|
---|
[4] | 8 | #
|
---|
| 9 | #
|
---|
| 10 |
|
---|
[9] | 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
|
---|
[4] | 16 |
|
---|
[9] | 17 | # include compiler environment
|
---|
| 18 | !ifndef CCENV
|
---|
| 19 | CCENV=VAC3
|
---|
[604] | 20 | VAC3=1
|
---|
| 21 | #VAC36=1
|
---|
[9] | 22 | !endif
|
---|
| 23 |
|
---|
[604] | 24 | !ifdef VAC3
|
---|
| 25 | RTLLIB = cppom30.lib
|
---|
| 26 | RTLLIB_O = cppom30o.lib
|
---|
| 27 | !endif
|
---|
| 28 |
|
---|
| 29 | !ifdef VAC36
|
---|
| 30 | RTLLIB = cpprms36.lib
|
---|
| 31 | RTLLIB_O = cpprmo36.lib
|
---|
| 32 | !endif
|
---|
| 33 |
|
---|
[4] | 34 | !ifdef DEBUG
|
---|
[9] | 35 | !include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).dbg
|
---|
[4] | 36 | !else
|
---|
[9] | 37 | !include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).rel
|
---|
| 38 | !endif
|
---|
| 39 |
|
---|
| 40 | # include system tools
|
---|
| 41 | !include $(PDWIN32_INCLUDE)/pdwin32.tools
|
---|
| 42 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.