⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drawchip.mak

📁 电子元器件绘制系统
💻 MAK
📖 第 1 页 / 共 2 页
字号:
# Microsoft Developer Studio Generated NMAKE File, Based on DrawChip.dsp
!IF "$(CFG)" == ""
CFG=DrawChip - Win32 Debug
!MESSAGE No configuration specified. Defaulting to DrawChip - Win32 Debug.
!ENDIF 

!IF "$(CFG)" != "DrawChip - Win32 Release" && "$(CFG)" != "DrawChip - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!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 "DrawChip.mak" CFG="DrawChip - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "DrawChip - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "DrawChip - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE 
!ERROR An invalid configuration is specified.
!ENDIF 

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE 
NULL=nul
!ENDIF 

CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "DrawChip - Win32 Release"

OUTDIR=.\Release
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\Release
# End Custom Macros

ALL : "$(OUTDIR)\DrawChip.exe"


CLEAN :
	-@erase "$(INTDIR)\Compacity.obj"
	-@erase "$(INTDIR)\Component.obj"
	-@erase "$(INTDIR)\CrSocket.obj"
	-@erase "$(INTDIR)\Diode.obj"
	-@erase "$(INTDIR)\dlgCompacityPro.obj"
	-@erase "$(INTDIR)\dlgDiodePro.obj"
	-@erase "$(INTDIR)\dlgIcChipPro.obj"
	-@erase "$(INTDIR)\dlgInductorPro.obj"
	-@erase "$(INTDIR)\dlgPowerPro.obj"
	-@erase "$(INTDIR)\dlgResistorPro.obj"
	-@erase "$(INTDIR)\dlgSocketPro.obj"
	-@erase "$(INTDIR)\dlgSwitchPro.obj"
	-@erase "$(INTDIR)\dlgTransistor.obj"
	-@erase "$(INTDIR)\DrawChip.obj"
	-@erase "$(INTDIR)\DrawChip.pch"
	-@erase "$(INTDIR)\DrawChip.res"
	-@erase "$(INTDIR)\DrawChipDoc.obj"
	-@erase "$(INTDIR)\DrawChipView.obj"
	-@erase "$(INTDIR)\IcChip.obj"
	-@erase "$(INTDIR)\Inductor.obj"
	-@erase "$(INTDIR)\IniFile.obj"
	-@erase "$(INTDIR)\MainFrm.obj"
	-@erase "$(INTDIR)\MySocket.obj"
	-@erase "$(INTDIR)\OptionProp.obj"
	-@erase "$(INTDIR)\OptionSheet.obj"
	-@erase "$(INTDIR)\PaSocket.obj"
	-@erase "$(INTDIR)\Power.obj"
	-@erase "$(INTDIR)\Resistor.obj"
	-@erase "$(INTDIR)\Splash.obj"
	-@erase "$(INTDIR)\StdAfx.obj"
	-@erase "$(INTDIR)\Switch.obj"
	-@erase "$(INTDIR)\Transistor.obj"
	-@erase "$(INTDIR)\vc60.idb"
	-@erase "$(OUTDIR)\DrawChip.exe"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)\DrawChip.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
RSC_PROJ=/l 0x804 /fo"$(INTDIR)\DrawChip.res" /d "NDEBUG" /d "_AFXDLL" 
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\DrawChip.bsc" 
BSC32_SBRS= \
	
LINK32=link.exe
LINK32_FLAGS=/nologo /subsystem:windows /incremental:no /pdb:"$(OUTDIR)\DrawChip.pdb" /machine:I386 /out:"$(OUTDIR)\DrawChip.exe" 
LINK32_OBJS= \
	"$(INTDIR)\Compacity.obj" \
	"$(INTDIR)\Component.obj" \
	"$(INTDIR)\CrSocket.obj" \
	"$(INTDIR)\Diode.obj" \
	"$(INTDIR)\dlgCompacityPro.obj" \
	"$(INTDIR)\dlgDiodePro.obj" \
	"$(INTDIR)\dlgIcChipPro.obj" \
	"$(INTDIR)\dlgInductorPro.obj" \
	"$(INTDIR)\dlgPowerPro.obj" \
	"$(INTDIR)\dlgResistorPro.obj" \
	"$(INTDIR)\dlgSocketPro.obj" \
	"$(INTDIR)\dlgSwitchPro.obj" \
	"$(INTDIR)\dlgTransistor.obj" \
	"$(INTDIR)\DrawChip.obj" \
	"$(INTDIR)\DrawChipDoc.obj" \
	"$(INTDIR)\DrawChipView.obj" \
	"$(INTDIR)\IcChip.obj" \
	"$(INTDIR)\Inductor.obj" \
	"$(INTDIR)\IniFile.obj" \
	"$(INTDIR)\MainFrm.obj" \
	"$(INTDIR)\MySocket.obj" \
	"$(INTDIR)\OptionProp.obj" \
	"$(INTDIR)\OptionSheet.obj" \
	"$(INTDIR)\PaSocket.obj" \
	"$(INTDIR)\Power.obj" \
	"$(INTDIR)\Resistor.obj" \
	"$(INTDIR)\Splash.obj" \
	"$(INTDIR)\StdAfx.obj" \
	"$(INTDIR)\Switch.obj" \
	"$(INTDIR)\Transistor.obj" \
	"$(INTDIR)\DrawChip.res"

"$(OUTDIR)\DrawChip.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

!ELSEIF  "$(CFG)" == "DrawChip - Win32 Debug"

OUTDIR=.\Debug
INTDIR=.\Debug
# Begin Custom Macros
OutDir=.\Debug
# End Custom Macros

ALL : "$(OUTDIR)\DrawChip.exe" "$(OUTDIR)\DrawChip.bsc"


CLEAN :
	-@erase "$(INTDIR)\Compacity.obj"
	-@erase "$(INTDIR)\Compacity.sbr"
	-@erase "$(INTDIR)\Component.obj"
	-@erase "$(INTDIR)\Component.sbr"
	-@erase "$(INTDIR)\CrSocket.obj"
	-@erase "$(INTDIR)\CrSocket.sbr"
	-@erase "$(INTDIR)\Diode.obj"
	-@erase "$(INTDIR)\Diode.sbr"
	-@erase "$(INTDIR)\dlgCompacityPro.obj"
	-@erase "$(INTDIR)\dlgCompacityPro.sbr"
	-@erase "$(INTDIR)\dlgDiodePro.obj"
	-@erase "$(INTDIR)\dlgDiodePro.sbr"
	-@erase "$(INTDIR)\dlgIcChipPro.obj"
	-@erase "$(INTDIR)\dlgIcChipPro.sbr"
	-@erase "$(INTDIR)\dlgInductorPro.obj"
	-@erase "$(INTDIR)\dlgInductorPro.sbr"
	-@erase "$(INTDIR)\dlgPowerPro.obj"
	-@erase "$(INTDIR)\dlgPowerPro.sbr"
	-@erase "$(INTDIR)\dlgResistorPro.obj"
	-@erase "$(INTDIR)\dlgResistorPro.sbr"
	-@erase "$(INTDIR)\dlgSocketPro.obj"
	-@erase "$(INTDIR)\dlgSocketPro.sbr"
	-@erase "$(INTDIR)\dlgSwitchPro.obj"
	-@erase "$(INTDIR)\dlgSwitchPro.sbr"
	-@erase "$(INTDIR)\dlgTransistor.obj"
	-@erase "$(INTDIR)\dlgTransistor.sbr"
	-@erase "$(INTDIR)\DrawChip.obj"
	-@erase "$(INTDIR)\DrawChip.pch"
	-@erase "$(INTDIR)\DrawChip.res"
	-@erase "$(INTDIR)\DrawChip.sbr"
	-@erase "$(INTDIR)\DrawChipDoc.obj"
	-@erase "$(INTDIR)\DrawChipDoc.sbr"
	-@erase "$(INTDIR)\DrawChipView.obj"
	-@erase "$(INTDIR)\DrawChipView.sbr"
	-@erase "$(INTDIR)\IcChip.obj"
	-@erase "$(INTDIR)\IcChip.sbr"
	-@erase "$(INTDIR)\Inductor.obj"
	-@erase "$(INTDIR)\Inductor.sbr"
	-@erase "$(INTDIR)\IniFile.obj"
	-@erase "$(INTDIR)\IniFile.sbr"
	-@erase "$(INTDIR)\MainFrm.obj"
	-@erase "$(INTDIR)\MainFrm.sbr"
	-@erase "$(INTDIR)\MySocket.obj"
	-@erase "$(INTDIR)\MySocket.sbr"
	-@erase "$(INTDIR)\OptionProp.obj"
	-@erase "$(INTDIR)\OptionProp.sbr"
	-@erase "$(INTDIR)\OptionSheet.obj"
	-@erase "$(INTDIR)\OptionSheet.sbr"
	-@erase "$(INTDIR)\PaSocket.obj"
	-@erase "$(INTDIR)\PaSocket.sbr"
	-@erase "$(INTDIR)\Power.obj"
	-@erase "$(INTDIR)\Power.sbr"
	-@erase "$(INTDIR)\Resistor.obj"
	-@erase "$(INTDIR)\Resistor.sbr"
	-@erase "$(INTDIR)\Splash.obj"
	-@erase "$(INTDIR)\Splash.sbr"
	-@erase "$(INTDIR)\StdAfx.obj"
	-@erase "$(INTDIR)\StdAfx.sbr"
	-@erase "$(INTDIR)\Switch.obj"
	-@erase "$(INTDIR)\Switch.sbr"
	-@erase "$(INTDIR)\Transistor.obj"
	-@erase "$(INTDIR)\Transistor.sbr"
	-@erase "$(INTDIR)\vc60.idb"
	-@erase "$(INTDIR)\vc60.pdb"
	-@erase "$(OUTDIR)\DrawChip.bsc"
	-@erase "$(OUTDIR)\DrawChip.exe"
	-@erase "$(OUTDIR)\DrawChip.ilk"
	-@erase "$(OUTDIR)\DrawChip.pdb"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\DrawChip.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
RSC_PROJ=/l 0x804 /fo"$(INTDIR)\DrawChip.res" /d "_DEBUG" /d "_AFXDLL" 
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\DrawChip.bsc" 
BSC32_SBRS= \
	"$(INTDIR)\Compacity.sbr" \
	"$(INTDIR)\Component.sbr" \
	"$(INTDIR)\CrSocket.sbr" \
	"$(INTDIR)\Diode.sbr" \
	"$(INTDIR)\dlgCompacityPro.sbr" \
	"$(INTDIR)\dlgDiodePro.sbr" \
	"$(INTDIR)\dlgIcChipPro.sbr" \
	"$(INTDIR)\dlgInductorPro.sbr" \
	"$(INTDIR)\dlgPowerPro.sbr" \
	"$(INTDIR)\dlgResistorPro.sbr" \
	"$(INTDIR)\dlgSocketPro.sbr" \
	"$(INTDIR)\dlgSwitchPro.sbr" \
	"$(INTDIR)\dlgTransistor.sbr" \
	"$(INTDIR)\DrawChip.sbr" \
	"$(INTDIR)\DrawChipDoc.sbr" \
	"$(INTDIR)\DrawChipView.sbr" \
	"$(INTDIR)\IcChip.sbr" \
	"$(INTDIR)\Inductor.sbr" \
	"$(INTDIR)\IniFile.sbr" \
	"$(INTDIR)\MainFrm.sbr" \
	"$(INTDIR)\MySocket.sbr" \
	"$(INTDIR)\OptionProp.sbr" \
	"$(INTDIR)\OptionSheet.sbr" \
	"$(INTDIR)\PaSocket.sbr" \
	"$(INTDIR)\Power.sbr" \
	"$(INTDIR)\Resistor.sbr" \
	"$(INTDIR)\Splash.sbr" \
	"$(INTDIR)\StdAfx.sbr" \
	"$(INTDIR)\Switch.sbr" \
	"$(INTDIR)\Transistor.sbr"

"$(OUTDIR)\DrawChip.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
    $(BSC32) @<<
  $(BSC32_FLAGS) $(BSC32_SBRS)
<<

LINK32=link.exe
LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\DrawChip.pdb" /debug /machine:I386 /out:"$(OUTDIR)\DrawChip.exe" /pdbtype:sept 
LINK32_OBJS= \
	"$(INTDIR)\Compacity.obj" \
	"$(INTDIR)\Component.obj" \
	"$(INTDIR)\CrSocket.obj" \
	"$(INTDIR)\Diode.obj" \
	"$(INTDIR)\dlgCompacityPro.obj" \
	"$(INTDIR)\dlgDiodePro.obj" \
	"$(INTDIR)\dlgIcChipPro.obj" \
	"$(INTDIR)\dlgInductorPro.obj" \
	"$(INTDIR)\dlgPowerPro.obj" \
	"$(INTDIR)\dlgResistorPro.obj" \
	"$(INTDIR)\dlgSocketPro.obj" \
	"$(INTDIR)\dlgSwitchPro.obj" \
	"$(INTDIR)\dlgTransistor.obj" \
	"$(INTDIR)\DrawChip.obj" \
	"$(INTDIR)\DrawChipDoc.obj" \
	"$(INTDIR)\DrawChipView.obj" \
	"$(INTDIR)\IcChip.obj" \
	"$(INTDIR)\Inductor.obj" \
	"$(INTDIR)\IniFile.obj" \
	"$(INTDIR)\MainFrm.obj" \
	"$(INTDIR)\MySocket.obj" \
	"$(INTDIR)\OptionProp.obj" \
	"$(INTDIR)\OptionSheet.obj" \
	"$(INTDIR)\PaSocket.obj" \
	"$(INTDIR)\Power.obj" \
	"$(INTDIR)\Resistor.obj" \
	"$(INTDIR)\Splash.obj" \
	"$(INTDIR)\StdAfx.obj" \
	"$(INTDIR)\Switch.obj" \
	"$(INTDIR)\Transistor.obj" \
	"$(INTDIR)\DrawChip.res"

"$(OUTDIR)\DrawChip.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

!ENDIF 

.c{$(INTDIR)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cpp{$(INTDIR)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cxx{$(INTDIR)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.c{$(INTDIR)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cpp{$(INTDIR)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cxx{$(INTDIR)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<


!IF "$(NO_EXTERNAL_DEPS)" != "1"
!IF EXISTS("DrawChip.dep")
!INCLUDE "DrawChip.dep"
!ELSE 
!MESSAGE Warning: cannot find "DrawChip.dep"
!ENDIF 
!ENDIF 


!IF "$(CFG)" == "DrawChip - Win32 Release" || "$(CFG)" == "DrawChip - Win32 Debug"
SOURCE=.\Compacity.cpp

!IF  "$(CFG)" == "DrawChip - Win32 Release"


"$(INTDIR)\Compacity.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ELSEIF  "$(CFG)" == "DrawChip - Win32 Debug"


"$(INTDIR)\Compacity.obj"	"$(INTDIR)\Compacity.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ENDIF 

SOURCE=.\Component.cpp

!IF  "$(CFG)" == "DrawChip - Win32 Release"


"$(INTDIR)\Component.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ELSEIF  "$(CFG)" == "DrawChip - Win32 Debug"


"$(INTDIR)\Component.obj"	"$(INTDIR)\Component.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ENDIF 

SOURCE=.\CrSocket.cpp

!IF  "$(CFG)" == "DrawChip - Win32 Release"


"$(INTDIR)\CrSocket.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ELSEIF  "$(CFG)" == "DrawChip - Win32 Debug"


"$(INTDIR)\CrSocket.obj"	"$(INTDIR)\CrSocket.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ENDIF 

SOURCE=.\Diode.cpp

!IF  "$(CFG)" == "DrawChip - Win32 Release"


"$(INTDIR)\Diode.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ELSEIF  "$(CFG)" == "DrawChip - Win32 Debug"


"$(INTDIR)\Diode.obj"	"$(INTDIR)\Diode.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ENDIF 

SOURCE=.\dlgCompacityPro.cpp

!IF  "$(CFG)" == "DrawChip - Win32 Release"


"$(INTDIR)\dlgCompacityPro.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ELSEIF  "$(CFG)" == "DrawChip - Win32 Debug"


"$(INTDIR)\dlgCompacityPro.obj"	"$(INTDIR)\dlgCompacityPro.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawChip.pch"


!ENDIF 

SOURCE=.\dlgDiodePro.cpp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -