diff --git a/setup.h_vms b/setup.h_vms index 9bd4be7c8f..aac3f4a995 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -211,6 +211,7 @@ #define wxUSE_STD_IOSTREAM 0 +#define wxUSE_STD_STRING 0 #define wxUSE_LONGLONG 1 diff --git a/src/generic/descrip.mms b/src/generic/descrip.mms index fd9489e653..40aa2e1cd6 100644 --- a/src/generic/descrip.mms +++ b/src/generic/descrip.mms @@ -62,6 +62,7 @@ OBJECTS = \ panelg.obj,\ printps.obj,\ prntdlgg.obj,\ + propdlg.obj,\ progdlgg.obj,\ renderg.obj,\ sashwin.obj,\ @@ -103,6 +104,7 @@ SOURCES = \ panelg.cpp,\ printps.cpp,\ prntdlgg.cpp,\ + propdlg.cpp,\ progdlgg.cpp,\ renderg.cpp,\ sashwin.cpp,\ @@ -183,6 +185,7 @@ panelg.obj : panelg.cpp printps.obj : printps.cpp prntdlgg.obj : prntdlgg.cpp progdlgg.obj : progdlgg.cpp +propdlg.obj : propdlg.cpp scrlwing.obj : scrlwing.cpp spinctlg.obj : spinctlg.cpp renderg.obj : renderg.cpp