michael@0: # Microsoft Developer Studio Project File - Name="exdll" - Package Owner=<4> michael@0: # Microsoft Developer Studio Generated Build File, Format Version 6.00 michael@0: # ** DO NOT EDIT ** michael@0: michael@0: # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 michael@0: michael@0: CFG=exdll - Win32 Debug michael@0: !MESSAGE This is not a valid makefile. To build this project using NMAKE, michael@0: !MESSAGE use the Export Makefile command and run michael@0: !MESSAGE michael@0: !MESSAGE NMAKE /f "exdll.mak". michael@0: !MESSAGE michael@0: !MESSAGE You can specify a configuration when running NMAKE michael@0: !MESSAGE by defining the macro CFG on the command line. For example: michael@0: !MESSAGE michael@0: !MESSAGE NMAKE /f "exdll.mak" CFG="exdll - Win32 Debug" michael@0: !MESSAGE michael@0: !MESSAGE Possible choices for configuration are: michael@0: !MESSAGE michael@0: !MESSAGE "exdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") michael@0: !MESSAGE "exdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") michael@0: !MESSAGE michael@0: michael@0: # Begin Project michael@0: # PROP AllowPerConfigDependencies 0 michael@0: # PROP Scc_ProjName "" michael@0: # PROP Scc_LocalPath "" michael@0: CPP=cl.exe michael@0: MTL=midl.exe michael@0: RSC=rc.exe michael@0: michael@0: !IF "$(CFG)" == "exdll - Win32 Release" michael@0: michael@0: # PROP BASE Use_MFC 0 michael@0: # PROP BASE Use_Debug_Libraries 0 michael@0: # PROP BASE Output_Dir "Release" michael@0: # PROP BASE Intermediate_Dir "Release" michael@0: # PROP BASE Target_Dir "" michael@0: # PROP Use_MFC 0 michael@0: # PROP Use_Debug_Libraries 0 michael@0: # PROP Output_Dir "Release" michael@0: # PROP Intermediate_Dir "Release" michael@0: # PROP Ignore_Export_Lib 0 michael@0: # PROP Target_Dir "" michael@0: # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /c michael@0: # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /c michael@0: # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 michael@0: # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 michael@0: # ADD BASE RSC /l 0x409 /d "NDEBUG" michael@0: # ADD RSC /l 0x409 /d "NDEBUG" michael@0: BSC32=bscmake.exe michael@0: # ADD BASE BSC32 /nologo michael@0: # ADD BSC32 /nologo michael@0: LINK32=link.exe michael@0: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 michael@0: # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"DllMain" /dll /machine:I386 /nodefaultlib /out:"../../Plugins/exdll.dll" /opt:nowin98 michael@0: # SUBTRACT LINK32 /pdb:none michael@0: michael@0: !ELSEIF "$(CFG)" == "exdll - Win32 Debug" michael@0: michael@0: # PROP BASE Use_MFC 0 michael@0: # PROP BASE Use_Debug_Libraries 1 michael@0: # PROP BASE Output_Dir "Debug" michael@0: # PROP BASE Intermediate_Dir "Debug" michael@0: # PROP BASE Target_Dir "" michael@0: # PROP Use_MFC 0 michael@0: # PROP Use_Debug_Libraries 1 michael@0: # PROP Output_Dir "Debug" michael@0: # PROP Intermediate_Dir "Debug" michael@0: # PROP Target_Dir "" michael@0: # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /GZ /c michael@0: # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /GZ /c michael@0: # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 michael@0: # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 michael@0: # ADD BASE RSC /l 0x409 /d "_DEBUG" michael@0: # ADD RSC /l 0x409 /d "_DEBUG" michael@0: BSC32=bscmake.exe michael@0: # ADD BASE BSC32 /nologo michael@0: # ADD BSC32 /nologo michael@0: LINK32=link.exe michael@0: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept michael@0: # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept michael@0: michael@0: !ENDIF michael@0: michael@0: # Begin Target michael@0: michael@0: # Name "exdll - Win32 Release" michael@0: # Name "exdll - Win32 Debug" michael@0: # Begin Group "Source Files" michael@0: michael@0: # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" michael@0: # Begin Source File michael@0: michael@0: SOURCE=.\exdll.c michael@0: # End Source File michael@0: # End Group michael@0: # Begin Group "Header Files" michael@0: michael@0: # PROP Default_Filter "h;hpp;hxx;hm;inl" michael@0: # Begin Source File michael@0: michael@0: SOURCE=.\exdll.h michael@0: # End Source File michael@0: # End Group michael@0: # Begin Group "Resource Files" michael@0: michael@0: # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" michael@0: # End Group michael@0: # End Target michael@0: # End Project