diff options
author | Hans Breuer <hans@breuer.org> | 2011-01-02 12:00:44 +0100 |
---|---|---|
committer | Hans Breuer <hans@breuer.org> | 2011-01-02 13:33:06 +0100 |
commit | 95213b3f045a080b92d8e830625023a8ac6370c3 (patch) | |
tree | d5514fe0e1f7d9acc0cd9534b827a71a506e820b /makefile.msc | |
parent | 1d838f586c574af7f05c618a337f8d34a58d9125 (diff) | |
download | gtk+-95213b3f045a080b92d8e830625023a8ac6370c3.tar.gz |
win32: update msvc build
Diffstat (limited to 'makefile.msc')
-rw-r--r-- | makefile.msc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.msc b/makefile.msc index f95e5d33e4..3af6b7c911 100644 --- a/makefile.msc +++ b/makefile.msc @@ -1,7 +1,7 @@ ## Makefile for building the Gtk+ dlls with Microsoft C ## Use: nmake -f makefile.msc -PARTS = gdk-pixbuf gdk gtk tests +PARTS = gdk gtk tests all : \ config.h \ |