mcatan      2004/05/10 13:37:45

  Modified:    msvc/dll dll.dsp
  Log:
  fixed EventCategories.mc compilation
  
  Revision  Changes    Path
  1.17      +6 -6      logging-log4cxx/msvc/dll/dll.dsp
  
  Index: dll.dsp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/msvc/dll/dll.dsp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- dll.dsp   5 Apr 2004 20:55:51 -0000       1.16
  +++ dll.dsp   10 May 2004 20:37:45 -0000      1.17
  @@ -261,11 +261,11 @@
   
   # Begin Custom Build - Compiling EventLog message file
   IntDir=.\Release
  -TargetDir=\log4cxx-0.9.6\msvc\Bin\Release
  +TargetDir=\logging-log4cxx\msvc\Bin\Release
   InputPath=..\..\include\log4cxx\nt\EventLogCategories.mc
   
   BuildCmds= \
  -     MC $(InputPath) -r $(IntDir) \
  +     MC $(InputPath) -r $(IntDir)  -h $(IntDir) \
        RC -r -fo $(IntDir)\EventLogCategories.res 
$(IntDir)\EventLogCategories.rc \
        LINK /subsystem:windows /INCREMENTAL:NO /dll 
/out:$(TargetDir)\NTEventLogAppender.dll /NOENTRY /machine:I386 
$(IntDir)\EventLogCategories.res \
        
  @@ -284,7 +284,7 @@
   
   # Begin Custom Build - Compiling EventLog message file
   IntDir=.\Debug
  -TargetDir=\log4cxx-0.9.6\msvc\Bin\Debug
  +TargetDir=\logging-log4cxx\msvc\Bin\Debug
   InputPath=..\..\include\log4cxx\nt\EventLogCategories.mc
   
   BuildCmds= \
  @@ -307,7 +307,7 @@
   
   # Begin Custom Build - Compiling EventLog message file
   IntDir=.\Unicode_D
  -TargetDir=\log4cxx-0.9.6\msvc\Bin\Unicode_D
  +TargetDir=\logging-log4cxx\msvc\Bin\Unicode_D
   InputPath=..\..\include\log4cxx\nt\EventLogCategories.mc
   
   BuildCmds= \
  @@ -330,11 +330,11 @@
   
   # Begin Custom Build - Compiling EventLog message file
   IntDir=.\Unicode_R
  -TargetDir=\log4cxx-0.9.6\msvc\Bin\Unicode_R
  +TargetDir=\logging-log4cxx\msvc\Bin\Unicode_R
   InputPath=..\..\include\log4cxx\nt\EventLogCategories.mc
   
   BuildCmds= \
  -     MC $(InputPath) -r $(IntDir) \
  +     MC $(InputPath) -r $(IntDir)  -h $(IntDir) \
        RC -r -fo $(IntDir)\EventLogCategories.res 
$(IntDir)\EventLogCategories.rc \
        LINK /subsystem:windows /INCREMENTAL:NO /dll 
/out:$(TargetDir)\NTEventLogAppender.dll /NOENTRY /machine:I386 
$(IntDir)\EventLogCategories.res \
        
  
  
  

Reply via email to