Home
last modified time | relevance | path

Searched full:exe (Results 1 – 17 of 17) sorted by relevance

/lz4-3.4.0-2.7.6/
Dappveyor.yml30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe
74 COPY programs\lz4.exe bin\lz4.exe
77 …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 …]
D.gitignore17 *.exe
38 ld.exe*
DMakefile.inc65 EXT = .exe
DNEWS111 build : Makefile : fix make -jX lib+exe concurrency (#277)
320 Makefile : .exe suffix now properly added only for Windows target
/lz4-3.4.0-2.7.6/contrib/djgpp/
DMakefile29 EXE = lz4.exe macro
55 %.exe: %.o $(LIB) Makefile
64 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) >> .footprint
79 cp -v $(EXE) $(DESTDIR)/bin/
116 @echo "EXE="$(EXE)
DREADME.MD2 This file details on how to compile lz4.exe, and liblz4.a for use on DOS/djgpp using
16 * `make -f contrib/djgpp/Makefile lz4.exe`
/lz4-3.4.0-2.7.6/programs/
DMakefile74 lz4-exe.rc: lz4-exe.rc.in
83 lz4-exe.o: lz4-exe.rc
84 $(WINDRES) -i lz4-exe.rc -o lz4-exe.o
86 lz4: $(OBJFILES) lz4-exe.o
D.gitignore15 *.exe
/lz4-3.4.0-2.7.6/build/VS2010/lz4/
Dlz4.rc38 VALUE "InternalName", "lz4.exe"
40 VALUE "OriginalFilename", "lz4.exe"
/lz4-3.4.0-2.7.6/build/VS2017/lz4/
Dlz4.rc38 VALUE "InternalName", "lz4.exe"
40 VALUE "OriginalFilename", "lz4.exe"
/lz4-3.4.0-2.7.6/lib/dll/example/
DMakefile40 # Define *.exe as extension for Windows systems
42 EXT =.exe
DREADME.md6 - `lz4.exe` : Command Line Utility, supporting gzip-like arguments
/lz4-3.4.0-2.7.6/build/
DREADME.md21 …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
/lz4-3.4.0-2.7.6/examples/
D.gitignore10 /*.exe
/lz4-3.4.0-2.7.6/contrib/gen_manual/
DMakefile48 # Define *.exe as extension for Windows systems
50 EXT =.exe
DREADME.md30 ./gen_manual.exe 1.7.3 ../../lib/lz4.h lz4_manual.html
/lz4-3.4.0-2.7.6/contrib/meson/meson/programs/
Dmeson.build46 bin_EXT = host_machine_os == os_windows ? '.exe' : ''