File: comptry.bat

package info (click to toggle)
libamplsolver 0~20190702-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,184 kB
  • sloc: ansic: 40,472; asm: 76; sh: 72; fortran: 51; makefile: 16
file content (13 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
%*
if errorlevel 1 goto nolonglong
exit 0
:nolonglong
%* -DNO_LONG_LONG
if errorlevel 1 goto nossizet
exit 0
:nossizet
%* -DNO_SSIZE_T
if errorlevel 1 goto noboth
exit 0
:noboth
%* -DNO_LONG_LONG -DNO_SSIZE_T