Searched refs:exe (Results 1 – 25 of 55) sorted by relevance
123
/ndk/sources/host-tools/make-3.81/ |
D | build_w32.bat | 31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32… 33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 39 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 41 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 47 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … 49 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 … [all …]
|
D | dosbuild.bat | 60 @if exist make.exe echo Make.exe is now built! 61 @if not exist make.exe echo Make.exe build failed... 62 @if exist make.exe del respf.$$$
|
D | NMakefile | 36 /OUT:WinDebug/make.exe /DEBUG 38 /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe 52 if exist WinDebug\make.exe erase WinDebug\make.exe 53 if exist WinRel\make.exe erase WinRel\make.exe 59 …f $(MAKEFILE) LDFLAGS="$(LDFLAGS_release)" CFLAGS="$(CFLAGS_release)" OUTDIR=WinRel WinRel/make.exe 61 …f $(MAKEFILE) LDFLAGS="$(LDFLAGS_debug)" CFLAGS="$(CFLAGS_debug)" OUTDIR=WinDebug WinDebug/make.exe 107 $(OUTDIR)/make.exe: $(OUTDIR) $(OBJS)
|
D | makefile.vms | 103 all: config.h make.exe 108 make.exe: $(objs) 109 $(LD)$(LDFLAGS)/exe=$@ $^$(LOADLIBES)$(CRT0) 114 -$(RM) make.exe;,*.obj;
|
D | README.W32 | 41 This produces gnumake.exe in the current directory. 55 (this produces WinDebug/gnumake.exe and WinRel/gnumake.exe) 61 (this produces WinDebug/make.exe and WinRel/make.exe). 80 GNU make and sh.exe: 82 This port prefers you have a working sh.exe somewhere on your 83 system. If you don't have sh.exe, the port falls back to 86 carefully though (The author uses GNU bash as sh.exe). 91 Other possibilities are the MKS version of sh.exe, or building 107 working sh.exe in order to use parallel builds (-j). 172 sh.exe. Tests were performed on both Windows NT and Windows 95. [all …]
|
D | readme.vms | 14 $ rena make.exe 1st-make.exe 19 $ rena make.exe 2nd-make.exe 135 $ gmake x.exe 136 gmake.exe;1: *** Warning: File `x.c' has modification time in the future (940582863 > 940579269) 138 link x.obj /exe=x.exe 139 gmake.exe;1: *** Warning: Clock skew detected. Your build may be incomplete. 186 possible warnings, delete all objects, rename make.exe to a different 204 mcr sys$disk:[]program.exe < input.txt > output.txt &> error.txt 216 single source file is as easy as 'make file.exe'.
|
D | Makefile.DOS | 61 EXEEXT = .exe 525 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make.exe $(MAKETESTFLAGS)"; \
|
D | README.OS2 | 11 Makefiles while others might want to use OS/2's native shell cmd.exe, 53 - GNU file utilities (make sure that install.exe from the file utilities 55 also to change the filename to ginstall.exe instead of install.exe 91 export ac_executable_extensions=".exe"
|
D | makefile.com | 86 $ link/exe=make make.opt/opt'lopt
|
/ndk/ |
D | ndk-gdb-py.cmd | 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable 4 set NDK_MAKE=%NDK_ROOT%/prebuilt/windows/bin/make.exe 17 %NDK_ROOT%\prebuilt\windows\bin\python.exe -u %NDK_ROOT%ndk-gdb.py %*
|
D | ndk-build.cmd | 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable 4 set NDK_MAKE=%NDK_ROOT%\prebuilt\windows-x86_64\bin\make.exe 24 if "%NDK_MAKE%"=="" set NDK_MAKE=%NDK_ROOT%\prebuilt\windows\bin\make.exe
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | build.bat | 3 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D … 4 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D _… 5 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D … 6 lib.exe /NOLOGO /OUT:.\WinDebug\subproc.lib .\WinDebug/misc.obj .\WinDebug/sub_proc.obj .\WinDeb… 8 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\W… 9 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDO… 10 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\W… 11 lib.exe /NOLOGO /OUT:.\WinRel\subproc.lib .\WinRel/misc.obj .\WinRel/sub_proc.obj .\WinRel/w32er…
|
/ndk/build/core/ |
D | check-cygwin-make.mk | 33 CYGWIN_MAKE := $(CYGWIN_MAKE:%.exe=%) 38 SELF_MAKE := $(strip $(wildcard $(CYGWIN_MAKE).exe))
|
D | init.mk | 186 ifneq (,$(strip $(wildcard /bin/uname.exe))) 187 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin) 191 UNAME := $(shell /bin/uname.exe -s 2>NUL) 263 HOST_EXEEXT := .exe
|
D | ndk-common.sh | 259 HOST_EXE=.exe
|
/ndk/build/tools/ |
D | deploy-host-mcld.sh | 86 HOST_EXE=.exe 97 LD_NOEXE=${LD%%.exe}
|
D | builder-funcs.sh | 406 _BUILD_TARGETS=$_BUILD_TARGETS" $exe" 407 echo "$exe: $_BUILD_OBJECTS" >> $_BUILD_MK 424 -o $exe
|
D | build-ndk-stack.sh | 76 PROGNAME=$PROGNAME.exe
|
D | build-llvm.sh | 286 $WINE \`dirname \$0\`/llvm-config.exe "\$@" 357 rm -f $TOOLCHAIN_BUILD_PREFIX/bin/$i.exe
|
/ndk/sources/cxx-stl/llvm-libc++/test/ |
D | testit | 57 TEST_EXE=test.exe
|
D | lit.cfg | 83 exec_file = tempfile.NamedTemporaryFile(suffix="exe", delete=False)
|
/ndk/sources/host-tools/nawk-20071023/ |
D | GNUmakefile | 47 EXE := .exe
|
/ndk/build/tools/toolchain-patches/mclinker/ |
D | 0003-Fix-mingw-build.patch | 109 Path::StringType executable_extension = L".exe"; 116 +Path::StringType executable_extension = ".exe";
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | mac-mf.inp | 177 t_mddriver.exe: 178 $(CC) $(CFLAGS2) -o t_mddriver.exe t_mddriver.c md5.c
|
D | mac-mf.good | 177 t_mddriver.exe � 178 {CC} {CFLAGS2} -o t_mddriver.exe t_mddriver.c md5.c
|
123