1
Technical Help: Problems BEFORE entering the game /
« on: February 12, 2004, 07:49:07 pm »
The Jamfile in aws should look like the following
-----
SubDir TOP plugins aws ;
FILES = av3dtxt.cpp av3dtxtm.cpp aws3dfrm.cpp awsadler.cpp awsbarct.cpp
awsbl.cpp awschkbx.cpp awscmdbt.cpp awscmpt.cpp awscomp.cpp
awsControlBar.cpp aws.cpp awscspt.cpp awsEngineView.cpp awsfparm.cpp
awsgbl.cpp awsgrpfr.cpp awsimgvw.cpp awsitmv.cpp awskcfct.cpp
awskeycn.cpp awslabel.cpp awslstbx.cpp awsMenu.cpp awsmgr.cpp
awsmled.cpp awsntbk.cpp awsPanel.cpp awsparser.cpp awsprefs.cpp
awsradbt.cpp awsscrbr.cpp awsscr.cpp awsslot.cpp awsstbar.cpp
awsstdsk.cpp awsTabCtrl.cpp awstex.cpp awstimer.cpp awstxtbx.cpp
awswin.cpp slp.cpp sllex.cpp ;
Plugin aws :
$(FILES)
;
# silence the compiler (we can\'t avoid the warnings in autogenerated code)
C++FLAGS on [ FGristFiles skinlex.o ] += -Wno-unused-function -Wno-unused-label ;
LinkWith aws : csgeom csgfx cssys cstool csutil ;
Help aws : \"Alternate Windowing System plug-in\" ;
----
You can find those 4 files on my site btw. There is no need to delete any files just remove their name from the FILES = list to make it look like the one above.
Not sure what to do about the libcssys.a - it could be a dependency on the aws but I am not sure.
-----
SubDir TOP plugins aws ;
FILES = av3dtxt.cpp av3dtxtm.cpp aws3dfrm.cpp awsadler.cpp awsbarct.cpp
awsbl.cpp awschkbx.cpp awscmdbt.cpp awscmpt.cpp awscomp.cpp
awsControlBar.cpp aws.cpp awscspt.cpp awsEngineView.cpp awsfparm.cpp
awsgbl.cpp awsgrpfr.cpp awsimgvw.cpp awsitmv.cpp awskcfct.cpp
awskeycn.cpp awslabel.cpp awslstbx.cpp awsMenu.cpp awsmgr.cpp
awsmled.cpp awsntbk.cpp awsPanel.cpp awsparser.cpp awsprefs.cpp
awsradbt.cpp awsscrbr.cpp awsscr.cpp awsslot.cpp awsstbar.cpp
awsstdsk.cpp awsTabCtrl.cpp awstex.cpp awstimer.cpp awstxtbx.cpp
awswin.cpp slp.cpp sllex.cpp ;
Plugin aws :
$(FILES)
;
# silence the compiler (we can\'t avoid the warnings in autogenerated code)
C++FLAGS on [ FGristFiles skinlex.o ] += -Wno-unused-function -Wno-unused-label ;
LinkWith aws : csgeom csgfx cssys cstool csutil ;
Help aws : \"Alternate Windowing System plug-in\" ;
----
You can find those 4 files on my site btw. There is no need to delete any files just remove their name from the FILES = list to make it look like the one above.
Not sure what to do about the libcssys.a - it could be a dependency on the aws but I am not sure.