|
From: andrew7 <bd...@us...> - 2006-12-18 01:16:09
|
Update of /cvsroot/smartwin/SmartWin/source In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv29344/source Modified Files: Makefile.wine Log Message: Add Icon.cpp and ImageList.cpp file to Linux makefile Index: Makefile.wine =================================================================== RCS file: /cvsroot/smartwin/SmartWin/source/Makefile.wine,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.wine 20 Apr 2006 09:40:59 -0000 1.4 +++ Makefile.wine 18 Dec 2006 01:16:03 -0000 1.5 @@ -30,6 +30,8 @@ CommandLine.cpp \ DestructionClass.cpp \ Font.cpp \ + Icon.cpp \ + ImageList.cpp \ LibraryLoader.cpp \ Message.cpp \ Widget.cpp \ |