Update of /cvsroot/wxlua/wxLua/util/build/msw
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26072/util/build/msw
Modified Files:
util.dsp
Log Message:
fixed things related to library names
Index: util.dsp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/util/build/msw/util.dsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** util.dsp 27 Jan 2006 21:57:14 -0000 1.7
--- util.dsp 28 Jan 2006 21:01:14 -0000 1.8
***************
*** 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 "util.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 "util.mak" CFG="util_bin2c - Win32 Release"
! !MESSAGE
!MESSAGE Possible choices for configuration are:
! !MESSAGE
!MESSAGE "util_bin2c - Win32 DLL Unicode Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "util_bin2c - Win32 DLL Unicode Release" (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 "util.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 "util.mak" CFG="util_bin2c - Win32 Release"
! !MESSAGE
!MESSAGE Possible choices for configuration are:
! !MESSAGE
!MESSAGE "util_bin2c - Win32 DLL Unicode Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "util_bin2c - Win32 DLL Unicode Release" (based on "Win32 (x86) Console Application")
***************
*** 26,30 ****
!MESSAGE "util_bin2c - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "util_bin2c - Win32 Release" (based on "Win32 (x86) Console Application")
! !MESSAGE
# Begin Project
--- 26,30 ----
!MESSAGE "util_bin2c - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "util_bin2c - Win32 Release" (based on "Win32 (x86) Console Application")
! !MESSAGE
# Begin Project
***************
*** 236,240 ****
# Begin Source File
! SOURCE=../..\bin2c\bin2c.c
# End Source File
# End Group
--- 236,240 ----
# Begin Source File
! SOURCE=..\..\bin2c\bin2c.c
# End Source File
# End Group
|