diff options
author | Russell Rice | 2009-06-07 01:50:47 +0000 |
---|---|---|
committer | Russell Rice | 2009-06-07 01:50:47 +0000 |
commit | abc69c7cf92181461612d7126f2bdc8da6b9eb76 (patch) | |
tree | ae1df927cc5356b6f5b8cbb3f48296a191033d5d | |
parent | 3831ece14e28284302cc1a49f568b5c0b6858f90 (diff) | |
download | chocolate-doom-abc69c7cf92181461612d7126f2bdc8da6b9eb76.tar.gz chocolate-doom-abc69c7cf92181461612d7126f2bdc8da6b9eb76.tar.bz2 chocolate-doom-abc69c7cf92181461612d7126f2bdc8da6b9eb76.zip |
- Update textscreen codeblocks project to include txt_scrollpane.* and
txt_smallfont.h
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1560
-rw-r--r-- | codeblocks/textscreen.cbp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/codeblocks/textscreen.cbp b/codeblocks/textscreen.cbp index bee3040a..8db957b1 100644 --- a/codeblocks/textscreen.cbp +++ b/codeblocks/textscreen.cbp @@ -81,6 +81,10 @@ <Option compilerVar="CC" /> </Unit> <Unit filename="..\textscreen\txt_radiobutton.h" /> + <Unit filename="..\textscreen\txt_scrollpane.c"> + <Option compilerVar="CC" /> + </Unit> + <Unit filename="..\textscreen\txt_scrollpane.h" /> <Unit filename="..\textscreen\txt_sdl.c"> <Option compilerVar="CC" /> </Unit> @@ -89,6 +93,7 @@ <Option compilerVar="CC" /> </Unit> <Unit filename="..\textscreen\txt_separator.h" /> + <Unit filename="..\textscreen\txt_smallfont.h" /> <Unit filename="..\textscreen\txt_spinctrl.c"> <Option compilerVar="CC" /> </Unit> |