|
|
@@ -3478,7 +3478,6 @@ if (not RUNTIME):
|
|
|
TargetAdd('interrogate.exe', input='libp3cppParser.ilb')
|
|
|
TargetAdd('interrogate.exe', input=COMMON_DTOOL_LIBS)
|
|
|
TargetAdd('interrogate.exe', input='libp3interrogatedb.dll')
|
|
|
- TargetAdd('interrogate.exe', input='libp3pystub.lib')
|
|
|
TargetAdd('interrogate.exe', opts=['ADVAPI', 'OPENSSL', 'WINSHELL', 'WINGDI', 'WINUSER'])
|
|
|
|
|
|
preamble = WriteEmbeddedStringFile('interrogate_preamble_python_native', inputs=[
|
|
|
@@ -3494,7 +3493,6 @@ if (not RUNTIME):
|
|
|
TargetAdd('interrogate_module.exe', input='libp3cppParser.ilb')
|
|
|
TargetAdd('interrogate_module.exe', input=COMMON_DTOOL_LIBS)
|
|
|
TargetAdd('interrogate_module.exe', input='libp3interrogatedb.dll')
|
|
|
- TargetAdd('interrogate_module.exe', input='libp3pystub.lib')
|
|
|
TargetAdd('interrogate_module.exe', opts=['ADVAPI', 'OPENSSL', 'WINSHELL', 'WINGDI', 'WINUSER'])
|
|
|
|
|
|
if (not RTDIST):
|
|
|
@@ -3503,7 +3501,6 @@ if (not RUNTIME):
|
|
|
TargetAdd('parse_file.exe', input='libp3cppParser.ilb')
|
|
|
TargetAdd('parse_file.exe', input=COMMON_DTOOL_LIBS)
|
|
|
TargetAdd('parse_file.exe', input='libp3interrogatedb.dll')
|
|
|
- TargetAdd('parse_file.exe', input='libp3pystub.lib')
|
|
|
TargetAdd('parse_file.exe', opts=['ADVAPI', 'OPENSSL', 'WINSHELL', 'WINGDI', 'WINUSER'])
|
|
|
|
|
|
#
|
|
|
@@ -3527,7 +3524,6 @@ if (not RTDIST and not RUNTIME):
|
|
|
TargetAdd('test_interrogate.exe', input='test_interrogate_test_interrogate.obj')
|
|
|
TargetAdd('test_interrogate.exe', input='libp3interrogatedb.dll')
|
|
|
TargetAdd('test_interrogate.exe', input=COMMON_DTOOL_LIBS)
|
|
|
- TargetAdd('test_interrogate.exe', input='libp3pystub.lib')
|
|
|
TargetAdd('test_interrogate.exe', opts=['ADVAPI', 'OPENSSL', 'WINSHELL', 'WINGDI', 'WINUSER'])
|
|
|
|
|
|
#
|
|
|
@@ -6280,7 +6276,6 @@ if not PkgSkip("PANDATOOL") and not PkgSkip("EGG"):
|
|
|
# TargetAdd('bin2c.exe', input='libp3progbase.lib')
|
|
|
# TargetAdd('bin2c.exe', input='libp3pandatoolbase.lib')
|
|
|
# TargetAdd('bin2c.exe', input=COMMON_PANDA_LIBS)
|
|
|
-# TargetAdd('bin2c.exe', input='libp3pystub.lib')
|
|
|
# TargetAdd('bin2c.exe', opts=['ADVAPI'])
|
|
|
|
|
|
#
|