Skip to content

Commit c095dbd

Browse files
committed
Remove Campfire project and update Requiem deps
Delete the unused Campfire source reference and remove the commented-out Campfire test. Update the Requiem test prefs to include the USSEP and SkyUI SDK 5.1 dependencies so Requiem builds with those integrations.
1 parent 9ead6b0 commit c095dbd

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

modules/tests/projects_test.v

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ const master_of_disguise = get_source_dir("MasterOfDisguise", "dubhDisguiseMCMQu
6363
const osa = get_source_dir("OSA", "OSA.psc")
6464
const ostim = get_source_dir("OStimNG", "OStimAddon.psc")
6565
const sexlab = get_source_dir("SexLab", "SexLabFramework.psc")
66-
const campfire = get_source_dir("Campfire", "CampfireAPI.psc")
6766
const requiem = get_source_dir("Requiem", "Req_VampireDustScript.psc")
6867
const ussep = get_source_dir("USSEP", "ussep_clearaliasonactivate.psc")
6968

@@ -271,18 +270,11 @@ fn test_project_sexlab(){
271270
builder.compile(&prefs)
272271
}
273272

274-
/*
275-
fn test_project_campfire(){
276-
prefs := get_prefs(campfire, [
277-
skyrim_deps
278-
], get_output_dir("Campfire"))
279-
280-
builder.compile(&prefs)
281-
}
282-
283273
fn test_project_requiem(){
284274
prefs := get_prefs(requiem, [
285-
skyrim_deps
275+
skyrim_deps,
276+
ussep,
277+
skyui_sdk_51
286278
], get_output_dir("Requiem"))
287279

288280
builder.compile(&prefs)
@@ -295,6 +287,5 @@ fn test_project_ussep(){
295287

296288
builder.compile(&prefs)
297289
}
298-
*/
299290

300291

0 commit comments

Comments
 (0)