Home
last modified time | relevance | path

Searched refs:testgui (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A DMakefile.am6 bin_PROGRAMS = hidapi-hidraw-testgui hidapi-libusb-testgui
15 bin_PROGRAMS = hidapi-testgui
24 TestGUI.app/Contents/MacOS/hidapi-testgui$(EXEEXT): hidapi-testgui$(EXEEXT)
27 all: all-am TestGUI.app/Contents/MacOS/hidapi-testgui$(EXEEXT)
39 testgui.sln \
40 testgui.vcproj
A DMakefile.linux9 all: testgui
20 testgui: $(OBJS)
21 g++ -Wall -g $^ $(LIBS) -o testgui
30 rm *.o testgui
A DMakefile.mingw9 all: hidapi-testgui
20 hidapi-testgui: $(OBJS)
21 g++ -g $^ $(LIBS) -o hidapi-testgui
30 rm -f *.o hidapi-testgui.exe
A DMakefile.mac9 all: hidapi-testgui
22 hidapi-testgui: $(OBJS) TestGUI.app
23 g++ -Wall -g $(OBJS) $(LIBS) $(LDFLAGS) -o hidapi-testgui
43 rm -f $(OBJS) hidapi-testgui
A DMakefile.freebsd9 all: testgui
21 testgui: $(OBJS)
31 rm *.o testgui
A Dtestgui.sln4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgui", "testgui.vcproj", "{08769AC3-785A-4D…
A Dstart.sh2 xterm -e /Users/alan/work/hidapi/testgui/TestGUI.app/Contents/MacOS/tg
A Dcopy_to_bundle.sh6 EXE_NAME=hidapi-testgui
/AliOS-Things-master/components/SDL2/src/hidapi/
A Dconfigure.ac162 AC_ARG_ENABLE([testgui], optenable
163 [AS_HELP_STRING([--enable-testgui],
170 rm -Rf testgui/TestGUI.app
171 mkdir -p testgui/TestGUI.app
172 cp -R ${srcdir}/testgui/TestGUI.app.in/* testgui/TestGUI.app
173 chmod -R u+w testgui/TestGUI.app
174 mkdir testgui/TestGUI.app/Contents/MacOS/
234 testgui/Makefile \
A DMakefile.am45 SUBDIRS += testgui subdir
69 testgui/Makefile.in \
A DREADME.txt227 --enable-testgui
252 cd testgui/
262 the testgui/ directory.

Completed in 8 milliseconds