Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
ddd46c1b
Commit
ddd46c1b
authored
12 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
win64 icon
parent
391612fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Fltk/Win64Icon.res
+0
-0
0 additions, 0 deletions
Fltk/Win64Icon.res
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
ddd46c1b
...
...
@@ -1088,7 +1088,7 @@ target_link_libraries(gmsh ${LINK_LIBRARIES})
if
(
WIN32 AND NOT MSVC OR CYGWIN
)
if
(
HAVE_64BIT_SIZE_T
)
set_target_properties
(
gmsh PROPERTIES LINK_FLAGS
"-Wl,--stack,16777216 -mwindows -static"
)
"-Wl,--stack,16777216
${
CMAKE_CURRENT_SOURCE_DIR
}
/Fltk/Win64Icon.res
-mwindows -static"
)
else
(
HAVE_64BIT_SIZE_T
)
set_target_properties
(
gmsh PROPERTIES LINK_FLAGS
"-Wl,--stack,16777216
${
CMAKE_CURRENT_SOURCE_DIR
}
/Fltk/Win32Icon.res -mwindows -static"
)
...
...
This diff is collapsed.
Click to expand it.
Fltk/Win64Icon.res
0 → 100644
+
0
−
0
View file @
ddd46c1b
File added
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