mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Fix some p3dCert issues
This commit is contained in:
parent
5736e7a4b0
commit
6d4d23cf6c
@ -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!",
|
||||
};
|
||||
|
@ -4925,7 +4925,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