Home
last modified time | relevance | path

Searched refs:D_FLAGS (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/make/scripts/
H A Dtests-javaws.sh9 D_FLAGS="-J-Djnlp.nativewindow.debug=all -J-Djnlp.jogl.debug=all -J-Djnlp.newt.debug=all"
15 javaws $X_FLAGS $D_FLAGS http://risa/deployment/test/jau01s/jogl-demos/$JNLP 2>&1 | tee tests-javaw…
H A Dadb-launch-main.sh41 D_FLAGS="\&newt.debug=all"
66 …auncher.MainLauncher -d launch://jogamp.org/$TSTCLASS/?pkg=com.jogamp.opengl.test$D_FLAGS$M_FLAGS \
H A Dtests-javaws-x64.bat11 set D_FLAGS="-J-Djnlp.nativewindow.debug=all" "-J-Djnlp.jogl.debug=all" "-J-Djnlp.newt.debug=all" variable
17 %JRE_PATH%\javaws %X_FLAGS% %D_FLAGS% http://risa/deployment/test/jau01s/jogl-demos/%JNLP% > tests-…
H A Dadb-launch-junit.sh75 …che.tools.ant.taskdefs.optional.junit.JUnitTestRunner/?pkg=com.jogamp.opengl.test$D_FLAGS$M_FLAGS \
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/jaguar/
H A Djaguar.h61 D_FLAGS = 0, enumerator
H A Djaguar.c1738 if (offset != D_FLAGS) in jaguardsp_ctrl_r()
1754 if (offset != D_FLAGS) in jaguardsp_ctrl_w()
1768 case D_FLAGS: in jaguardsp_ctrl_w()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/jaguar/
H A Djaguar.h61 D_FLAGS = 0, enumerator
H A Djaguar.c1746 if (offset != D_FLAGS) in jaguardsp_ctrl_r()
1764 if (offset != D_FLAGS) in jaguardsp_ctrl_w()
1779 case D_FLAGS: in jaguardsp_ctrl_w()
/dports/audio/fossmixer/detroit-0.2.3/vault/
H A DMakefile.in56 $(CC) @D_FLAGS@ $(LIB) -o $(OUT) engine/*.@OBJEXT@ $(OBJ) $(LNK)
/dports/audio/fossmixer/detroit-0.2.3/
H A DMakefile.in60 $(CC) @D_FLAGS@ $(LIB) -o $(OUT) engine/*.@OBJEXT@ $(OBJ) $(LNK)
H A Dconfigure.ac54 D_FLAGS="`/bin/sh ./build/sym.sh \"$CC\"`"
804 AC_SUBST(D_FLAGS, [$D_FLAGS]) subst
H A Dconfigure3711 D_FLAGS="`/bin/sh ./build/sym.sh \"$CC\"`"
9665 D_FLAGS=$D_FLAGS
/dports/audio/fossmixer/detroit-0.2.3/apps/fossmixer/
H A DMakefile.in60 $(CC) @D_FLAGS@ $(LIB) -o $(OUT) engine/*.@OBJEXT@ $(OBJ) $(LNK)
/dports/audio/fossmixer/detroit-0.2.3/examples/gui_vesmir/
H A DMakefile.in64 $(CC) @D_FLAGS@ $(LIB) -o $(OUT) engine/*.@OBJEXT@ $(OBJ) $(LNK)
/dports/converters/wkhtmltopdf/qt-5db36ec/
H A Dconfigure914 D_FLAGS=
2460 D_FLAGS="$D_FLAGS \"$VAL\""
5067 if [ '!' -z "$D_FLAGS" ]; then
5068 for DEF in $D_FLAGS; do
7630 [ '!' -z "$D_FLAGS" ] && QMakeVar add DEFINES "$D_FLAGS"
8181 for build_option in $D_FLAGS; do