don't link to a non existent lib

svn path=/trunk/; revision=28143
This commit is contained in:
Ged Murphy 2007-08-03 17:34:55 +00:00
parent 38acb524ac
commit 85145f3477
2 changed files with 0 additions and 4 deletions

View file

@ -415,7 +415,6 @@ LRESULT CALLBACK WndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
static int nWidth, nHeight;
int nStatusHeight = 0;//20;
int parts[] = { 100, -1 };
UINT ret;
MINMAXINFO *mmi;

View file

@ -8,13 +8,10 @@
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__REACTOS__" />
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<library>cards</library>
<library>comctl32</library>
<file>solcreate.cpp</file>
<file>solgame.cpp</file>
<file>solitaire.cpp</file>