mingwmake.bat
author Patrik Svestka <patrik.svestka@gmail.com>
Wed, 14 Nov 2018 12:15:50 +0100
branchjv
changeset 6509 110f6a02e2d5
parent 6361 599f4560a907
permissions -rw-r--r--
Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present - All source *.st files are now Unicode UTF8 without BOM Files are in two groups (fileOut works this way in Smalltalk/X): - containing a unicode character have "{ Encoding: utf8 }" at the header - ASCII only are without the header
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6361
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     1
@REM -------
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     2
@REM make using mingw gnu compiler
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     3
@REM type mingwmake, and wait...
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     5
@REM -------
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     6
@SET DEFINES=
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    10
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    11
@pushd ..\rules
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    12
@call find_mingw.bat
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    13
@popd
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    15
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    16
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    17
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    18