diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-20 08:21:09 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-20 08:21:09 +0200 |
commit | 63235d8839c205063b1d5a604a3a2555d1749526 (patch) | |
tree | 9077f0af2246bfcd060f3719733ea8a5e0d6ed03 /rsc | |
parent | 86c8dc781b3a5aef3126931ee43d1f190a0143a5 (diff) |
CWS gnumake2: move all delivered rsc headers to inc/rsc
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rsc/rscsfx.hxx (renamed from rsc/inc/rscsfx.hxx) | 0 | ||||
-rw-r--r-- | rsc/prj/d.lst | 2 | ||||
-rw-r--r-- | rsc/source/parser/rscicpx.cxx | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/rsc/inc/rscsfx.hxx b/rsc/inc/rsc/rscsfx.hxx index 830bbcf37baa..830bbcf37baa 100644 --- a/rsc/inc/rscsfx.hxx +++ b/rsc/inc/rsc/rscsfx.hxx diff --git a/rsc/prj/d.lst b/rsc/prj/d.lst index e59c9b2e9f3a..e79c03d9bb63 100644 --- a/rsc/prj/d.lst +++ b/rsc/prj/d.lst @@ -6,4 +6,4 @@ ..\%__SRC%\bin\rscpp %_DEST%\bin%_EXT%\rscpp mkdir: %_DEST%\inc%_EXT%\rsc -..\inc\rscsfx.hxx %_DEST%\inc%_EXT%\rsc\rscsfx.hxx +..\inc\rsc/rscsfx.hxx %_DEST%\inc%_EXT%\rsc\rscsfx.hxx diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx index 625417769f45..a444178195d5 100644 --- a/rsc/source/parser/rscicpx.cxx +++ b/rsc/source/parser/rscicpx.cxx @@ -40,7 +40,7 @@ #include <rscclass.hxx> #include <rsccont.hxx> #include <rscdb.hxx> -#include <rscsfx.hxx> +#include <rsc/rscsfx.hxx> #include "rsclex.hxx" #include <yyrscyacc.hxx> |