Home
last modified time | relevance | path

Searched refs:exe (Results 1 – 25 of 53) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/
Dbuild_w32.bat31 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 …]
Ddosbuild.bat60 @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.$$$
DNMakefile36 /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)
Dmakefile.vms103 all: config.h make.exe
108 make.exe: $(objs)
109 $(LD)$(LDFLAGS)/exe=$@ $^$(LOADLIBES)$(CRT0)
114 -$(RM) make.exe;,*.obj;
DREADME.W3241 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 …]
Dreadme.vms14 $ 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'.
DMakefile.DOS61 EXEEXT = .exe
525 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make.exe $(MAKETESTFLAGS)"; \
DREADME.OS211 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"
Dmakefile.com86 $ link/exe=make make.opt/opt'lopt
DREADME.DOS43 unzipping, make sure the directory with make.exe is on your PATH,
108 and the docs manually. Copy make.exe to a directory on your
209 an executable file (.exe, .com, .bat, .btm, .sh, and even .sed
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dbuild.bat3 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/
Dcheck-cygwin-make.mk33 CYGWIN_MAKE := $(CYGWIN_MAKE:%.exe=%)
38 SELF_MAKE := $(strip $(wildcard $(CYGWIN_MAKE).exe))
Dinit.mk199 ifneq (,$(strip $(wildcard /bin/uname.exe)))
200 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
204 UNAME := $(shell /bin/uname.exe -s 2>NUL)
284 HOST_EXEEXT := .exe
/ndk/
Dndk-gdb.cmd5 "%PREBUILT_BIN%/python.exe" -u "%~dp0ndk-gdb" %*
DREADME.md40 * make, awk, python, yasm, and for Windows: cmp.exe and echo.exe
/ndk/build/
Dndk-build.cmd7 "%PREBUILT_PATH%\bin\make.exe" -f "%NDK_ROOT%\build\core\build-local.mk" SHELL=cmd %*
/ndk/build/tools/
Dbuilder-funcs.sh463 _BUILD_TARGETS=$_BUILD_TARGETS" $exe"
464 echo "$exe: $_BUILD_OBJECTS" >> $_BUILD_MK
481 -o $exe
Dbuild-gdb-stub.sh63 …XECUTABLE_ORIG=$(dirname "$GDB_EXECUTABLE_PATH")/$(basename "$GDB_EXECUTABLE_PATH" ".exe")-orig.exe
Dndk-common.sh241 HOST_EXE=.exe
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtestit23 TEST_EXE=test.exe
Dtestit_android383 TEST_EXE=test.exe
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit61 TEST_EXE=test.exe
Dtestit_android376 TEST_EXE=test.exe
/ndk/sources/host-tools/nawk-20071023/
DGNUmakefile47 EXE := .exe
/ndk/sources/host-tools/make-3.81/tests/
DREADME39 "perl.exe ./run_make-tests.pl".

123