From: Francesco M. <fr...@us...> - 2006-01-23 21:20:36
|
Update of /cvsroot/wxlua/wxLua/apps/build/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32251/apps/build/msw Modified Files: apps_app_wxlua.dsp apps_app_wxluaedit.dsp Log Message: fixed install/uninstall under linux Index: apps_app_wxluaedit.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/msw/apps_app_wxluaedit.dsp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** apps_app_wxluaedit.dsp 23 Jan 2006 19:38:29 -0000 1.5 --- apps_app_wxluaedit.dsp 23 Jan 2006 21:20:28 -0000 1.6 *************** *** 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_app_wxluaedit.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_app_wxluaedit.mak" CFG="app_wxluaedit - Win32 Release" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "app_wxluaedit - Win32 DLL Unicode Debug" (based on "Win32 (x86) Application") !MESSAGE "app_wxluaedit - Win32 DLL Unicode Release" (based on "Win32 (x86) 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_app_wxluaedit.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_app_wxluaedit.mak" CFG="app_wxluaedit - Win32 Release" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "app_wxluaedit - Win32 DLL Unicode Debug" (based on "Win32 (x86) Application") !MESSAGE "app_wxluaedit - Win32 DLL Unicode Release" (based on "Win32 (x86) Application") *************** *** 26,30 **** !MESSAGE "app_wxluaedit - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "app_wxluaedit - Win32 Release" (based on "Win32 (x86) Application") ! !MESSAGE # Begin Project --- 26,30 ---- !MESSAGE "app_wxluaedit - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "app_wxluaedit - Win32 Release" (based on "Win32 (x86) Application") ! !MESSAGE # Begin Project Index: apps_app_wxlua.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/msw/apps_app_wxlua.dsp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** apps_app_wxlua.dsp 23 Jan 2006 19:38:29 -0000 1.4 --- apps_app_wxlua.dsp 23 Jan 2006 21:20:28 -0000 1.5 *************** *** 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_app_wxlua.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_app_wxlua.mak" CFG="app_wxlua - Win32 Release" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "app_wxlua - Win32 DLL Unicode Debug" (based on "Win32 (x86) Application") !MESSAGE "app_wxlua - Win32 DLL Unicode Release" (based on "Win32 (x86) 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_app_wxlua.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_app_wxlua.mak" CFG="app_wxlua - Win32 Release" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "app_wxlua - Win32 DLL Unicode Debug" (based on "Win32 (x86) Application") !MESSAGE "app_wxlua - Win32 DLL Unicode Release" (based on "Win32 (x86) Application") *************** *** 26,30 **** !MESSAGE "app_wxlua - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "app_wxlua - Win32 Release" (based on "Win32 (x86) Application") ! !MESSAGE # Begin Project --- 26,30 ---- !MESSAGE "app_wxlua - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "app_wxlua - Win32 Release" (based on "Win32 (x86) Application") ! !MESSAGE # Begin Project |