Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gcompris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Archive
gcompris
Commits
da8c8cb8
Commit
da8c8cb8
authored
Jan 05, 2011
by
Bruno Coudoin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor, little update in the mingw compilation chain. -mwindows seems deprecated.
parent
eea4df7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
gcompris-installer.nsi.in
gcompris-installer.nsi.in
+0
-1
global_win32.mak
global_win32.mak
+1
-1
No files found.
gcompris-installer.nsi.in
View file @
da8c8cb8
...
...
@@ -356,7 +356,6 @@ Section Uninstall
Delete "$INSTDIR\libpangowin32-1.0-0.dll"
Delete "$INSTDIR\libreadline.dll"
Delete "$INSTDIR\libxml2.dll"
Delete "$INSTDIR\msvcr71.dll"
Delete "$INSTDIR\pango.pyd"
Delete "$INSTDIR\pangocairo.pyd"
Delete "$INSTDIR\pthreadGC.dll"
...
...
global_win32.mak
View file @
da8c8cb8
...
...
@@ -28,7 +28,7 @@ endif
# Use -fnative-struct instead of -mms-bitfields when using mingw 1.1
# (gcc 2.95)
CFLAGS
+=
-O2
-Wall
-mno-cygwin
-mms-bitfields
LDFLAGS
=
-
m
windows
LDFLAGS
=
-
Wl
,--subsystem,
windows
# If not specified, dlls are built with the default base address of 0x10000000.
# When loaded into a process address space a dll will be rebased if its base
...
...
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