diff options
| author | Gavin Andresen <[email protected]> | 2011-10-07 14:35:36 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-07 14:35:36 -0400 |
| commit | c1131a28adf041c62248b4b075a45fd65ee8d132 (patch) | |
| tree | 998684eb81f4a21ffb2339359292c78d434b9a4b /src/makefile.linux-mingw | |
| parent | Fix build on windows and mac (diff) | |
| download | discoin-c1131a28adf041c62248b4b075a45fd65ee8d132.tar.xz discoin-c1131a28adf041c62248b4b075a45fd65ee8d132.zip | |
Remove ui_res from makefiles
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index b8ca9e6a1..eb22190e5 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -79,7 +79,7 @@ all: bitcoind.exe obj/nogui/%.o: %.cpp $(HEADERS) i586-mingw32msvc-g++ -c $(CFLAGS) -o $@ $< -bitcoind.exe: $(OBJS:obj/%=obj/nogui/%) obj/ui_res.o +bitcoind.exe: $(OBJS:obj/%=obj/nogui/%) i586-mingw32msvc-g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) |