Home
last modified time | relevance | path

Searched +full:- +full:nologo (Results 1 – 2 of 2) sorted by relevance

/tinycbor-2.7.6/
D.appveyor.yml1 version: 0.5-build-{build}
5 - Visual Studio 2015
6 - Visual Studio 2013
7 - Visual Studio 2017
9 - cmd: >-
20 - cmd: >-
21 nmake -f Makefile.nmake -nologo CFLAGS="-W3 -Os -MDd"
25 if /i "%tests%"=="1" qmake CONFIG-=release CONFIG+=debug
27 if /i "%tests%"=="1" nmake -nologo -s
29 - cmd: >-
[all …]
DMakefile.nmake1 CFLAGS = -W3
31 cd tests & set TESTARGS=-silent & $(MAKE) -s check
33 qmake -o $@ $**
36 -if not exist lib\NUL md lib
37 lib -nologo /out:$@ $**
40 -del $(TINYCBOR_OBJS)
42 -del lib\tinycbor.lib
50 $(CC) -nologo $(CFLAGS) -Isrc -DTINYCBOR_VERSION_SUFFIX="" -c -Fo$@ $<