From: John L. <jr...@us...> - 2005-06-07 18:39:56
|
Update of /cvsroot/wxlua/wxLua/modules/lua In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3089/wxLua/modules/lua Added Files: lualib_wx26.dsp Removed Files: lua50_wx26.dsp Log Message: lua compiles to bin and lib dirs from module/lua dir --- NEW FILE: lualib_wx26.dsp --- # Microsoft Developer Studio Project File - Name="lualib_wx26" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=lualib_wx26 - Win32 Debug !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 "lualib_wx26.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 "lualib_wx26.mak" CFG="lualib_wx26 - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "lualib_wx26 - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "lualib_wx26 - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe RSC=rc.exe !IF "$(CFG)" == "lualib_wx26 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "vc_msw" # PROP BASE Intermediate_Dir "vc_msw" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "vc_msw" # PROP Intermediate_Dir "vc_msw" # PROP Target_Dir "" # ADD BASE CPP /nologo /FD /GR /GX /MD /O1 /GR /GX /I "include" /I "." /W4 /D "WIN32" /D "_LIB" /D "WXLUA_CODE" /c # ADD CPP /nologo /FD /GR /GX /MD /O1 /GR /GX /I "include" /I "." /W4 /D "WIN32" /D "_LIB" /D "WXLUA_CODE" /c # ADD BASE RSC /l 0x405 # ADD RSC /l 0x405 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\lua_wx26.lib" # ADD LIB32 /nologo /out:"..\..\lib\lua_wx26.lib" !ELSEIF "$(CFG)" == "lualib_wx26 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "vc_mswd" # PROP BASE Intermediate_Dir "vc_mswd" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "vc_mswd" # PROP Intermediate_Dir "vc_mswd" # PROP Target_Dir "" # ADD BASE CPP /nologo /FD /GR /GX /MDd /Od /GR /GX /I "include" /I "." /W4 /Zi /Gm /GZ /D "WIN32" /D "_LIB" /D "_DEBUG" /D "WXLUA_CODE" /c # ADD CPP /nologo /FD /GR /GX /MDd /Od /GR /GX /I "include" /I "." /W4 /Zi /Gm /GZ /D "WIN32" /D "_LIB" /D "_DEBUG" /D "WXLUA_CODE" /c # ADD BASE RSC /l 0x405 # ADD RSC /l 0x405 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\luad_wx26.lib" # ADD LIB32 /nologo /out:"..\..\lib\luad_wx26.lib" !ENDIF # Begin Target # Name "lualib_wx26 - Win32 Release" # Name "lualib_wx26 - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\SRC\LAPI.C # End Source File # Begin Source File SOURCE=.\SRC\LAPI.H # End Source File # Begin Source File SOURCE=.\SRC\LIB\LAUXLIB.C # End Source File # Begin Source File SOURCE=.\SRC\LIB\LBASELIB.C # End Source File # Begin Source File SOURCE=.\SRC\LCODE.C # End Source File # Begin Source File SOURCE=.\SRC\LCODE.H # End Source File # Begin Source File SOURCE=.\SRC\LIB\LDBLIB.C # End Source File # Begin Source File SOURCE=.\SRC\LDEBUG.C # End Source File # Begin Source File SOURCE=.\SRC\LDEBUG.H # End Source File # Begin Source File SOURCE=.\SRC\LDLLMAIN.C # End Source File # Begin Source File SOURCE=.\SRC\LDO.C # End Source File # Begin Source File SOURCE=.\SRC\LDO.H # End Source File # Begin Source File SOURCE=.\src\ldump.c # End Source File # Begin Source File SOURCE=.\SRC\LFUNC.C # End Source File # Begin Source File SOURCE=.\SRC\LFUNC.H # End Source File # Begin Source File SOURCE=.\SRC\LGC.C # End Source File # Begin Source File SOURCE=.\SRC\LGC.H # End Source File # Begin Source File SOURCE=.\SRC\LIB\LIOLIB.C # End Source File # Begin Source File SOURCE=.\SRC\LLEX.C # End Source File # Begin Source File SOURCE=.\SRC\LLEX.H # End Source File # Begin Source File SOURCE=.\SRC\LLIMITS.H # End Source File # Begin Source File SOURCE=.\SRC\LIB\LMATHLIB.C # End Source File # Begin Source File SOURCE=.\SRC\LMEM.C # End Source File # Begin Source File SOURCE=.\SRC\LMEM.H # End Source File # Begin Source File SOURCE=.\src\lib\loadlib.c # End Source File # Begin Source File SOURCE=.\SRC\LOBJECT.C # End Source File # Begin Source File SOURCE=.\SRC\LOBJECT.H # End Source File # Begin Source File SOURCE=.\SRC\LOPCODES.C # End Source File # Begin Source File SOURCE=.\SRC\LOPCODES.H # End Source File # Begin Source File SOURCE=.\SRC\LPARSER.C # End Source File # Begin Source File SOURCE=.\SRC\LPARSER.H # End Source File # Begin Source File SOURCE=.\lslua50m.def # End Source File # Begin Source File SOURCE=.\SRC\LSTATE.C # End Source File # Begin Source File SOURCE=.\SRC\LSTATE.H # End Source File # Begin Source File SOURCE=.\SRC\LSTRING.C # End Source File # Begin Source File SOURCE=.\SRC\LSTRING.H # End Source File # Begin Source File SOURCE=.\SRC\LIB\LSTRLIB.C # End Source File # Begin Source File SOURCE=.\SRC\LTABLE.C # End Source File # Begin Source File SOURCE=.\SRC\LTABLE.H # End Source File # Begin Source File SOURCE=.\src\lib\ltablib.c # End Source File # Begin Source File SOURCE=.\SRC\LTESTS.C # End Source File # Begin Source File SOURCE=.\SRC\LTM.C # End Source File # Begin Source File SOURCE=.\SRC\LTM.H # End Source File # Begin Source File SOURCE=.\SRC\LUNDUMP.C # End Source File # Begin Source File SOURCE=.\SRC\LUNDUMP.H # End Source File # Begin Source File SOURCE=.\SRC\LVM.C # End Source File # Begin Source File SOURCE=.\SRC\LVM.H # End Source File # Begin Source File SOURCE=.\SRC\LZIO.C # End Source File # Begin Source File SOURCE=.\SRC\LZIO.H # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\INCLUDE\LAUXLIB.H # End Source File # Begin Source File SOURCE=.\INCLUDE\LUA.H # End Source File # Begin Source File SOURCE=.\INCLUDE\LUADEBUG.H # End Source File # Begin Source File SOURCE=.\INCLUDE\LUALIB.H # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # End Target # End Project --- lua50_wx26.dsp DELETED --- |