wxWidgets/include/wxshlba_cw_d.pch++
2002-01-20 16:05:07 +00:00

24 lines
539 B
Plaintext

#if __option (profile)
#error "profiling is not supported for debug targets"
#else
#if __POWERPC__
#pragma precompile_target "wxshlba_PPC++_d.mch"
#elif __INTEL__
#pragma precompile_target "wxshlba_x86++_d.mch"
#elif __CFM68K__
#pragma precompile_target "wxshlba_cfm++_d.mch"
#else
#pragma precompile_target "wxshlba_68k++_d.mch"
#endif
#endif
#pragma once on
#define WX_PRECOMP
#define __WXDEBUG__ 1
#define WXUSINGDLL
#define wxUSE_GUI 1
#define OLDP2C 1
#include "wx/wx_cw_cm.h"
#ifdef WX_PRECOMP
#include "wx/wxprec.h"
#endif