res
2013-07-05 14:05:26 UTC
@@ -101,8 +101,8 @@
ExternalLibs csediting_gui : CRYSTAL WX ;
[ FDefines CS_CSEDITING_GUI_LIB ]
- [ FDefines WXMAKINGDLL_PROPGRID ]
- [ FDefines wxPG_USE_WXMODULE=0 ] ;
+ [ FDefines WXMAKINGDLL_PROPGRID ] ;
+# [ FDefines wxPG_USE_WXMODULE=0 ] ;
You commented the terminating semicolon, this breaks the Jamfile.ExternalLibs csediting_gui : CRYSTAL WX ;
[ FDefines CS_CSEDITING_GUI_LIB ]
- [ FDefines WXMAKINGDLL_PROPGRID ]
- [ FDefines wxPG_USE_WXMODULE=0 ] ;
+ [ FDefines WXMAKINGDLL_PROPGRID ] ;
+# [ FDefines wxPG_USE_WXMODULE=0 ] ;
-f.r.