nacho       02/05/28 17:14:21

  Modified:    jk/native2/server/isapi isapi.dsp
  Log:
  * Build no calls mc to compile the message file
  
  XXX Is needed to add a ant wrapper for mc.exe ( the ms message compiler )
  
  Revision  Changes    Path
  1.12      +37 -0     jakarta-tomcat-connectors/jk/native2/server/isapi/isapi.dsp
  
  Index: isapi.dsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/isapi/isapi.dsp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- isapi.dsp 23 May 2002 12:05:52 -0000      1.11
  +++ isapi.dsp 29 May 2002 00:14:21 -0000      1.12
  @@ -145,6 +145,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\jk_logger_win32.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\common\jk_map.c
   # End Source File
   # Begin Source File
  @@ -323,6 +327,39 @@
   # Begin Group "Resource Files"
   
   # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  +# Begin Source File
  +
  +SOURCE=.\jk_logger_win32_message.mc
  +
  +!IF  "$(CFG)" == "isapi - Win32 Release"
  +
  +# PROP Ignore_Default_Tool 1
  +# Begin Custom Build - Creating resources from $(InputPath)
  +InputPath=.\jk_logger_win32_message.mc
  +
  +"jk_logger_win32_message.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  +     mc $(InputPath)
  +
  +# End Custom Build
  +
  +!ELSEIF  "$(CFG)" == "isapi - Win32 Debug"
  +
  +# PROP Ignore_Default_Tool 1
  +# Begin Custom Build - Creating resources from $(InputPath)
  +InputPath=.\jk_logger_win32_message.mc
  +
  +"jk_logger_win32_message.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  +     mc $(InputPath)
  +
  +# End Custom Build
  +
  +!ENDIF 
  +
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\jk_logger_win32_message.rc
  +# End Source File
   # End Group
   # End Target
   # End Project
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to