removed obsolete batch files for building wx with obsolete makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-02-08 15:15:42 +00:00
parent 114cdc750b
commit 084314581d
3 changed files with 0 additions and 44 deletions

View File

@ -1,11 +0,0 @@
Rem This sets up the environment for Cygwin. Replace g:\gnuwin32\b20 with your
Rem Cygwin directory.
@ECHO OFF
SET MAKE_MODE=UNIX
PATH C:\WINDOWS;C:\WINDOWS\command;g:\GNUWIN32\B20\CYGWIN~1\H-I586~1\BIN;d:\wx\utils\tex2rtf\bin;g:\ast\astex;g:\ast\emtex\bin;g:\cvs;c:\bin
set BISON_SIMPLE=g:\gnuwin32\b20\cygwin-b20\share\bison.simple
set BISON_HAIRY=g:\gnuwin32\b20\cygwin-b20\share\bison.hairy
Rem 4DOS users only...
unalias make
alias makegnu make -f makefile.g95

View File

@ -1,17 +0,0 @@
REM
REM replace k:\mingw32 with whatever your installation root may be.
REM
path C:\WINDOWS;C:\WINDOWS\COMMAND;k:\mingw32\bin;c:\bin
SET GCC_EXEC_PREFIX=k:\mingw32\lib\gcc-lib\
set BISON_SIMPLE=k:\mingw32\share\bison.simple
set BISON_HAIRY=k:\mingw32\share\bison.hairy
set C_INCLUDE_PATH=k:\MINGW32\include
set CPLUS_INCLUDE_PATH=k:\MINGW32\include\g++;g:\MINGW32\include
set LIBRARY_PATH=k:\MINGW32\lib
set GCC_EXEC_PREFIX=k:\MINGW32\lib\gcc-lib\
rem 4DOS users only...
unalias make
alias makeming make -f makefile.g95

View File

@ -1,16 +0,0 @@
REM
REM replace c:\MINGW with whatever your installation root may be.
REM GCC_EXEC_PREFIX is optional, and hardly ever needs to be set (read:
REM leave it alone).
REM
SET MINGWDIR=c:\gcc-2.95
PATH=%MINGWDIR%\bin;%PATH%
set BISON_SIMPLE=%MINGWDIR%\share\bison.simple
set BISON_HAIRY=%MINGWDIR%\share\bison.hairy
REM SET GCC_EXEC_PREFIX=%MINGWDIR%\lib\gcc-lib\
REM set LIBRARY_PATH=%MINGWDIR%\lib;%MINGWDIR%\lib\gcc-lib\i386-mingw32\2.8.1
rem 4DOS users only...
unalias make
alias makeming make -f makefile.g95