You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2002/01/29 07:59:52 UTC

cvs commit: apr/build apr_app.dsp

wrowe       02/01/28 22:59:52

  Added:       build    apr_app.dsp
  Log:
    Adding this project as a dependency of a WinNT-only project, and adding
    the LINK option /entry:wmainCRTStartup will create you an APR-ready app.
  
    The sad part is, it works only on NT.  See the original checkin message
    of the misc/win32/apr_app.c code for gory details.
  
  Revision  Changes    Path
  1.1                  apr/build/apr_app.dsp
  
  Index: apr_app.dsp
  ===================================================================
  # Microsoft Developer Studio Project File - Name="apr_app" - Package Owner=<4>
  # Microsoft Developer Studio Generated Build File, Format Version 6.00
  # ** DO NOT EDIT **
  
  # TARGTYPE "Win32 (x86) Static Library" 0x0104
  
  CFG=apr_app - Win32 Debug
  !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  !MESSAGE use the Export Makefile command and run
  !MESSAGE 
  !MESSAGE NMAKE /f "apr_app.mak".
  !MESSAGE 
  !MESSAGE You can specify a configuration when running NMAKE
  !MESSAGE by defining the macro CFG on the command line. For example:
  !MESSAGE 
  !MESSAGE NMAKE /f "apr_app.mak" CFG="apr_app - Win32 Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "apr_app - Win32 Release" (based on "Win32 (x86) Static Library")
  !MESSAGE "apr_app - Win32 Debug" (based on "Win32 (x86) Static Library")
  !MESSAGE 
  
  # Begin Project
  # PROP AllowPerConfigDependencies 0
  # PROP Scc_ProjName ""
  # PROP Scc_LocalPath ""
  CPP=cl.exe
  RSC=rc.exe
  
  !IF  "$(CFG)" == "apr_app - Win32 Release"
  
  # PROP BASE Use_MFC 0
  # PROP BASE Use_Debug_Libraries 0
  # PROP BASE Output_Dir "LibR"
  # PROP BASE Intermediate_Dir "LibR"
  # PROP BASE Target_Dir ""
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 0
  # PROP Output_Dir "LibR"
  # PROP Intermediate_Dir "LibR"
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
  # ADD CPP /nologo /MD /W3 /O2 /I "../include" /I "../include/arch" /I "../include/arch/win32" /I "../include/arch/unix" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fd"LibR\apr_app" /FD /c
  # ADD BASE RSC /l 0x409
  # ADD RSC /l 0x409
  BSC32=bscmake.exe
  # ADD BASE BSC32 /nologo
  # ADD BSC32 /nologo
  LIB32=link.exe -lib
  # ADD BASE LIB32 /nologo
  # ADD LIB32 /nologo
  
  !ELSEIF  "$(CFG)" == "apr_app - Win32 Debug"
  
  # PROP BASE Use_MFC 0
  # PROP BASE Use_Debug_Libraries 1
  # PROP BASE Output_Dir "LibD"
  # PROP BASE Intermediate_Dir "LibD"
  # PROP BASE Target_Dir ""
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 1
  # PROP Output_Dir "LibD"
  # PROP Intermediate_Dir "LibD"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
  # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../include" /I "../include/arch" /I "../include/arch/win32" /I "../include/arch/unix" /D "APR_EXPORT_STATIC" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fd"LibD\apr_app" /FD /c
  # ADD BASE RSC /l 0x409
  # ADD RSC /l 0x409
  BSC32=bscmake.exe
  # ADD BASE BSC32 /nologo
  # ADD BSC32 /nologo
  LIB32=link.exe -lib
  # ADD BASE LIB32 /nologo
  # ADD LIB32 /nologo
  
  !ENDIF 
  
  # Begin Target
  
  # Name "apr_app - Win32 Release"
  # Name "apr_app - Win32 Debug"
  # Begin Source File
  
  SOURCE=..\misc\win32\apr_app.c
  # End Source File
  # Begin Source File
  
  SOURCE=..\i18n\unix\utf8_ucs2.c
  # End Source File
  # End Target
  # End Project