diff options
-rw-r--r-- | examples/Registry/Registry.dsp | 3 | ||||
-rw-r--r-- | examples/Registry/update.dsp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/Registry/Registry.dsp b/examples/Registry/Registry.dsp index e58da40e074..a84962c43bb 100644 --- a/examples/Registry/Registry.dsp +++ b/examples/Registry/Registry.dsp @@ -34,9 +34,10 @@ RSC=rc.exe # PROP Use_Debug_Libraries 1
# PROP Output_Dir "."
# PROP Intermediate_Dir ".\debug"
+# PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\iterator"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\STL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_AFXDLL" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\STL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Registry/update.dsp b/examples/Registry/update.dsp index 61d3974223f..33a47c71ba5 100644 --- a/examples/Registry/update.dsp +++ b/examples/Registry/update.dsp @@ -34,9 +34,10 @@ RSC=rc.exe # PROP Use_Debug_Libraries 1
# PROP Output_Dir "."
# PROP Intermediate_Dir ".\debug"
+# PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\update"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\STL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_AFXDLL" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\STL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
|