Initial release of the VFD code
[de200vfd.git] / Makefile.config.cygwin
blob3ca91e39477742cdf9170a678b87254bccd2dc6c
1 #******************************************************************************
2 #  Makefile.config                 (C) 1992-2000 Christophe de Dinechin (ddd)  
3 #  Contributed by Bernard Hurley & Ingo Bruss                  Mozart Project  
4 #******************************************************************************
6 #  File Description:
8 #    Makefile configuration file for the Mozart project
10 #    This version is for GCC/CygWin
17 #******************************************************************************
18 #This document is distributed under the GNU General Public License
19 #See the enclosed COPYING file or http://www.gnu.org for information
20 #******************************************************************************
21 #* File       : $RCSFile$
22 #* Revision   : $Revision: 1.3 $
23 #* Date       : $Date: 2001/10/26 15:56:58 $
24 #******************************************************************************
26 #------------------------------------------------------------------------------
27 #  Tools
28 #------------------------------------------------------------------------------
30 ifndef BUILDENV
31 BUILDENV=cygwin
32 endif
34 DEFINES_cygwin=-DCONFIG_CYGWIN
36 include $(BROOT)Makefile.config.gnu
37 include $(BROOT)Makefile.rules