|
|
@@ -3433,7 +3433,7 @@ for VER in MAXVERSIONS:
|
|
|
VNUM=VER[3:]
|
|
|
if (PkgSkip(VER)==0) and (PkgSkip("PANDATOOL")==0):
|
|
|
OPTS=['DIR:pandatool/src/maxegg', VER, "WINCOMCTL", "WINCOMDLG", "WINUSER", "MSFORSCOPE"]
|
|
|
- TargetAdd('maxEgg.res', input='maxEgg.rc')
|
|
|
+ TargetAdd('maxEgg.res', opts=OPTS, input='maxEgg.rc')
|
|
|
TargetAdd('maxegg'+VNUM+'_loader.obj', opts=OPTS, input='maxEggLoader.cxx')
|
|
|
TargetAdd('maxegg'+VNUM+'_composite1.obj', opts=OPTS, input='maxegg_composite1.cxx')
|
|
|
TargetAdd('maxegg'+VNUM+'.dlo', input='maxegg'+VNUM+'_composite1.obj')
|
|
|
@@ -3450,7 +3450,7 @@ for VER in MAXVERSIONS:
|
|
|
VNUM=VER[3:]
|
|
|
if (PkgSkip(VER)==0) and (PkgSkip("PANDATOOL")==0):
|
|
|
OPTS=['DIR:pandatool/src/maxprogs', VER, "WINCOMCTL", "WINCOMDLG", "WINUSER", "MSFORSCOPE"]
|
|
|
- TargetAdd('maxImportRes.res', input='maxImportRes.rc')
|
|
|
+ TargetAdd('maxImportRes.res', opts=OPTS, input='maxImportRes.rc')
|
|
|
TargetAdd('maxprogs'+VNUM+'_maxeggimport.obj', opts=OPTS, input='maxEggImport.cxx')
|
|
|
TargetAdd('maxeggimport'+VNUM+'.dle', input='maxegg'+VNUM+'_loader.obj')
|
|
|
TargetAdd('maxeggimport'+VNUM+'.dle', input='maxprogs'+VNUM+'_maxeggimport.obj')
|