- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
- !IF "$(CFG)" == ""
- CFG=testxres - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to testxres - Win32 Debug.
- !ENDIF
- !IF "$(CFG)" != "testxres - Win32 Release" && "$(CFG)" !=
- "testxres - Win32 Debug"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !MESSAGE You can specify a configuration when running NMAKE on this makefile
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "testxres.mak" CFG="testxres - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "testxres - Win32 Release" (based on
- "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "testxres - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- ################################################################################
- # Begin Project
- CPP=cl.exe
- MTL=mktyplib.exe
- RSC=rc.exe
- !IF "$(CFG)" == "testxres - Win32 Release"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.Release
- INTDIR=.Release
- ALL :
- CLEAN :
- -@erase
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
- CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"
- /Fp"$(INTDIR)/testxres.pch" /YX /Fo"$(INTDIR)/" /c
- CPP_OBJS=.Release/
- CPP_SBRS=..
- # ADD BASE MTL /nologo /D "NDEBUG" /win32
- # ADD MTL /nologo /D "NDEBUG" /win32
- MTL_PROJ=/nologo /D "NDEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/testxres.bsc"
- BSC32_SBRS=
- 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 /subsystem:windows /dll /machine:I386
- # 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 /subsystem:windows /dll /machine:I386
- LINK32_FLAGS=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 /subsystem:windows /dll /incremental:no
- /pdb:"$(OUTDIR)/testxres.pdb" /machine:I386 /out:"$(OUTDIR)/testxres.dll"
- /implib:"$(OUTDIR)/testxres.lib"
- LINK32_OBJS=
- !ELSEIF "$(CFG)" == "testxres - Win32 Debug"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "testxres"
- # PROP BASE Intermediate_Dir "testxres"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "testxres"
- # PROP Intermediate_Dir "testxres"
- # PROP Target_Dir ""
- OUTDIR=.testxres
- INTDIR=.testxres
- ALL :
- CLEAN :
- -@erase
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
- CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
- /Fp"$(INTDIR)/testxres.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
- CPP_OBJS=.testxres/
- CPP_SBRS=..
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /win32
- MTL_PROJ=/nologo /D "_DEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/testxres.bsc"
- BSC32_SBRS=
- 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 /subsystem:windows /dll /debug /machine:I386
- # 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 /subsystem:windows /dll /debug /machine:I386
- LINK32_FLAGS=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 /subsystem:windows /dll /incremental:yes
- /pdb:"$(OUTDIR)/testxres.pdb" /debug /machine:I386
- /out:"$(OUTDIR)/testxres.dll" /implib:"$(OUTDIR)/testxres.lib"
- LINK32_OBJS=
- !ENDIF
- .c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- .cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- .cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- ################################################################################
- # Begin Target
- # Name "testxres - Win32 Release"
- # Name "testxres - Win32 Debug"
- !IF "$(CFG)" == "testxres - Win32 Release"
- !ELSEIF "$(CFG)" == "testxres - Win32 Debug"
- !ENDIF
- # End Target
- # End Project
- ################################################################################