mingwmake.bat
author Claus Gittinger <cg@exept.de>
Sun, 04 Nov 2018 14:57:49 +0100
changeset 18511 4b7bd1293f9d
parent 16404 1697fd0fc833
child 16408 bc62fb9a8df6
permissions -rw-r--r--
#FEATURE by cgexept.de class: AbstractFileBrowser added: #enableGotoDocumentsDirectory comment/format in: #doGoDirectoryUp #doGotoDefaultDirectory #doGotoDesktopDirectory #doGotoDocumentsDirectory #doGotoDownloadsDirectory #doGotoHomeDirectory #doGotoSmalltalkDirectory #doGotoSmalltalkWorkspaceDirectory changed: #currentFileNameHolderChangedForCommon class: AbstractFileBrowser class changed: #directoryMenu

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=

@pushd ..\rules
@call find_mingw.bat
@popd
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*