Move include/bitmaps/*.xpm where they belong.

This commit is contained in:
Dimitrie O. Paun 2003-12-08 21:44:24 +00:00 committed by Alexandre Julliard
parent 384eadc88b
commit 573b389053
4 changed files with 2 additions and 31 deletions

View File

@ -251,7 +251,7 @@ WINE_INCLUDES = \
library.h \
unicode.h
EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
EXTRASUBDIRS = msvcrt msvcrt/sys wine
@MAKE_RULES@

View File

@ -1,29 +0,0 @@
/* XPM */
static char * wine_small_xpm[] = {
"16 16 10 1",
" c None",
". c #000000",
"+ c #91002E",
"@ c #92002F",
"# c #93002E",
"$ c #A70034",
"% c #B00038",
"& c #AC0036",
"* c #AF0038",
"= c #B10038",
" ... ",
" . . ",
" . . ",
" .. . ",
" ..+@#. ",
" .$%%&. ",
" .*%%. ",
" .=%=. ",
" .=%. ",
" ... ",
" .. ",
" .. ",
" . ",
" .... ",
" ... ",
" .. "};

View File

@ -52,8 +52,8 @@
#include <objidl.h>
#include <shlguid.h>
#include "bitmaps/wine.xpm"
#include "wine/debug.h"
#include "wine.xpm"
WINE_DEFAULT_DEBUG_CHANNEL(menubuilder);