diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-01-25 13:41:07 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-01-25 13:41:07 +0000 |
commit | 61cbf379d39095aba92f696e3719ed9214a139e6 (patch) | |
tree | 957b92a51ccc9cc1a45f87fb307b88977c5d589d /include/makeinclude/platform_mingw32.GNU | |
parent | d35a0b105360d969208a80c42eeab22f8be92a8f (diff) | |
download | ATCD-61cbf379d39095aba92f696e3719ed9214a139e6.tar.gz |
ChangeLogTag: Sat Jan 25 13:34:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude/platform_mingw32.GNU')
-rw-r--r-- | include/makeinclude/platform_mingw32.GNU | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/makeinclude/platform_mingw32.GNU b/include/makeinclude/platform_mingw32.GNU index 8ab17f325d1..66dd974e3cb 100644 --- a/include/makeinclude/platform_mingw32.GNU +++ b/include/makeinclude/platform_mingw32.GNU @@ -40,16 +40,6 @@ TCPU = pentiumpro #TCPU = i486 #TCPU = i386 -# Define here mingw32 instalation location. -# These asumes no fancy hierachy, just all packages above unpacked on -# the same base directory. -# Optionally, you can define it as an environment variable, or set it -# on your platform_macros.GNU before including this file. - -ifndef MINGW_BASE - MINGW_BASE = c:/live/local/mingw32 -endif - # MingW doesn't allow to add the version number of ACE to the dll name # because fe ace.dll.5.2.3 isn't a valid dll name SONAME= |