diff --git a/Makefile b/Makefile index 9f0fa5f..28467cf 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ mk_COptions = $(mk_COptionsCommon) -Os TheDefaultOutput : minivmac.exe -bld/OSGLUWIN.o : src/UI/WIN32/OSGLUWIN.c src/STRCNENG.h cfg/STRCONST.h src/INTLCHAR.h src/COMOSGLU.h src/CONTROLM.h cfg/CNFGGLOB.h +bld/OSGLUWIN.o : src/UI/WIN32/OSGLUWIN.c src/LANG/STRCNENG.h cfg/STRCONST.h src/INTLCHAR.h src/COMOSGLU.h src/CONTROLM.h cfg/CNFGGLOB.h gcc "src/UI/WIN32/OSGLUWIN.c" -o "bld/OSGLUWIN.o" $(mk_COptions) bld/GLOBGLUE.o : src/GLOBGLUE.c cfg/CNFGGLOB.h gcc "src/GLOBGLUE.c" -o "bld/GLOBGLUE.o" $(mk_COptions) diff --git a/cfg/STRCONST.h b/cfg/STRCONST.h index 5f99306..20332f8 100644 --- a/cfg/STRCONST.h +++ b/cfg/STRCONST.h @@ -1 +1 @@ -#include "STRCNENG.h" +#include "LANG/STRCNENG.h" diff --git a/src/STRCNCAT.h b/src/LANG/STRCNCAT.h similarity index 100% rename from src/STRCNCAT.h rename to src/LANG/STRCNCAT.h diff --git a/src/STRCNCZE.h b/src/LANG/STRCNCZE.h similarity index 100% rename from src/STRCNCZE.h rename to src/LANG/STRCNCZE.h diff --git a/src/STRCNDUT.h b/src/LANG/STRCNDUT.h similarity index 100% rename from src/STRCNDUT.h rename to src/LANG/STRCNDUT.h diff --git a/src/STRCNENG.h b/src/LANG/STRCNENG.h similarity index 100% rename from src/STRCNENG.h rename to src/LANG/STRCNENG.h diff --git a/src/STRCNFRE.h b/src/LANG/STRCNFRE.h similarity index 100% rename from src/STRCNFRE.h rename to src/LANG/STRCNFRE.h diff --git a/src/STRCNGER.h b/src/LANG/STRCNGER.h similarity index 100% rename from src/STRCNGER.h rename to src/LANG/STRCNGER.h diff --git a/src/STRCNITA.h b/src/LANG/STRCNITA.h similarity index 100% rename from src/STRCNITA.h rename to src/LANG/STRCNITA.h diff --git a/src/STRCNPOL.h b/src/LANG/STRCNPOL.h similarity index 100% rename from src/STRCNPOL.h rename to src/LANG/STRCNPOL.h diff --git a/src/STRCNPTB.h b/src/LANG/STRCNPTB.h similarity index 100% rename from src/STRCNPTB.h rename to src/LANG/STRCNPTB.h diff --git a/src/STRCNSPA.h b/src/LANG/STRCNSPA.h similarity index 100% rename from src/STRCNSPA.h rename to src/LANG/STRCNSPA.h diff --git a/src/STRCNSRL.h b/src/LANG/STRCNSRL.h similarity index 100% rename from src/STRCNSRL.h rename to src/LANG/STRCNSRL.h