Adding t_eoesall that somehow ahd managed to escape until now
+ corrected the template test_dsp.tmpl
This commit is contained in:
parent
d74ef74661
commit
38f35a1c53
4 changed files with 128 additions and 11 deletions
|
|
@ -38,7 +38,7 @@ RSC=rc.exe
|
|||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "Release"
|
||||
# PROP Intermediate_Dir "Release"
|
||||
# PROP Intermediate_Dir "Release\obj"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
||||
# ADD CPP /nologo /w /W0 /GR /GX /O2 /I "..\src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
|
||||
|
|
@ -54,20 +54,20 @@ LIB32=link.exe -lib
|
|||
# Begin Special Build Tool
|
||||
SOURCE="$(InputPath)"
|
||||
PostBuild_Desc=Install
|
||||
PostBuild_Cmds=copy Release\eo.lib lib\
|
||||
PostBuild_Cmds=copy Release\eo.lib lib\
|
||||
# End Special Build Tool
|
||||
|
||||
!ELSEIF "$(CFG)" == "eo - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "eo___Win32_Debug"
|
||||
# PROP BASE Intermediate_Dir "eo___Win32_Debug"
|
||||
# PROP BASE Output_Dir "Debug"
|
||||
# PROP BASE Intermediate_Dir "Debugj"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "Debug"
|
||||
# PROP Intermediate_Dir "Debug"
|
||||
# PROP Intermediate_Dir "Debug\obj"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
|
||||
|
|
@ -83,7 +83,7 @@ LIB32=link.exe -lib
|
|||
# Begin Special Build Tool
|
||||
SOURCE="$(InputPath)"
|
||||
PostBuild_Desc=Install
|
||||
PostBuild_Cmds=copy Debug\eod.lib lib\
|
||||
PostBuild_Cmds=copy Debug\eod.lib lib\
|
||||
# End Special Build Tool
|
||||
|
||||
!ENDIF
|
||||
|
|
@ -107,6 +107,8 @@ SOURCE=..\src\eoPersistent.cpp
|
|||
|
||||
SOURCE=..\src\eoPrintable.cpp
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
|
||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||
# Begin Source File
|
||||
|
|
@ -124,4 +126,3 @@ SOURCE=..\src\eoPrintable.h
|
|||
# End Group
|
||||
# End Target
|
||||
# End Project
|
||||
ÿ
|
||||
|
|
|
|||
Reference in a new issue