Skip to content

Commit

Permalink
fixed static linking of libwinpthread
Browse files Browse the repository at this point in the history
  • Loading branch information
lsalzman committed Mar 15, 2014
1 parent b0a9d23 commit ab73033
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.mingw
Expand Up @@ -6,7 +6,7 @@ ifeq (,$(findstring MINGW,$(PLATFORM)))
CXX=i686-w64-mingw32-g++
endif

LIBS= -mwindows -static-libgcc -static-libstdc++
LIBS= -mwindows -static -static-libgcc -static-libstdc++
IQM_OBJS= \
iqm.o
UPGRADE_OBJS= \
Expand Down
2 changes: 1 addition & 1 deletion README.txt
@@ -1,4 +1,4 @@
IQM Developer Kit 2014-03-10
IQM Developer Kit 2014-03-15

*** Format information ***

Expand Down
2 changes: 1 addition & 1 deletion demo/Makefile.mingw
Expand Up @@ -7,7 +7,7 @@ ifeq (,$(findstring MINGW,$(PLATFORM)))
CXX=i686-w64-mingw32-g++
endif

LIBS= -mwindows -static-libgcc -static-libstdc++ -L. -lfreeglut -lopengl32
LIBS= -mwindows -static -static-libgcc -static-libstdc++ -L. -lfreeglut -lopengl32
OBJS= \
demo.o \
texture.o
Expand Down
Binary file modified demo/demo.exe
Binary file not shown.
Binary file modified demo/gpu-demo.exe
Binary file not shown.
Binary file modified iqm.exe
Binary file not shown.
Binary file modified upgrade.exe
Binary file not shown.

0 comments on commit ab73033

Please sign in to comment.