Browse Source

컴파일 디렉토리 충돌 수정

문서 추가
Hongtae Kim 5 years ago
parent
commit
c2b653fe6f
2 changed files with 13 additions and 1 deletions
  1. 12
    0
      SETUP_KOR.txt
  2. 1
    1
      Samples.props

+ 12
- 0
SETUP_KOR.txt View File

@@ -0,0 +1,12 @@
1
+1. 적당한 디렉토리에 DKGL 을 클론 받는다.
2
+   보통 상위 디텍로리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다.. 
3
+     C:\MyProjects\
4
+             +--- DKGL
5
+             +--- DKGL_Samples (이 프로젝트)
6
+
7
+2. mklink /D DK ..\DKGL\DK
8
+     DKGL\DK 서브 디렉토리를 DKGL_Sampels\DK 로 심볼릭 링크를 건다.
9
+     경로를 잘 확인하고 링크를 걸어야 한다. DKGL2 로 되어있는것도 있음.
10
+
11
+3. DKGL 과 DKGL_Sample 을 별도로 작업함.
12
+     이 프로젝트(Samples) 는 DK 가 ignore 처리되어 있어서 괜찮다.

+ 1
- 1
Samples.props View File

@@ -9,7 +9,7 @@
9 9
   </PropertyGroup>
10 10
   <ItemDefinitionGroup>
11 11
     <ClCompile>
12
-      <ObjectFileName>$(IntDir)%(RelativeDir)</ObjectFileName>
12
+      <ObjectFileName>$(IntDir)</ObjectFileName>
13 13
       <AdditionalIncludeDirectories>../../DK;../Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
14 14
       <PreprocessorDefinitions>DKGL_STATIC=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
15 15
       <LanguageStandard>stdcpp17</LanguageStandard>