Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
38ec4689
Commit
38ec4689
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Work with MINGW compiler. No need to have cygwin1.dll.
parent
cf6f8982
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/exe/doliwamp/Makefile
+1
-3
1 addition, 3 deletions
build/exe/doliwamp/Makefile
build/exe/doliwamp/UsedPort.cpp
+1
-1
1 addition, 1 deletion
build/exe/doliwamp/UsedPort.cpp
build/exe/doliwamp/UsedPort.exe
+0
-0
0 additions, 0 deletions
build/exe/doliwamp/UsedPort.exe
with
2 additions
and
4 deletions
build/exe/doliwamp/Makefile
+
1
−
3
View file @
38ec4689
...
@@ -50,8 +50,6 @@ COPTIONS=-O3
...
@@ -50,8 +50,6 @@ COPTIONS=-O3
endif
endif
ifeq
"$(OS)" "Windows_NT"
ifeq
"$(OS)" "Windows_NT"
# wsock32 required only if _WIN32 defined in source code and use WSA* functions
# wsock32 required only if _WIN32 defined in source code and use WSA* functions
# wsock32 of CYGWIN need cygwin1.dll to work
#LOPTIONS=-lwsock32 -Bstatic
LOPTIONS
=
-Bstatic
LOPTIONS
=
-Bstatic
endif
endif
ifeq
"$(MACHTYPE)" "sparc"
ifeq
"$(MACHTYPE)" "sparc"
...
@@ -105,7 +103,7 @@ endif
...
@@ -105,7 +103,7 @@ endif
#-----------------
#-----------------
ifeq
"$(OS)" "Windows_NT"
ifeq
"$(OS)" "Windows_NT"
RM
=
rm
-f
RM
=
rm
-f
CFLAGS
=
$(
COPTIONS
)
$(
INCLUDES
)
-Ic
:/langages/gcc/i386-mingw32/include/windows32
CFLAGS
=
$(
COPTIONS
)
$(
INCLUDES
)
else
else
RM
=
rm
-f
RM
=
rm
-f
CFLAGS
=
$(
COPTIONS
)
$(
INCLUDES
)
CFLAGS
=
$(
COPTIONS
)
$(
INCLUDES
)
...
...
This diff is collapsed.
Click to expand it.
build/exe/doliwamp/UsedPort.cpp
+
1
−
1
View file @
38ec4689
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
// Tested with :
// Tested with :
// GCC CYGWIN 3.4.4 (May need cygwin1.dll, depending on functions used)
// GCC CYGWIN 3.4.4 (May need cygwin1.dll, depending on functions used)
// MINGW
3.4.5
//
GCC
MINGW 3.4.5
// Not tested with:
// Not tested with:
// VC++ 4.0.0
// VC++ 4.0.0
// GCC Linux 3.4.4
// GCC Linux 3.4.4
...
...
This diff is collapsed.
Click to expand it.
build/exe/doliwamp/UsedPort.exe
+
0
−
0
View file @
38ec4689
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment