Skip to content

Commit

Permalink
Updated build scripts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Mar 17, 2024
1 parent 415baeb commit 0005fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*******************************************************************************

=== 1.0.13 ===

* Updated build scripts and dependencies.

=== 1.0.12 ===
* Updated build scripts and dependencies.
Expand Down
2 changes: 2 additions & 0 deletions make/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ ifeq ($(PLATFORM),Solaris)
else ifeq ($(PLATFORM),Windows)
FLAG_RELRO =
FLAG_STDLIB =
CFLAGS_EXT += -DWINVER=0x600 -D_WIN32_WINNT=0x600
CXXFLAGS_EXT += -DWINVER=0x600 -D_WIN32_WINNT=0x600
EXE_FLAGS_EXT += -static-libgcc -static-libstdc++
SO_FLAGS_EXT += -static-libgcc -static-libstdc++
LDFLAGS_EXT += -T $(CURDIR)/make/ld-windows.script
Expand Down

0 comments on commit 0005fed

Please sign in to comment.