Searched refs:exe (Results 1 – 25 of 59) sorted by relevance
123
36 test.exe: test.c mman.c mman.h37 $(CC) -o test.exe test.c -L. -lmman39 test: $(TARGETS) test.exe40 test.exe43 rm -f mman.o libmman.a libmman.def libmman.lib test.exe *.dat
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 …]
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.$$$
36 /OUT:WinDebug/make.exe /DEBUG38 /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe52 if exist WinDebug\make.exe erase WinDebug\make.exe53 if exist WinRel\make.exe erase WinRel\make.exe59 …f $(MAKEFILE) LDFLAGS="$(LDFLAGS_release)" CFLAGS="$(CFLAGS_release)" OUTDIR=WinRel WinRel/make.exe61 …f $(MAKEFILE) LDFLAGS="$(LDFLAGS_debug)" CFLAGS="$(CFLAGS_debug)" OUTDIR=WinDebug WinDebug/make.exe107 $(OUTDIR)/make.exe: $(OUTDIR) $(OBJS)
103 all: config.h make.exe108 make.exe: $(objs)109 $(LD)$(LDFLAGS)/exe=$@ $^$(LOADLIBES)$(CRT0)114 -$(RM) make.exe;,*.obj;
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 your83 system. If you don't have sh.exe, the port falls back to86 carefully though (The author uses GNU bash as sh.exe).91 Other possibilities are the MKS version of sh.exe, or building107 working sh.exe in order to use parallel builds (-j).172 sh.exe. Tests were performed on both Windows NT and Windows 95.[all …]
14 $ rena make.exe 1st-make.exe19 $ rena make.exe 2nd-make.exe135 $ gmake x.exe136 gmake.exe;1: *** Warning: File `x.c' has modification time in the future (940582863 > 940579269)138 link x.obj /exe=x.exe139 gmake.exe;1: *** Warning: Clock skew detected. Your build may be incomplete.186 possible warnings, delete all objects, rename make.exe to a different204 mcr sys$disk:[]program.exe < input.txt > output.txt &> error.txt216 single source file is as easy as 'make file.exe'.
61 EXEEXT = .exe525 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make.exe $(MAKETESTFLAGS)"; \
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 utilities55 also to change the filename to ginstall.exe instead of install.exe91 export ac_executable_extensions=".exe"
86 $ link/exe=make make.opt/opt'lopt
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…
33 CYGWIN_MAKE := $(CYGWIN_MAKE:%.exe=%)38 SELF_MAKE := $(strip $(wildcard $(CYGWIN_MAKE).exe))
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)271 HOST_EXEEXT := .exe
2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd…
2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable8 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/python.exe" -u "%~dp0ndk-gdb.py" %*
2 rem This is a Windows cmd.exe script used to find windows host name.
88 HOST_EXE=.exe99 LD_NOEXE=${LD%%.exe}
472 _BUILD_TARGETS=$_BUILD_TARGETS" $exe"473 echo "$exe: $_BUILD_OBJECTS" >> $_BUILD_MK490 -o $exe
63 …XECUTABLE_ORIG=$(dirname "$GDB_EXECUTABLE_PATH")/$(basename "$GDB_EXECUTABLE_PATH" ".exe")-orig.exe
265 --gdb-executable-path=${DSTDIR}/bin/$(bh_tag_to_config_triplet $2)-gdb.exe \
47 EXE := .exe
28 TEST_EXE_SUFFIX=.exe
383 TEST_EXE=test.exe
61 TEST_EXE=test.exe
376 TEST_EXE=test.exe