OSDN Git Service

PATCH: [ 1547212 ] Fix MakeResDll project
authorKimmo Varis <kimmov@gmail.com>
Sun, 27 Aug 2006 10:47:30 +0000 (10:47 +0000)
committerKimmo Varis <kimmov@gmail.com>
Sun, 27 Aug 2006 10:47:30 +0000 (10:47 +0000)
Tools/MakeResDll/Changes.txt
Tools/MakeResDll/MakeResDll.dsp

index 8989cb8..d8d9e6c 100755 (executable)
@@ -1,6 +1,10 @@
 MakeResDll/Changes.txt
 Add new items to top
 
+2006-08-27 Kimmo
+ PATCH: [ 1547212 ] Fix MakeResDll project
+  MakeResDll: MakeResDll.dsp
+
 2006-05-07 Kimmo
  PATCH: [ 1446649 ] Fix MakeResDll ui
   Submitted by Perry
index 0b1e761..25e8a6c 100755 (executable)
@@ -37,12 +37,12 @@ RSC=rc.exe
 # PROP BASE Target_Dir ""
 # PROP Use_MFC 2
 # PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\BuildTmp\MakeResDll___Win32_Release"
-# PROP Intermediate_Dir "..\BuildTmp\MakeResDll___Win32_Release"
+# PROP Output_Dir "..\..\BuildTmp\MakeResDll___Win32_Release"
+# PROP Intermediate_Dir "..\..\BuildTmp\MakeResDll___Win32_Release"
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\src\common" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\src\common" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
 # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
 # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
 BSC32=bscmake.exe
@@ -50,7 +50,7 @@ BSC32=bscmake.exe
 # 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:console /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:console /machine:I386 /out:"..\Build\MergeRelease\MakeResDll.exe"
+# 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:console /machine:I386 /out:"..\..\Build\MergeRelease\MakeResDll.exe"
 
 !ELSEIF  "$(CFG)" == "MakeResDll - Win32 Debug"
 
@@ -61,12 +61,12 @@ LINK32=link.exe
 # PROP BASE Target_Dir ""
 # PROP Use_MFC 2
 # PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\BuildTmp\MakeResDll___Win32_Debug"
-# PROP Intermediate_Dir "..\BuildTmp\MakeResDll___Win32_Debug"
+# PROP Output_Dir "..\..\BuildTmp\MakeResDll___Win32_Debug"
+# PROP Intermediate_Dir "..\..\BuildTmp\MakeResDll___Win32_Debug"
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\src\common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\src\common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
 # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
 # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
 BSC32=bscmake.exe
@@ -74,7 +74,7 @@ BSC32=bscmake.exe
 # 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:console /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 uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"..\Build\MergeDebug\MakeResDll.exe" /pdbtype:sept
+# 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:console /debug /machine:I386 /out:"..\..\Build\MergeDebug\MakeResDll.exe" /pdbtype:sept
 
 !ENDIF 
 
@@ -87,15 +87,15 @@ LINK32=link.exe
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 # Begin Source File
 
-SOURCE=..\Src\Common\CMoveConstraint.cpp
+SOURCE=..\..\Src\Common\CMoveConstraint.cpp
 # End Source File
 # Begin Source File
 
-SOURCE=..\Src\Common\coretools.cpp
+SOURCE=..\..\Src\Common\coretools.cpp
 # End Source File
 # Begin Source File
 
-SOURCE=..\Src\Common\CSubclass.cpp
+SOURCE=..\..\Src\Common\CSubclass.cpp
 # End Source File
 # Begin Source File
 
@@ -107,7 +107,7 @@ SOURCE=.\MakeResDll.rc
 # End Source File
 # Begin Source File
 
-SOURCE=..\Src\Common\RegKey.cpp
+SOURCE=..\..\Src\Common\RegKey.cpp
 # End Source File
 # Begin Source File
 
@@ -124,11 +124,11 @@ SOURCE=.\VsVersionDlg.cpp
 # PROP Default_Filter "h;hpp;hxx;hm;inl"
 # Begin Source File
 
-SOURCE=..\Src\Common\CMoveConstraint.h
+SOURCE=..\..\Src\Common\CMoveConstraint.h
 # End Source File
 # Begin Source File
 
-SOURCE=..\Src\Common\coretools.h
+SOURCE=..\..\Src\Common\coretools.h
 # End Source File
 # Begin Source File
 
@@ -140,7 +140,7 @@ SOURCE=.\MakeResDll.h
 # End Source File
 # Begin Source File
 
-SOURCE=..\Src\Common\RegKey.h
+SOURCE=..\..\Src\Common\RegKey.h
 # End Source File
 # Begin Source File