aboutsummaryrefslogtreecommitdiffstats
path: root/setvar.bat
blob: 4c1fbf28540d820a46e4f772dcd76c50e7630087 (plain) (blame)
1
2
3
4
5
6
7
@echo off
call ..\mcl\setvar.bat
set MCLBN_FP_UNIT_SIZE=6
set CFLAGS=%CFLAGS% /DMCLBN_FP_UNIT_SIZE=%MCLBN_FP_UNIT_SIZE% /I ..\mcl\include
set LDFLAGS=%LDFLAGS% /LIBPATH:..\mcl\lib
echo CFLAGS=%CFLAGS%
echo LDFLAGS=%LDFLAGS%
t'>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/repng2jpeg/pkg-descr
Commit message (Expand)AuthorAgeFilesLines
* Switch MASTER_SITES and WWW to https in Chris' ports.Raphael Kubo da Costa2019-10-191-1/+1
* - Update to upstream version 1.0.5Thomas Zander2014-09-281-1/+7
* graphics/repng2jpeg: support stageWilliam Grzybowski2014-08-31