Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
39b03600
Commit
39b03600
authored
Sep 03, 2010
by
valenok
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed installer - no openssl libs
parent
4f1c76cf
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
14 deletions
+10
-14
Makefile
Makefile
+7
-10
installer.nsi
win32/installer.nsi
+2
-3
libeay32.dll
win32/libeay32.dll
+0
-0
mongoose.conf
win32/mongoose.conf
+1
-1
ssleay32.dll
win32/ssleay32.dll
+0
-0
No files found.
Makefile
View file @
39b03600
...
@@ -51,20 +51,17 @@ solaris:
...
@@ -51,20 +51,17 @@ solaris:
# o Set VC variable below to where VS 6.0 is installed on your system
# o Set VC variable below to where VS 6.0 is installed on your system
# o Run "PATH_TO_VC6\bin\nmake windows"
# o Run "PATH_TO_VC6\bin\nmake windows"
VC
=
q:
\v
c6
VC
=
z:
#DBG= /Zi /DDEBUG /Od /DDEBUG
#DBG= /Zi /DDEBUG /Od /DDEBUG
DBG
=
/DNDEBUG /Os
DBG
=
/DNDEBUG /Os
CL
=
$(VC)
\b
in
\c
l.exe /MD /TC /nologo /W4 /c
$(DBG)
/I
$(VC)
/include
SSL
=
y:
\r
elease
\c
yassl.lib crypt32.lib advapi32.lib
LINK
=
$(VC)
\b
in
\l
ink.exe /incremental:no /libpath:
$(VC)
\l
ib ws2_32.lib
CL
=
cl /MD /TC /nologo
$(DBG)
/DNO_SSL_DL /I
$(VC)
\i
nclude
OUT
=
c:
\o
ut
LINK
=
/link /incremental:no /libpath:
$(VC)
\l
ib ws2_32.lib
$(SSL)
DLL
=
$(OUT)
\_
$(PROG)
.dll
EXE
=
$(OUT)
\$
(
PROG
)
.exe
windows
:
windows
:
$(CL)
main.c /Fd
$(OUT)
\m
ain.pdb /Fo
$(OUT)
\m
ain.obj
$(CL)
main.c mongoose.c
$(LINK)
/DLL /DEF:win32
\d
ll.def
\
$(CL)
mongoose.c /Fd
$(OUT)
\m
ongoose.pdb /Fo
$(OUT)
\m
ongoose.obj
/out:_
$(PROG)
.dll
$(LINK)
$(OUT)
\m
ongoose.obj /DLL /DEF:win32
\d
ll.def /out:
$(DLL)
$(CL)
main.c mongoose.c
$(LINK)
/out:
$(PROG)
.exe
$(LINK)
$(OUT)
\m
ain.obj
$(OUT)
\m
ongoose.obj /out:
$(EXE)
# Build for Windows under MinGW
# Build for Windows under MinGW
#MINGWDBG= -DDEBUG -O0
#MINGWDBG= -DDEBUG -O0
...
...
win32/installer.nsi
View file @
39b03600
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
!define MENUDIR "Mongoose web server"
!define MENUDIR "Mongoose web server"
!define SVC "Mongoose ${VERSION}"
!define SVC "Mongoose ${VERSION}"
OutFile
c:\
mongoose-${VERSION}.install.exe
OutFile mongoose-${VERSION}.install.exe
Name "Mongoose ${VERSION}"
Name "Mongoose ${VERSION}"
InstallDir C:\mongoose-${VERSION}
InstallDir C:\mongoose-${VERSION}
...
@@ -25,8 +25,7 @@ Section "Mongoose files (required)"
...
@@ -25,8 +25,7 @@ Section "Mongoose files (required)"
SectionEnd
SectionEnd
Section "SSL files"
Section "SSL files"
File ssleay32.dll
SectionIn RO
File libeay32.dll
File ssl_cert.pem
File ssl_cert.pem
# Following lines add full path to the certificate file in the mongoose.conf
# Following lines add full path to the certificate file in the mongoose.conf
...
...
win32/libeay32.dll
deleted
100644 → 0
View file @
4f1c76cf
File deleted
win32/mongoose.conf
View file @
39b03600
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
document_root
c
:\
document_root
c
:\
# Placeholder for ssl_certificate
listening_ports
80
,
443
s
listening_ports
80
,
443
s
access_log_file
c
:\
mongoose_access_log
.
txt
access_log_file
c
:\
mongoose_access_log
.
txt
...
...
win32/ssleay32.dll
deleted
100644 → 0
View file @
4f1c76cf
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment