]> ruin.nu Git - hbs.git/commitdiff
some fixes
authorMichael Andreen <harv@ruin.nu>
Wed, 6 Mar 2002 19:38:22 +0000 (19:38 +0000)
committerMichael Andreen <harv@ruin.nu>
Wed, 6 Mar 2002 19:38:22 +0000 (19:38 +0000)
hbs.kdevprj
hbs.kdevses
hbs.pro

index 2a0fbc81696a407af6bdc7204bc42efe1c5bc4c4..ba88cfe5a93f39bc769062a352b9446b360c5687 100644 (file)
@@ -87,7 +87,7 @@ install_location=
 type=DATA
 
 [bs/Makefile.am]
-files=bs/bs.cpp,bs/bs.h,bs/bsdoc.cpp,bs/bsdoc.h,bs/bsview.cpp,bs/bsview.h,bs/main.cpp,bs/battlesum.h,bs/battlesum.cpp,bs/scanview.cpp,bs/scanview.h,bs/tickview.cpp,bs/tickview.h
+files=bs/bs.cpp,bs/bs.h,bs/bsdoc.cpp,bs/bsdoc.h,bs/bsview.cpp,bs/bsview.h,bs/main.cpp,bs/battlesum.h,bs/battlesum.cpp,bs/scanview.cpp,bs/scanview.h,bs/tickview.cpp,bs/tickview.h,bs/fleet.cpp,bs/fleet.h,bs/unittype.cpp,bs/unittype.h
 sub_dirs=
 type=prog_main
 
@@ -147,6 +147,18 @@ type=normal
 sub_dirs=
 type=normal
 
+[bs/fleet.cpp]
+dist=true
+install=false
+install_location=
+type=SOURCE
+
+[bs/fleet.h]
+dist=true
+install=false
+install_location=
+type=HEADER
+
 [bs/main.cpp]
 dist=true
 install=false
@@ -177,6 +189,18 @@ install=false
 install_location=
 type=HEADER
 
+[bs/unittype.cpp]
+dist=true
+install=false
+install_location=
+type=SOURCE
+
+[bs/unittype.h]
+dist=true
+install=false
+install_location=
+type=HEADER
+
 [po/Makefile.am]
 sub_dirs=
 type=po
index cd5c715ccb376d860ef7779fce1c8da2252140b1..5ae0a7c03a61958a8c98a5c1ec6c2fb711768da5 100644 (file)
@@ -5,10 +5,10 @@
    <View0 Top="0" Width="683" Attach="0" Height="354" Left="0" Focus="0" Type="KWriteView" MinMaxMode="0" />
   </Doc0>
   <Doc1 CursorPosLine="4" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/whale/src/hbs/bs/battlesum.h" >
-   <View0 Top="0" Width="683" Attach="0" Height="354" Left="0" Focus="1" Type="KWriteView" MinMaxMode="0" />
+   <View0 Top="0" Width="683" Attach="0" Height="334" Left="0" Focus="1" Type="KWriteView" MinMaxMode="0" />
   </Doc1>
   <Doc2 Type="CDocBrowser" NumberOfViews="1" FileName="file:/home/src/qt-3/doc/html/index.html" >
-   <View Top="0" Width="683" Attach="0" Height="354" Left="0" Focus="0" Type="KHTMLView" MinMaxMode="0" />
+   <View Top="0" Width="683" Attach="0" Height="334" Left="0" Focus="0" Type="KHTMLView" MinMaxMode="0" />
   </Doc2>
  </DocsAndViews>
 </KDevPrjSession>
diff --git a/hbs.pro b/hbs.pro
index 99b2154bcc9d5afae29e71180510a994acfe6d33..103d5b3658ba290b2cebc492e63eeef214c95a4e 100644 (file)
--- a/hbs.pro
+++ b/hbs.pro
@@ -1,5 +1,5 @@
-SOURCES        += bs/bs.cpp bs/bsdoc.cpp bs/bsview.cpp bs/main.cpp bs/battlesum.cpp bs/scanview.cpp bs/tickview.cpp 
-HEADERS        += bs/bs.h bs/bsdoc.h bs/bsview.h bs/battlesum.h config.h bs/scanview.h bs/tickview.h 
+SOURCES        += bs/bs.cpp bs/bsdoc.cpp bs/bsview.cpp bs/main.cpp bs/battlesum.cpp bs/scanview.cpp bs/tickview.cpp bs/fleet.cpp bs/unittype.cpp 
+HEADERS        += bs/bs.h bs/bsdoc.h bs/bsview.h bs/battlesum.h config.h bs/scanview.h bs/tickview.h bs/fleet.h bs/unittype.h 
 
 TARGET = bs/bs
 IMAGEFILE      = images.cpp