diff --git a/Makefile64 b/Makefile64 deleted file mode 100644 index 595f09c..0000000 --- a/Makefile64 +++ /dev/null @@ -1,20 +0,0 @@ -OBJS = obj/tiny.o obj/term.o obj/host.o obj/ssh2.o obj/auto_drop.o obj/resource.o -LIBS = ${MINGW_PREFIX}/lib/libssh2.a -CC = gcc -RC = windres -CFLAGS= -Os -std=c99 -D UNICODE -I${MINGW_PREFIX}/include -LDFLAGS = -s -lgdi32 -lcomdlg32 -lcomctl32 -lole32 -lwinmm -lws2_32 -lshell32 -l shlwapi -lcrypt32 -lbcrypt -ldwmapi -luxtheme -Wl,--subsystem,windows -Wl,-gc-sections - -all: tinyTerm64.exe - -tinyTerm64.exe: ${OBJS} - ${CC} -o "$@" ${OBJS} ${LIBS} ${LDFLAGS} - -obj/%.o: %.c tiny.h - ${CC} ${CFLAGS} -c $< -o $@ - -obj/resource.o: res\tinyTerm.rc res\tiny.manifest res\TL1.ico - ${RC} -I. -I.\res -i $< -o $@ - -clean: - del obj\*.o "tinyTerm64.exe" \ No newline at end of file