Browse Source

* Correct debug info

Michael Van Canneyt 4 months ago
parent
commit
47b4adbc10
2 changed files with 12 additions and 2 deletions
  1. 7 2
      src/base/fresnelbase.lpk
  2. 5 0
      src/fresnel.lpk

+ 7 - 2
src/base/fresnelbase.lpk

@@ -14,6 +14,11 @@
           <AllowLabel Value="False"/>
         </SyntaxOptions>
       </Parsing>
+      <Linking>
+        <Debugging>
+          <DebugInfoType Value="dsDwarf3"/>
+        </Debugging>
+      </Linking>
     </CompilerOptions>
     <Description Value="The abstract Fresnel Framework - providing CSS components.
 "/>
@@ -117,11 +122,11 @@
       </Item>
       <Item>
         <Filename Value="fresnel.edit.pp"/>
-        <UnitName Value="fresnel.edit"/>
+        <UnitName Value="Fresnel.Edit"/>
       </Item>
       <Item>
         <Filename Value="fresnel.cursortimer.pp"/>
-        <UnitName Value="fresnel.cursortimer"/>
+        <UnitName Value="Fresnel.CursorTimer"/>
       </Item>
       <Item>
         <Filename Value="fresnel.clipboard.pp"/>

+ 5 - 0
src/fresnel.lpk

@@ -72,6 +72,11 @@ end;"/>
           <AllowLabel Value="False"/>
         </SyntaxOptions>
       </Parsing>
+      <Linking>
+        <Debugging>
+          <DebugInfoType Value="dsDwarf3"/>
+        </Debugging>
+      </Linking>
     </CompilerOptions>
     <Description Value="Fresnel framework for standalone applications.
 The skia backend requires the sk4d library, e.g. sk4d.dll for Windows. A version is included with Fresnel in the bin folder."/>