mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix medical paths
This commit is contained in:
parent
90f6b7c53b
commit
c02e7ead32
3
Makefile
3
Makefile
@ -1,11 +1,12 @@
|
||||
BIN = bin
|
||||
RELEASE = release
|
||||
SRC = addons
|
||||
FLAGS = -w unquoted-string
|
||||
|
||||
$(BIN)/ace_%.pbo: $(SRC)/%
|
||||
@mkdir -p $(BIN)
|
||||
@echo " PBO $@"
|
||||
@armake build -f $< $@
|
||||
@armake build ${FLAGS} -f $< $@
|
||||
|
||||
all: $(patsubst $(SRC)/%, $(BIN)/ace_%.pbo, $(wildcard $(SRC)/*))
|
||||
|
||||
|
@ -21,5 +21,5 @@ class CfgPatches {
|
||||
#include "CfgEden.hpp"
|
||||
#include "ACE_Medical_Treatments.hpp"
|
||||
#include "ACE_Settings.hpp"
|
||||
#include "UI\RscTitles.hpp"
|
||||
#include "UI\triagecard.hpp"
|
||||
#include "ui\RscTitles.hpp"
|
||||
#include "ui\triagecard.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user