Merge "Adding C320 version for public release based on v1.39.08" into master_vs10

v1.39.12_vs10
Peter Bruin 12 years ago committed by Gerrit Code Review
commit f9df814a47

@ -298,6 +298,10 @@ SOURCE=.\PackageEdit.cpp
# End Source File
# Begin Source File
SOURCE=.\PackageInfoTable.cpp
# End Source File
# Begin Source File
SOURCE=.\PageSetupDlg.cpp
# End Source File
# Begin Source File
@ -618,6 +622,10 @@ SOURCE=.\PackageEdit.h
# End Source File
# Begin Source File
SOURCE=.\PackageInfoTable.h
# End Source File
# Begin Source File
SOURCE=..\Include\PageSecurity.h
# End Source File
# Begin Source File

@ -56,7 +56,7 @@ LINK32=link.exe
# ADD LINK32 utility.lib /nologo /dll /machine:I386
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Cmds=copy ..\..\MitLibObj\CommDLL\Release\CommDLL.dll ..\..\Machine\Application\ copy ..\..\MitLibObj\CommDLL\Release\CommDLL.lib ..\Lib\ copy ..\..\MitLibObj\CommDLL\Release\CommDLL.dll ..\Dll\
PostBuild_Cmds=copy ..\..\MitLibObj\CommDLL\Release\CommDLL.dll ..\..\Machine\Application\ copy ..\..\MitLibObj\CommDLL\Release\CommDLL.lib ..\Lib\ copy ..\..\MitLibObj\CommDLL\Release\CommDLL.dll ..\Dll\
# End Special Build Tool
!ELSEIF "$(CFG)" == "CommDll - Win32 Debug"
@ -86,7 +86,7 @@ LINK32=link.exe
# ADD LINK32 ..\Lib\UtilityD.lib /nologo /dll /debug /machine:I386 /out:"..\..\MitLibObj\CommDll\Debug/CommDllD.dll" /pdbtype:sept
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Cmds=copy ..\..\MitLibObj\CommDLL\Debug\CommDLLD.dll ..\..\Machine\Application\ copy ..\..\MitLibObj\CommDLL\Debug\CommDLLD.lib ..\Lib\ copy ..\..\MitLibObj\CommDLL\Debug\CommDLLD.dll ..\Dll\
PostBuild_Cmds=copy ..\..\MitLibObj\CommDLL\Debug\CommDLLD.dll ..\..\Machine\Application\ copy ..\..\MitLibObj\CommDLL\Debug\CommDLLD.lib ..\Lib\ copy ..\..\MitLibObj\CommDLL\Debug\CommDLLD.dll ..\Dll\
# End Special Build Tool
!ENDIF

Loading…
Cancel
Save