mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Merge branch 'release/1.9.x'
This commit is contained in:
commit
759dc77ee1
@ -195,7 +195,7 @@ class morepy(package):
|
||||
'termios', 'tty', 'pty', 'fcntl', 'pipes', 'posixfile',
|
||||
'resource', 'nis', 'syslog', 'commands', 'ic', 'MacOS',
|
||||
'macostools', 'findertools', 'EasyDialogs', 'FrameWork',
|
||||
'autoGIL', 'ColorPicker')
|
||||
'autoGIL', 'ColorPicker', 'ast')
|
||||
|
||||
# To add the multitude of standard Python string encodings.
|
||||
module('encodings', 'encodings.*')
|
||||
|
@ -82,7 +82,7 @@ no_cert_title[LI_COUNT] = {
|
||||
"Keine Signatur!",
|
||||
"Sin firma!",
|
||||
"Nessuna firma!",
|
||||
"Ne subskribo!",
|
||||
"Neniu subskribo!",
|
||||
"\320\235\320\265\321\202 \320\277\320\276\320\264\320\277\320\270\321\201"
|
||||
"\320\270!",
|
||||
};
|
||||
@ -157,7 +157,7 @@ self_signed_cert_text[LI_COUNT] = {
|
||||
|
||||
// epo
|
||||
"\304\210i tiu aplika\304\265o de Panda3D uzas memsubskribitan ateston. "
|
||||
"Tio signifas ke la nomo de la verkanto ne povas esti kontrolita, kaj vi "
|
||||
"Tio signifas ke la nomo de la verkanto ne povas esti kontrolita, kaj vi "
|
||||
"ne havas certan scimanieron pri la vera verkanto de la aplika\304\265o.\n"
|
||||
"\n"
|
||||
"Ni rekomendas ke vi premas la butonon 'Nuligi' por eviti lan\304\211on de "
|
||||
|
@ -60,10 +60,11 @@ public:
|
||||
F_pattern = 0x40,
|
||||
};
|
||||
|
||||
INLINE Filename(const char *filename);
|
||||
|
||||
PUBLISHED:
|
||||
INLINE Filename(const string &filename = "");
|
||||
INLINE Filename(const wstring &filename);
|
||||
INLINE Filename(const char *filename);
|
||||
INLINE Filename(const Filename ©);
|
||||
Filename(const Filename &dirname, const Filename &basename);
|
||||
INLINE ~Filename();
|
||||
|
@ -5097,7 +5097,7 @@ if (RTDIST or RUNTIME):
|
||||
OPTS += ['OPT:2']
|
||||
TargetAdd('p3dcert.exe', opts=OPTS)
|
||||
elif (PkgSkip("WX")==0):
|
||||
OPTS.append("WX")
|
||||
OPTS += ["WX", "RTTI"]
|
||||
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert_wx.cxx')
|
||||
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
|
||||
TargetAdd('p3dcert.exe', input='plugin_wstring_encode.obj')
|
||||
|
Loading…
x
Reference in New Issue
Block a user