mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-12-22 07:31:39 +00:00
Move translation strings to new subdir
This commit is contained in:
parent
d01d2f9e09
commit
31c29eac79
2
Makefile
2
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)
|
||||
|
@ -1 +1 @@
|
||||
#include "STRCNENG.h"
|
||||
#include "LANG/STRCNENG.h"
|
||||
|
Loading…
Reference in New Issue
Block a user