Fixed Windows builds of all modules - they were broken as a result of all the moves of svn_version.h *sigh*

This commit is contained in:
Scott Ehlert
2007-04-24 18:50:16 +00:00
parent 0d5531a090
commit 33e01af955
38 changed files with 75 additions and 71 deletions

View File

@ -3,7 +3,7 @@
#ifndef __MODULECONFIG_H__
#define __MODULECONFIG_H__
#include "../svn_version.h"
#include "svn_version.h"
// Module info
#define MODULE_NAME "DoDX"