mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
171 lines
3.8 KiB
Makefile
171 lines
3.8 KiB
Makefile
# Microsoft Developer Studio Generated NMAKE File, Based on Utilities.dsp
|
|
!IF "$(CFG)" == ""
|
|
CFG=Utilities - Win32 Debug
|
|
!MESSAGE No configuration specified. Defaulting to Utilities - Win32 Debug.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "Utilities - Win32 Release" && "$(CFG)" != "Utilities - Win32 Debug"
|
|
!MESSAGE Invalid configuration "$(CFG)" specified.
|
|
!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 "Utilities.mak" CFG="Utilities - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "Utilities - Win32 Release" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE "Utilities - Win32 Debug" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE
|
|
!ERROR An invalid configuration is specified.
|
|
!ENDIF
|
|
|
|
!IF "$(OS)" == "Windows_NT"
|
|
NULL=
|
|
!ELSE
|
|
NULL=nul
|
|
!ENDIF
|
|
|
|
CPP=cl.exe
|
|
RSC=rc.exe
|
|
|
|
!IF "$(CFG)" == "Utilities - Win32 Release"
|
|
|
|
OUTDIR=.\Release
|
|
INTDIR=.\Release
|
|
# Begin Custom Macros
|
|
OutDir=.\Release
|
|
# End Custom Macros
|
|
|
|
ALL : "$(OUTDIR)\Utilities.lib"
|
|
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\base64_codecvt.obj"
|
|
-@erase "$(INTDIR)\iso8859_1utf8_codecvt.obj"
|
|
-@erase "$(INTDIR)\utf16utf8_codecvt.obj"
|
|
-@erase "$(INTDIR)\vc60.idb"
|
|
-@erase "$(OUTDIR)\Utilities.lib"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Fp"$(INTDIR)\Utilities.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\Utilities.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LIB32=link.exe -lib
|
|
LIB32_FLAGS=/nologo /out:"$(OUTDIR)\Utilities.lib"
|
|
LIB32_OBJS= \
|
|
"$(INTDIR)\iso8859_1utf8_codecvt.obj" \
|
|
"$(INTDIR)\utf16utf8_codecvt.obj" \
|
|
"$(INTDIR)\base64_codecvt.obj"
|
|
|
|
"$(OUTDIR)\Utilities.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
|
$(LIB32) @<<
|
|
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "Utilities - Win32 Debug"
|
|
|
|
OUTDIR=.\..\lib
|
|
INTDIR=.\Debug
|
|
# Begin Custom Macros
|
|
OutDir=.\..\lib
|
|
# End Custom Macros
|
|
|
|
ALL : "$(OUTDIR)\Utilities.lib"
|
|
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\base64_codecvt.obj"
|
|
-@erase "$(INTDIR)\iso8859_1utf8_codecvt.obj"
|
|
-@erase "$(INTDIR)\utf16utf8_codecvt.obj"
|
|
-@erase "$(INTDIR)\vc60.idb"
|
|
-@erase "$(INTDIR)\vc60.pdb"
|
|
-@erase "$(OUTDIR)\Utilities.lib"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
"$(INTDIR)" :
|
|
if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
|
|
|
|
CPP_PROJ=/nologo /MLd /W3 /Gm /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Fp"$(INTDIR)\Utilities.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\Utilities.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LIB32=link.exe -lib
|
|
LIB32_FLAGS=/nologo /out:"$(OUTDIR)\Utilities.lib"
|
|
LIB32_OBJS= \
|
|
"$(INTDIR)\iso8859_1utf8_codecvt.obj" \
|
|
"$(INTDIR)\utf16utf8_codecvt.obj" \
|
|
"$(INTDIR)\base64_codecvt.obj"
|
|
|
|
"$(OUTDIR)\Utilities.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
|
$(LIB32) @<<
|
|
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
|
<<
|
|
|
|
!ENDIF
|
|
|
|
.c{$(INTDIR)}.obj::
|
|
$(CPP) @<<
|
|
$(CPP_PROJ) $<
|
|
<<
|
|
|
|
.cpp{$(INTDIR)}.obj::
|
|
$(CPP) @<<
|
|
$(CPP_PROJ) $<
|
|
<<
|
|
|
|
.cxx{$(INTDIR)}.obj::
|
|
$(CPP) @<<
|
|
$(CPP_PROJ) $<
|
|
<<
|
|
|
|
.c{$(INTDIR)}.sbr::
|
|
$(CPP) @<<
|
|
$(CPP_PROJ) $<
|
|
<<
|
|
|
|
.cpp{$(INTDIR)}.sbr::
|
|
$(CPP) @<<
|
|
$(CPP_PROJ) $<
|
|
<<
|
|
|
|
.cxx{$(INTDIR)}.sbr::
|
|
$(CPP) @<<
|
|
$(CPP_PROJ) $<
|
|
<<
|
|
|
|
|
|
!IF "$(NO_EXTERNAL_DEPS)" != "1"
|
|
!IF EXISTS("Utilities.dep")
|
|
!INCLUDE "Utilities.dep"
|
|
!ELSE
|
|
!MESSAGE Warning: cannot find "Utilities.dep"
|
|
!ENDIF
|
|
!ENDIF
|
|
|
|
|
|
!IF "$(CFG)" == "Utilities - Win32 Release" || "$(CFG)" == "Utilities - Win32 Debug"
|
|
SOURCE=.\base64_codecvt.cpp
|
|
|
|
"$(INTDIR)\base64_codecvt.obj" : $(SOURCE) "$(INTDIR)"
|
|
|
|
|
|
SOURCE=.\iso8859_1utf8_codecvt.cpp
|
|
|
|
"$(INTDIR)\iso8859_1utf8_codecvt.obj" : $(SOURCE) "$(INTDIR)"
|
|
|
|
|
|
SOURCE=.\utf16utf8_codecvt.cpp
|
|
|
|
"$(INTDIR)\utf16utf8_codecvt.obj" : $(SOURCE) "$(INTDIR)"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|