mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
ロゴデータの元ファイルを追加 git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@822 385bec56-5757-e545-9c3a-d8741f4650f1
20 lines
367 B
Plaintext
20 lines
367 B
Plaintext
#
|
|
# このプロジェクト固有のincludeディレクトリを追加する
|
|
#
|
|
|
|
# DCLのパス追加
|
|
INCLUDES += $(DCL_ROOT)\include
|
|
|
|
# DGFのパス追加
|
|
INCLUDES += $(DGF_ROOT)\include
|
|
|
|
# MessageStudioのincludeパス追加
|
|
INCLUDES += $(MESSAGE_STUDIO)/libms/include
|
|
|
|
# NW4Cのincludeパス追加
|
|
INCLUDES += $(NW4C_ROOT)/include
|
|
|
|
# soundのパス追加
|
|
INCLUDES += .\Sources\sound\include
|
|
|