jl777
9 years ago
committed by
GitHub
9 changed files with 19 additions and 19 deletions
@ -1,6 +1,6 @@ |
|||
include crypto777.sources |
|||
|
|||
all: |
|||
$(TOOL_DIR)/bin/$(MINGW) -w -D __MINGW -c $(CRYPTO777_SRCS) -I$(TOOL_DIR)/include -I$(APP)/includes/openssl -I$(APP)/crypto777 |
|||
$(TOOL_DIR)/bin/$(MINGW) -w -D __MINGW -c $(CRYPTO777_SRCS) -I$(TOOL_DIR)/include -I../includes/openssl -I../crypto777 |
|||
$(TOOL_DIR)/bin/$(MINGW)-ar rcu ../agents/win32/libcrypto777.a *.o |
|||
rm *.o |
|||
|
@ -1,4 +1,4 @@ |
|||
include ../mingw.path |
|||
LIBS := $(TOOL_DIR)/lib/libpthread.a ../agents/win32/libcrypto777.a $(TOOL_DIR)/lib/libws2_32.a $(TOOL_DIR)/lib/libgdi32.a -I$(TOOL_DIR)/include -I$(APP)/iguana -I$(APP)/includes -I$(APP)/crypto777 |
|||
LIBS := ../agents/win32/libcrypto777.a $(TOOL_DIR)/lib/libws2_32.a -L../win $(TOOL_DIR)/lib/libgdi32.a -I$(TOOL_DIR)/include -I../iguana -I../includes -I../crypto777 -lws2_32 -lpthreadGC2 |
|||
|
|||
include mingw |
|||
|
@ -1,3 +1,2 @@ |
|||
TOOL_DIR := /D/MinGW |
|||
MINGW := mingw32-gcc |
|||
APP := /C/Users/usamir/Documents/GitHub/SuperNET |
|||
TOOL_DIR := C:/MinGW/32 |
|||
MINGW := gcc |
|||
|
@ -1,3 +1,2 @@ |
|||
TOOL_DIR := /D/MinGW |
|||
MINGW := mingw32-gcc |
|||
APP := /C/Users/usamir/Documents/GitHub/SuperNET |
|||
TOOL_DIR := C:/MinGW/64 |
|||
MINGW := gcc |
Loading…
Reference in new issue