mirror of
https://github.com/3proxy/3proxy.git
synced 2025-11-05 00:02:39 +08:00
Compare commits
24 Commits
d87c7052c2
...
71ca0b7471
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71ca0b7471 | ||
|
|
cf3a2778d6 | ||
|
|
86081b0f44 | ||
|
|
52a217056e | ||
|
|
c09cc28cbf | ||
|
|
0c2a8404b2 | ||
|
|
6ca40cfb2e | ||
|
|
07e97a57ba | ||
|
|
065ded7df3 | ||
|
|
dae86fc6ff | ||
|
|
895f5d9128 | ||
|
|
e26e3727a3 | ||
|
|
9a39a49c07 | ||
|
|
7bf5f1a837 | ||
|
|
ce3f12115a | ||
|
|
2a97a46301 | ||
|
|
e36d5fe662 | ||
|
|
fb824c9463 | ||
|
|
c295bd9ac3 | ||
|
|
399c360be9 | ||
|
|
de8067c3dc | ||
|
|
7737ac07db | ||
|
|
f9a5649dfb | ||
|
|
f048f7fa4d |
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@ -29,12 +29,12 @@ jobs:
|
||||
- name: ln Mac
|
||||
if: ${{ startsWith(matrix.target, 'macos') }}
|
||||
run: ln -s Makefile.FreeBSD Makefile
|
||||
- name: dirs Windows
|
||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||
run: cmd /C 'echo:>>Makefile.win && echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" $(CFLAGS) >>Makefile.win'
|
||||
- name: ln Windows
|
||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||
run: copy Makefile.win Makefile
|
||||
- name: dirs Windows
|
||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" $(CFLAGS) >>Makefile.win && type Makefile.win'
|
||||
- name: SSLPlugin Linux
|
||||
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
||||
run: 'echo PLUGINS := $(PLUGINS) SSLPlugin >>Makefile & echo LIBS := $(LIBS) -lcrypto -lssl >>Makefile'
|
||||
|
||||
@ -34,5 +34,5 @@ PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlu
|
||||
include Makefile.inc
|
||||
|
||||
allplugins:
|
||||
@list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ; cd ../.. ; done
|
||||
@list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ; cd ../.. ; done
|
||||
|
||||
@ -33,5 +33,5 @@ PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlu
|
||||
include Makefile.inc
|
||||
|
||||
allplugins:
|
||||
@list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ; rm *.o ; cd ../.. ; done
|
||||
@list="$(PLUGINS)"; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ; cd ../.. ; done
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user