Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Directories layout changed

<< < (2/5) > >>

mandrav:

--- Quote ---It was NOT up to date, two or three projects were not being patched.
--- End quote ---

You missed my point: I 'm certain that this ANSI patch won't work because it references files in their old location.

stahta01:
Some files that may need fixed.


--- Code: ---Index: src/tools/cb_share_config/cb_share_config-unix.cbp
===================================================================
--- src/tools/cb_share_config/cb_share_config-unix.cbp (revision 3601)
+++ src/tools/cb_share_config/cb_share_config-unix.cbp (working copy)
@@ -26,10 +26,10 @@
  <Linker>
  <Add option="`wx-config --libs`" />
  <Add library="txml" />
- <Add directory="../../sdk/tinyxml" />
+ <Add directory="../../base/tinyxml" />
  </Linker>
- <Unit filename="../../sdk/tinyxml/tinywxuni.cpp" />
- <Unit filename="../../sdk/tinyxml/tinywxuni.h" />
+ <Unit filename="../../base/tinyxml/tinywxuni.cpp" />
+ <Unit filename="../../base/tinyxml/tinywxuni.h" />
  <Unit filename="app.cpp" />
  <Unit filename="app.h" />
  <Unit filename="mainframe.cpp" />
Index: src/tools/cb_share_config/Makefile.am
===================================================================
--- src/tools/cb_share_config/Makefile.am (revision 3601)
+++ src/tools/cb_share_config/Makefile.am (working copy)
@@ -4,9 +4,9 @@
  -I$(top_srcdir)/src/include \
  -I$(top_srcdir)/src/include/tinyxml
 
-cb_share_config_LDFLAGS =
+cb_share_config_LDFLAGS =
 
-cb_share_config_LDADD =  -L../../sdk/tinyxml -ltinyxml \
+cb_share_config_LDADD =  -L../../base/tinyxml -ltinyxml \
  $(WX_LIBS)
 
 cb_share_config_SOURCES = app.cpp \
Index: src/build_tools/scrooge/scrooge.cpp
===================================================================
--- src/build_tools/scrooge/scrooge.cpp (revision 3602)
+++ src/build_tools/scrooge/scrooge.cpp (working copy)
@@ -15,8 +15,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "../../sdk/tinyxml/tinystr.h"
-#include "../../sdk/tinyxml/tinyxml.h"
+#include "../../base/tinyxml/tinystr.h"
+#include "../../base/tinyxml/tinyxml.h"
 
 
 void ProcessFile(const char* fileName);

--- End code ---

stahta01:

--- Quote from: mandrav on February 13, 2007, 10:18:12 pm ---
--- Quote ---It was NOT up to date, two or three projects were not being patched.
--- End quote ---

You missed my point: I 'm certain that this ANSI patch won't work because it references files in their old location.

--- End quote ---

I just used my updated patch to make an ANSI Code::Blocks, so I am not sure what you mean.

Tim S

mandrav:

--- Quote ---I just used my updated patch to make an ANSI Code::Blocks, so I am not sure what you mean.
--- End quote ---

The ANSI projects patch is not maintained by me so I won't patch it.
And when I 'm saying it's not up-to-date anyway, I mean that it references the files in their old locations (before the restructuring). It's not only about tinyxml's dir but all the header files which used to be in sdk/ (and moved to include/) etc.

Biplab:
C::B Plugin Wizard has been updated to conform with latest directory layout changes.  :)

In Revision 3604.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version