From: John L. <jr...@us...> - 2005-11-25 20:21:58
|
Update of /cvsroot/wxlua/wxLua/apps/build/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3064/wxLua/apps/build/msw Modified Files: apps.dsp Log Message: update dsp files (by hand) Index: apps.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/msw/apps.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** apps.dsp 20 Jun 2005 09:48:35 -0000 1.2 --- apps.dsp 25 Nov 2005 20:21:47 -0000 1.3 *************** *** 8,21 **** !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "apps.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "apps.mak" CFG="app_wxlua - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "app_wxlua - Win32 DLL Unicode Debug" (based on "Win32 (x86) Console Application") !MESSAGE "app_wxlua - Win32 DLL Unicode" (based on "Win32 (x86) Console Application") --- 8,21 ---- !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "apps.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "apps.mak" CFG="app_wxlua - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "app_wxlua - Win32 DLL Unicode Debug" (based on "Win32 (x86) Console Application") !MESSAGE "app_wxlua - Win32 DLL Unicode" (based on "Win32 (x86) Console Application") *************** *** 26,30 **** !MESSAGE "app_wxlua - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE "app_wxlua - Win32 Default" (based on "Win32 (x86) Console Application") ! !MESSAGE # Begin Project --- 26,30 ---- !MESSAGE "app_wxlua - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE "app_wxlua - Win32 Default" (based on "Win32 (x86) Console Application") ! !MESSAGE # Begin Project *************** *** 246,253 **** SOURCE=..\..\wxlua\src\wxlua.rc # End Source File - # Begin Source File - - SOURCE=..\..\..\bindings\wxwidgets\wxluawrap.c - # End Source File # End Group # Begin Group "Header Files" --- 246,249 ---- |