source: trunk/include/pdwin32.mk@ 9

Last change on this file since 9 was 9, checked in by phaller, 26 years ago

Experimental support vor EMX/GCC 0.9d as build environment. IBM VAC++ 3 remains default.

File size: 601 bytes
Line 
1#
2# PD-Win32 Project
3#
4#
5# Create: cdmckill@novice.uwaterloo.ca, January 4th, 1998
6# Modified: phaller@gmx.net, May 27th, 1999
7#
8#
9
10# defines
11# DEBUG - build a debug version instead of release version
12# CCENV:
13# VAC3 - use IBM VisualAge for C++ 3 compiler environment (default)
14# EMX - use GNU/EMX compiler environment
15
16# include compiler environment
17!ifndef CCENV
18CCENV=VAC3
19!endif
20
21!ifdef DEBUG
22!include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).dbg
23!else
24!include $(PDWIN32_INCLUDE)/pdwin32.$(CCENV).rel
25!endif
26
27# include system tools
28!include $(PDWIN32_INCLUDE)/pdwin32.tools
29
Note: See TracBrowser for help on using the repository browser.