Skip to content

Commit

Permalink
Added icon, other things
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanArmbrust committed Jan 19, 2017
1 parent b4a74e4 commit aee14f7
Show file tree
Hide file tree
Showing 6 changed files with 187 additions and 68 deletions.
Binary file modified SeedGenerator.exe
Binary file not shown.
5 changes: 4 additions & 1 deletion build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

i686-w64-mingw32-g++-posix -std=c++11 -c ./src/Random.cpp ./src/mainOptions.cpp ./src/logChecker.cpp
i686-w64-mingw32-g++-posix -o SeedGenerator.exe Random.o logChecker.o mainOptions.o -static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic
cd src
i686-w64-mingw32-windres sgIcon.rc -O coff -o icon.res
cd ..
i686-w64-mingw32-g++-posix -o SeedGenerator.exe Random.o logChecker.o mainOptions.o ./src/icon.res -static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic
rm Random.o logChecker.o mainOptions.o
Binary file added src/SeedGenNewIcon.ico
Binary file not shown.
Binary file added src/icon.res
Binary file not shown.
Loading

0 comments on commit aee14f7

Please sign in to comment.