|
|
@@ -1,24 +1,24 @@ |
|
|
|
# Microsoft Developer Studio Project File - Name="libjackdmp" - Package Owner=<4>
|
|
|
|
# Microsoft Developer Studio Project File - Name="libjackservermp" - Package Owner=<4>
|
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
|
|
|
|
|
|
|
CFG=libjackdmp - Win32 Debug
|
|
|
|
CFG=libjackservermp - 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 "libjackdmp.mak".
|
|
|
|
!MESSAGE NMAKE /f "libjackservermp.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 "libjackdmp.mak" CFG="libjackdmp - Win32 Debug"
|
|
|
|
!MESSAGE NMAKE /f "libjackservermp.mak" CFG="libjackservermp - Win32 Debug"
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE "libjackdmp - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE "libjackdmp - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE "libjackservermp - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE "libjackservermp - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE
|
|
|
|
|
|
|
|
# Begin Project
|
|
|
@@ -29,7 +29,7 @@ CPP=cl.exe |
|
|
|
MTL=midl.exe
|
|
|
|
RSC=rc.exe
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "libjackdmp - Win32 Release"
|
|
|
|
!IF "$(CFG)" == "libjackservermp - Win32 Release"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
|
@@ -54,7 +54,7 @@ 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 /dll /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 /dll /machine:I386
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "libjackdmp - Win32 Debug"
|
|
|
|
!ELSEIF "$(CFG)" == "libjackservermp - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
|
@@ -78,14 +78,14 @@ 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 /dll /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 /dll /debug /machine:I386 /out:"Debug/libjackdmp_debug.dll" /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 /dll /debug /machine:I386 /out:"Debug/libjackservermp_debug.dll" /pdbtype:sept
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
# Name "libjackdmp - Win32 Release"
|
|
|
|
# Name "libjackdmp - Win32 Debug"
|
|
|
|
# Name "libjackservermp - Win32 Release"
|
|
|
|
# Name "libjackservermp - Win32 Debug"
|
|
|
|
# Begin Group "Source Files"
|
|
|
|
|
|
|
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|