# Microsoft Developer Studio Project File - Name="BarCode" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=BarCode - 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 "BarCode.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 "BarCode.mak" CFG="BarCode - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "BarCode - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "BarCode - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "BarCode - Win32 Debug" # PROP BASE Use_MFC 6 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 6 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /ZI /W3 /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_USRDLL" /D "_AFXDLL" /D "_MBCS" /Gm /Yu"stdafx.h" /GZ /c /GX # ADD CPP /nologo /MDd /ZI /W3 /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_USRDLL" /D "_AFXDLL" /D "_MBCS" /Gm /Yu"stdafx.h" /GZ /c /GX # ADD BASE MTL /nologo /D"_DEBUG" /h"$(ProjectName)idl.h" /tlb"Debug\$(ProjectName).tlb" /win32 # ADD MTL /nologo /D"_DEBUG" /h"$(ProjectName)idl.h" /tlb"Debug\$(ProjectName).tlb" /win32 # ADD BASE RSC /l 3073 /d "_DEBUG" /i "$(IntDir)" # ADD RSC /l 3073 /d "_DEBUG" /i "$(IntDir)" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # 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 /out:"Debug\BarCode.ocx" /incremental:yes /def:".\BarCode.def" /debug /pdbtype:sept /subsystem:windows /implib:"$(OutDir)/BarCode.lib" /machine:ix86 # 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 /out:"Debug\BarCode.ocx" /incremental:yes /def:".\BarCode.def" /debug /pdbtype:sept /subsystem:windows /implib:"$(OutDir)/BarCode.lib" /machine:ix86 # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Performing registration PostBuild_Cmds=regsvr32 /s /c "$(TargetPath)" # End Special Build Tool !ELSEIF "$(CFG)" == "BarCode - Win32 Release" # PROP BASE Use_MFC 6 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 6 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /Zi /W3 /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_USRDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c /GX # ADD CPP /nologo /MD /Zi /W3 /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_USRDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c /GX # ADD BASE MTL /nologo /D"NDEBUG" /h"$(ProjectName)idl.h" /tlb"Release\$(ProjectName).tlb" /win32 # ADD MTL /nologo /D"NDEBUG" /h"$(ProjectName)idl.h" /tlb"Release\$(ProjectName).tlb" /win32 # ADD BASE RSC /l 3073 /d "NDEBUG" /i "$(IntDir)" # ADD RSC /l 3073 /d "NDEBUG" /i "$(IntDir)" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # 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 /out:"Release\BarCode.ocx" /incremental:no /def:".\BarCode.def" /debug /pdbtype:sept /subsystem:windows /opt:ref /opt:icf /implib:"$(OutDir)/BarCode.lib" /machine:ix86 # 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 /out:"Release\BarCode.ocx" /incremental:no /def:".\BarCode.def" /debug /pdbtype:sept /subsystem:windows /opt:ref /opt:icf /implib:"$(OutDir)/BarCode.lib" /machine:ix86 # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Performing registration PostBuild_Cmds=regsvr32 /s /c "$(TargetPath)" # End Special Build Tool !ENDIF # Begin Target # Name "BarCode - Win32 Debug" # Name "BarCode - Win32 Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" # Begin Source File SOURCE=.\BarCode.cpp # End Source File # Begin Source File SOURCE=.\BarCode.def # End Source File # Begin Source File SOURCE=.\BarCode.idl # End Source File # Begin Source File SOURCE=.\BarCodeCtrl.cpp # End Source File # Begin Source File SOURCE=.\BarCodePropPage.cpp # End Source File # Begin Source File SOURCE=.\EANBarCode.cpp # End Source File # Begin Source File SOURCE=.\stdafx.cpp !IF "$(CFG)" == "BarCode - Win32 Debug" # ADD CPP /nologo /Yc"stdafx.h" /GZ /GX !ELSEIF "$(CFG)" == "BarCode - Win32 Release" # ADD CPP /nologo /Yc"stdafx.h" /GX !ENDIF # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd" # Begin Source File SOURCE=.\BarCode.h # End Source File # Begin Source File SOURCE=.\BarCodeCtrl.h # End Source File # Begin Source File SOURCE=.\BarCodePropPage.h # End Source File # Begin Source File SOURCE=.\EANBarCode.h # End Source File # Begin Source File SOURCE=.\Resource.h # End Source File # Begin Source File SOURCE=.\stdafx.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" # Begin Source File SOURCE=.\BarCode.rc # End Source File # Begin Source File SOURCE=.\BarCodeCtrl.bmp # End Source File # End Group # Begin Source File SOURCE=.\ReadMe.txt # End Source File # End Target # End Project