From: <ha...@us...> - 2003-05-15 04:10:45
|
Update of /cvsroot/decaldev/source/Decal In directory sc8-pr-cvs1:/tmp/cvs-serv13113 Modified Files: Decal.dsp Log Message: Updated project file Index: Decal.dsp =================================================================== RCS file: /cvsroot/decaldev/source/Decal/Decal.dsp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Decal.dsp 24 Sep 2002 20:47:38 -0000 1.8 --- Decal.dsp 15 May 2003 04:10:41 -0000 1.9 *************** *** 19,25 **** !MESSAGE !MESSAGE "Decal - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") - !MESSAGE "Decal - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "Decal - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library") - !MESSAGE "Decal - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE --- 19,23 ---- *************** *** 68,112 **** # End Custom Build - !ELSEIF "$(CFG)" == "Decal - Win32 Unicode Debug" - - # PROP BASE Use_MFC 0 - # PROP BASE Use_Debug_Libraries 1 - # PROP BASE Output_Dir "DebugU" - # PROP BASE Intermediate_Dir "DebugU" - # PROP BASE Target_Dir "" - # PROP Use_MFC 0 - # PROP Use_Debug_Libraries 1 - # PROP Output_Dir "DebugU" - # PROP Intermediate_Dir "DebugU" - # PROP Target_Dir "" - # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c - # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\Include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c - # ADD MTL /nologo /I "..\Include" /Oicf - # ADD BASE RSC /l 0x1009 /d "_DEBUG" - # ADD RSC /l 0x1009 /d "_DEBUG" - 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 /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept - # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib version.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept - # Begin Custom Build - Performing registration - OutDir=.\DebugU - TargetPath=.\DebugU\Decal.dll - InputPath=.\DebugU\Decal.dll - SOURCE="$(InputPath)" - - "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - if "%OS%"=="" goto NOTNT - if not "%OS%"=="Windows_NT" goto NOTNT - regsvr32 /s /c "$(TargetPath)" - echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" - goto end - :NOTNT - echo Warning : Cannot register Unicode DLL on Windows 95 - :end - - # End Custom Build - !ELSEIF "$(CFG)" == "Decal - Win32 Release MinSize" --- 66,69 ---- *************** *** 145,198 **** # End Custom Build - !ELSEIF "$(CFG)" == "Decal - Win32 Unicode Release MinSize" - - # PROP BASE Use_MFC 0 - # PROP BASE Use_Debug_Libraries 0 - # PROP BASE Output_Dir "ReleaseUMinSize" - # PROP BASE Intermediate_Dir "ReleaseUMinSize" - # PROP BASE Target_Dir "" - # PROP Use_MFC 0 - # PROP Use_Debug_Libraries 0 - # PROP Output_Dir "ReleaseUMinSize" - # PROP Intermediate_Dir "ReleaseUMinSize" - # PROP Ignore_Export_Lib 1 - # PROP Target_Dir "" - # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c - # ADD CPP /nologo /MT /W3 /GX /Zi /O1 /I "..\Include" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /c - # ADD MTL /nologo /I "..\Include" /Oicf - # ADD BASE RSC /l 0x1009 /d "NDEBUG" - # ADD RSC /l 0x1009 /d "NDEBUG" - 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 /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 version.lib uuid.lib odbc32.lib odbccp32.lib libctiny.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\Release" - # Begin Custom Build - Performing registration - OutDir=.\ReleaseUMinSize - TargetPath=.\ReleaseUMinSize\Decal.dll - InputPath=.\ReleaseUMinSize\Decal.dll - SOURCE="$(InputPath)" - - "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - if "%OS%"=="" goto NOTNT - if not "%OS%"=="Windows_NT" goto NOTNT - regsvr32 /s /c "$(TargetPath)" - echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" - goto end - :NOTNT - echo Warning : Cannot register Unicode DLL on Windows 95 - :end - - # End Custom Build - - !ENDIF - # Begin Target # Name "Decal - Win32 Debug" - # Name "Decal - Win32 Unicode Debug" # Name "Decal - Win32 Release MinSize" - # Name "Decal - Win32 Unicode Release MinSize" # Begin Group "Source Files" --- 102,109 ---- *************** *** 222,234 **** # ADD MTL /nologo /tlb "Decal.tlb" /h "..\Include\Decal.h" /iid "..\Include\Decal_i.c" /Oicf - !ELSEIF "$(CFG)" == "Decal - Win32 Unicode Debug" - - # ADD MTL /tlb "Decal.tlb" /h "..\Include\Decal.h" /iid "..\Include\Decal_i.c" /Oicf - !ELSEIF "$(CFG)" == "Decal - Win32 Release MinSize" - - # ADD MTL /tlb "Decal.tlb" /h "..\Include\Decal.h" /iid "..\Include\Decal_i.c" /Oicf - - !ELSEIF "$(CFG)" == "Decal - Win32 Unicode Release MinSize" # ADD MTL /tlb "Decal.tlb" /h "..\Include\Decal.h" /iid "..\Include\Decal_i.c" /Oicf --- 133,137 ---- |