Searched full:exe (Results 1 – 17 of 17) sorted by relevance
30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe74 COPY programs\lz4.exe bin\lz4.exe77 …7z.exe a -bb1 bin\lz4_x64.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…81 …7z.exe a -bb1 bin\lz4_x86.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…84 - if [%COMPILER%]==[gcc] (COPY tests\*.exe programs\)102 COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe programs\112 lz4 -i1b lz4.exe &&113 lz4 -i1b5 lz4.exe &&114 lz4 -i1b10 lz4.exe &&[all …]
17 *.exe38 ld.exe*
65 EXT = .exe
111 build : Makefile : fix make -jX lib+exe concurrency (#277)320 Makefile : .exe suffix now properly added only for Windows target
29 EXE = lz4.exe macro55 %.exe: %.o $(LIB) Makefile64 all: $(LIB) $(EXE)69 $(EXE): $(LOBJ) $(OBJ)73 rm -f $(OBJ) $(EXE) $(LOBJ) $(LIB) *.tmp $(SDEPS) $(LSDEPS) $(TSDEPS)75 install: $(INC) $(LIB) $(EXE)78 echo $(DESTDIR)/bin/$(EXE) >> .footprint79 cp -v $(EXE) $(DESTDIR)/bin/116 @echo "EXE="$(EXE)
2 This file details on how to compile lz4.exe, and liblz4.a for use on DOS/djgpp using16 * `make -f contrib/djgpp/Makefile lz4.exe`
74 lz4-exe.rc: lz4-exe.rc.in83 lz4-exe.o: lz4-exe.rc84 $(WINDRES) -i lz4-exe.rc -o lz4-exe.o86 lz4: $(OBJFILES) lz4-exe.o
15 *.exe
38 VALUE "InternalName", "lz4.exe"40 VALUE "OriginalFilename", "lz4.exe"
40 # Define *.exe as extension for Windows systems42 EXT =.exe
6 - `lz4.exe` : Command Line Utility, supporting gzip-like arguments
21 …If compilation will be fine a compiled executable will be in `build\VS2010\bin\x64_Release\lz4.exe`28 `Release` will be compiled to `build\VS2010\bin\x64_Release\lz4.exe`. The solution file contains the
10 /*.exe
48 # Define *.exe as extension for Windows systems50 EXT =.exe
30 ./gen_manual.exe 1.7.3 ../../lib/lz4.h lz4_manual.html
46 bin_EXT = host_machine_os == os_windows ? '.exe' : ''