File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -105,25 +105,25 @@ User defined zones
105
105
Build Notes
106
106
================
107
107
108
- ## generate makefile
108
+ ## build win64 dll
109
+
110
+ ### generate makefile
109
111
110
112
```
111
113
Administrator@who-8f29c72b513 ~/build-for-embed/nginx-clojure
112
114
$ cd nginx-clojure-embed/
113
115
114
- $ export NGINX_SRC=c:/mingw/msys/1.0/home/administrator/build-for-embed/nginx-c
115
- urrent
116
+ $ export NGINX_SRC=c:/mingw/msys/1.0/home/administrator/build-for-embed/nginx-current
116
117
117
118
118
- Administrator@who-8f29c72b513 ~/build-for-embed/nginx-clojure/nginx-clojure-embe
119
- d
119
+ Administrator@who-8f29c72b513 ~/build-for-embed/nginx-clojure/nginx-clojure-embed
120
120
$ ./configure-win32
121
121
javac is /c/Program Files/Java/jdk1.8.0_11/bin/javac
122
122
java is /c/Program Files/Java/jdk1.8.0_11/bin/java
123
123
checking for OS
124
124
```
125
125
126
- ## openssl 1.x
126
+ ### openssl 1.x
127
127
128
128
modify auto/lib/openssl/makefile.msvc to
129
129
146
146
)
147
147
```
148
148
149
- ## warning
149
+ ### avoid warning
150
150
151
151
src\os\win32\nginx_win32_config.h
152
152
@@ -168,8 +168,18 @@ line 32 :
168
168
169
169
```
170
170
171
+ ## modify make file
172
+
173
+ build-for-embed\nginx-current\objs\Makefile
174
+
175
+ line 1561:
176
+ remove ` rc ` line
177
+
178
+ ```
179
+ rc -foobjs/nginx.res $(CORE_INCS) src/os/win32/nginx.rc
180
+ ```
171
181
172
- ## do make
182
+ ### do make
173
183
174
184
```
175
185
$ cd ../..
You can’t perform that action at this time.
0 commit comments