File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ UNSTABLEHDRS = unstable.h
169
169
CLFLAGS = /c /W3
170
170
# List all linker options common to both debug and final
171
171
# versions of your code here:
172
- LINKFLAGS = /NOD /ONERROR:NOEXE
172
+ LINKFLAGS = /nologo
173
173
!IF "$(DEBUG)" == "1"
174
- CLFLAGS = /D_DEBUG $(CLFLAGS) /Od /Zi /f
174
+ CLFLAGS = /D_DEBUG $(CLFLAGS) /Od /Zi
175
175
LINKFLAGS = $(LINKFLAGS) /COD
176
176
LIBS = slibce
177
177
!ELSE
@@ -260,6 +260,7 @@ void notstable( void );
260
260
#include " another.h"
261
261
#include " stable.h"
262
262
#include " unstable.h"
263
+ using namespace std ;
263
264
// The following code represents code that is deemed stable and
264
265
// not likely to change. The associated interface code is
265
266
// precompiled. In this example, the header files STABLE.H and
You can’t perform that action at this time.
0 commit comments