1# Microsoft Developer Studio Project File - Name="MfcControl" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 6 7CFG=MfcControl - Win32 Debug 8!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9!MESSAGE use the Export Makefile command and run 10!MESSAGE 11!MESSAGE NMAKE /f "MfcControl.mak". 12!MESSAGE 13!MESSAGE You can specify a configuration when running NMAKE 14!MESSAGE by defining the macro CFG on the command line. For example: 15!MESSAGE 16!MESSAGE NMAKE /f "MfcControl.mak" CFG="MfcControl - Win32 Debug" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "MfcControl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21!MESSAGE "MfcControl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 22!MESSAGE "MfcControl - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") 23!MESSAGE "MfcControl - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") 24!MESSAGE 25 26# Begin Project 27# PROP AllowPerConfigDependencies 0 28# PROP Scc_ProjName "" 29# PROP Scc_LocalPath "" 30CPP=cl.exe 31MTL=midl.exe 32RSC=rc.exe 33 34!IF "$(CFG)" == "MfcControl - Win32 Release" 35 36# PROP BASE Use_MFC 2 37# PROP BASE Use_Debug_Libraries 0 38# PROP BASE Output_Dir "Release" 39# PROP BASE Intermediate_Dir "Release" 40# PROP BASE Target_Ext "ocx" 41# PROP BASE Target_Dir "" 42# PROP Use_MFC 2 43# PROP Use_Debug_Libraries 0 44# PROP Output_Dir "Release" 45# PROP Intermediate_Dir "Release" 46# PROP Target_Ext "ocx" 47# PROP Target_Dir "" 48# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c 49# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c 50# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 51# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 52# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" 53# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" 54BSC32=bscmake.exe 55# ADD BASE BSC32 /nologo 56# ADD BSC32 /nologo 57LINK32=link.exe 58# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386 59# ADD LINK32 /nologo /subsystem:windows /dll /machine:I386 60# Begin Custom Build - Registering ActiveX Control... 61OutDir=.\Release 62TargetPath=.\Release\MfcControl.ocx 63InputPath=.\Release\MfcControl.ocx 64SOURCE="$(InputPath)" 65 66"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 67 regsvr32 /s /c "$(TargetPath)" 68 echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 69 70# End Custom Build 71 72!ELSEIF "$(CFG)" == "MfcControl - Win32 Debug" 73 74# PROP BASE Use_MFC 2 75# PROP BASE Use_Debug_Libraries 1 76# PROP BASE Output_Dir "Debug" 77# PROP BASE Intermediate_Dir "Debug" 78# PROP BASE Target_Ext "ocx" 79# PROP BASE Target_Dir "" 80# PROP Use_MFC 2 81# PROP Use_Debug_Libraries 1 82# PROP Output_Dir "Debug" 83# PROP Intermediate_Dir "Debug" 84# PROP Target_Ext "ocx" 85# PROP Target_Dir "" 86# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c 87# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c 88# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 89# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 90# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" 91# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" 92BSC32=bscmake.exe 93# ADD BASE BSC32 /nologo 94# ADD BSC32 /nologo 95LINK32=link.exe 96# ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept 97# ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept 98# Begin Custom Build - Registering ActiveX Control... 99OutDir=.\Debug 100TargetPath=.\Debug\MfcControl.ocx 101InputPath=.\Debug\MfcControl.ocx 102SOURCE="$(InputPath)" 103 104"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 105 regsvr32 /s /c "$(TargetPath)" 106 echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 107 108# End Custom Build 109 110!ELSEIF "$(CFG)" == "MfcControl - Win32 Unicode Debug" 111 112# PROP BASE Use_MFC 2 113# PROP BASE Use_Debug_Libraries 1 114# PROP BASE Output_Dir "DebugU" 115# PROP BASE Intermediate_Dir "DebugU" 116# PROP BASE Target_Ext "ocx" 117# PROP BASE Target_Dir "" 118# PROP Use_MFC 2 119# PROP Use_Debug_Libraries 1 120# PROP Output_Dir "DebugU" 121# PROP Intermediate_Dir "DebugU" 122# PROP Target_Ext "ocx" 123# PROP Target_Dir "" 124# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c 125# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c 126# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 127# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 128# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" 129# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" 130BSC32=bscmake.exe 131# ADD BASE BSC32 /nologo 132# ADD BSC32 /nologo 133LINK32=link.exe 134# ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept 135# ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept 136# Begin Custom Build - Registering ActiveX Control... 137OutDir=.\DebugU 138TargetPath=.\DebugU\MfcControl.ocx 139InputPath=.\DebugU\MfcControl.ocx 140SOURCE="$(InputPath)" 141 142"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 143 regsvr32 /s /c "$(TargetPath)" 144 echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 145 146# End Custom Build 147 148!ELSEIF "$(CFG)" == "MfcControl - Win32 Unicode Release" 149 150# PROP BASE Use_MFC 2 151# PROP BASE Use_Debug_Libraries 0 152# PROP BASE Output_Dir "ReleaseU" 153# PROP BASE Intermediate_Dir "ReleaseU" 154# PROP BASE Target_Ext "ocx" 155# PROP BASE Target_Dir "" 156# PROP Use_MFC 2 157# PROP Use_Debug_Libraries 0 158# PROP Output_Dir "ReleaseU" 159# PROP Intermediate_Dir "ReleaseU" 160# PROP Target_Ext "ocx" 161# PROP Target_Dir "" 162# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c 163# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /c 164# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 165# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 166# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" 167# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" 168BSC32=bscmake.exe 169# ADD BASE BSC32 /nologo 170# ADD BSC32 /nologo 171LINK32=link.exe 172# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386 173# ADD LINK32 /nologo /subsystem:windows /dll /machine:I386 174# Begin Custom Build - Registering ActiveX Control... 175OutDir=.\ReleaseU 176TargetPath=.\ReleaseU\MfcControl.ocx 177InputPath=.\ReleaseU\MfcControl.ocx 178SOURCE="$(InputPath)" 179 180"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 181 regsvr32 /s /c "$(TargetPath)" 182 echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 183 184# End Custom Build 185 186!ENDIF 187 188# Begin Target 189 190# Name "MfcControl - Win32 Release" 191# Name "MfcControl - Win32 Debug" 192# Name "MfcControl - Win32 Unicode Debug" 193# Name "MfcControl - Win32 Unicode Release" 194# Begin Group "Source Files" 195 196# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 197# Begin Source File 198 199SOURCE=.\MfcControl.cpp 200# End Source File 201# Begin Source File 202 203SOURCE=.\MfcControl.def 204# End Source File 205# Begin Source File 206 207SOURCE=.\MfcControl.odl 208# End Source File 209# Begin Source File 210 211SOURCE=.\MfcControl.rc 212# End Source File 213# Begin Source File 214 215SOURCE=.\MfcControlCtl.cpp 216# End Source File 217# Begin Source File 218 219SOURCE=.\MfcControlPpg.cpp 220# End Source File 221# Begin Source File 222 223SOURCE=.\StdAfx.cpp 224# ADD CPP /Yc"stdafx.h" 225# End Source File 226# End Group 227# Begin Group "Header Files" 228 229# PROP Default_Filter "h;hpp;hxx;hm;inl" 230# Begin Source File 231 232SOURCE=.\MfcControl.h 233# End Source File 234# Begin Source File 235 236SOURCE=.\MfcControlCtl.h 237# End Source File 238# Begin Source File 239 240SOURCE=.\MfcControlPpg.h 241# End Source File 242# Begin Source File 243 244SOURCE=.\Resource.h 245# End Source File 246# Begin Source File 247 248SOURCE=.\StdAfx.h 249# End Source File 250# End Group 251# Begin Group "Resource Files" 252 253# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 254# Begin Source File 255 256SOURCE=.\MfcControlCtl.bmp 257# End Source File 258# End Group 259# Begin Source File 260 261SOURCE=.\ReadMe.txt 262# End Source File 263# End Target 264# End Project 265 266