Searched +full:- +full:nologo (Results 1 – 2 of 2) sorted by relevance
1 version: 0.5-build-{build}5 - Visual Studio 20156 - Visual Studio 20137 - Visual Studio 20179 - cmd: >-20 - cmd: >-21 nmake -f Makefile.nmake -nologo CFLAGS="-W3 -Os -MDd"25 if /i "%tests%"=="1" qmake CONFIG-=release CONFIG+=debug27 if /i "%tests%"=="1" nmake -nologo -s29 - cmd: >-[all …]
1 CFLAGS = -W331 cd tests & set TESTARGS=-silent & $(MAKE) -s check33 qmake -o $@ $**36 -if not exist lib\NUL md lib37 lib -nologo /out:$@ $**40 -del $(TINYCBOR_OBJS)42 -del lib\tinycbor.lib50 $(CC) -nologo $(CFLAGS) -Isrc -DTINYCBOR_VERSION_SUFFIX="" -c -Fo$@ $<