# Microsoft Developer Studio Project File - Name="libejs" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=libejs - 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 "libejs.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 "libejs.mak" CFG="libejs.mak - Win32" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "libejs - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library" !MESSAGE "libejs - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library" !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe RSC=rc.exe !IF "$(CFG)" == "libejs - Win32 Release" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\bin\Release" # PROP Intermediate_Dir "..\obj\Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE RSC /l 0x409 # ADD RSC /l 0x409 # ADD BASE CPP # ADD CPP -W3 -nologo -MDd -FD -DWIN -D_DLL -D_MT -D_WINDOWS -DWIN32 -D_WIN32_WINNT=0x500 -D_X86_=1 -GX- -D_USRDLL -I../mpr -I.. -O1 -D_NDEBUG /c LINK32=link.exe # ADD BASE LINK32 # ADD LINK32 -out:..\bin\Release\libejs.dll -dll -entry:_DllMainCRTStartup@12 -def:../obj/Release/libejs.def -machine:ix86 -nodefaultlib -incremental:no -nologo -libpath:"../bin/Release" libmpr.lib ws2_32.lib advapi32.lib user32.lib kernel32.lib oldnames.lib msvcrt.lib # Begin Special Build Tool PreLink_Desc=Export symbols for ..\bin\Release\libejs.dll PreLink_Cmds=..\bin\dumpext -o ../obj/Release/libejs.def libejs.dll ../obj/Release/ejs.obj ../obj/Release/ejsService.obj ../obj/Release/ejsLex.obj # End Special Build Tool !ENDIF !IF "$(CFG)" == "libejs - Win32 Debug" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\bin\Debug" # PROP Intermediate_Dir "..\obj\Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE RSC /l 0x409 # ADD RSC /l 0x409 # ADD BASE CPP # ADD CPP -W3 -nologo -MDd -FD -DWIN -D_DLL -D_MT -D_WINDOWS -DWIN32 -D_WIN32_WINNT=0x500 -D_X86_=1 -GX- -D_USRDLL -I../mpr -I.. -Zi -Od -GZ -D_DEBUG /c LINK32=link.exe # ADD BASE LINK32 # ADD LINK32 -out:..\bin\Debug\libejs.dll -dll -entry:_DllMainCRTStartup@12 -def:../obj/Debug/libejs.def -machine:ix86 -nodefaultlib -incremental:no -nologo -debug -libpath:"../bin/Debug" libmpr.lib ws2_32.lib advapi32.lib user32.lib kernel32.lib oldnames.lib msvcrt.lib # Begin Special Build Tool PreLink_Desc=Export symbols for ..\bin\Debug\libejs.dll PreLink_Cmds=..\bin\dumpext -o ../obj/Debug/libejs.def libejs.dll ../obj/Debug/ejs.obj ../obj/Debug/ejsService.obj ../obj/Debug/ejsLex.obj # End Special Build Tool !ENDIF # Begin Target # Name "libejs - Win32 Release" # Name "libejs - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=ejs.cpp # End Source File # Begin Source File SOURCE=ejsLex.cpp # End Source File # Begin Source File SOURCE=ejsService.cpp # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;" # Begin Source File SOURCE=.\ejs.h # End Source File # End Group # End Target # End Project