Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GlitterWorld Prime Mod
Release build
Commits
c8392007
Commit
c8392007
authored
Sep 17, 2018
by
Adam Leyshon
Browse files
Fixed build script to copy translation files.
parent
3e5cb985
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Glitterworld Prime/Glitterworld Prime.csproj
Glitterworld Prime/Glitterworld Prime.csproj
+1
-1
nant.build
nant.build
+1
-1
No files found.
Glitterworld Prime/Glitterworld Prime.csproj
View file @
c8392007
...
...
@@ -26,7 +26,7 @@
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
..\Assemblies\
</OutputPath>
<DefineConstants>
TRACE
;B18
</DefineConstants>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
...
...
nant.build
View file @
c8392007
...
...
@@ -66,7 +66,7 @@
</copy>
<!-- Copy Languages -->
<copy
todir=
"${ModOutput}\Languages"
overwrite=
"True"
>
<fileset
basedir=
"${CWD}\
Def
s"
/>
<fileset
basedir=
"${CWD}\
Language
s"
/>
</copy>
<!-- Copy Textures -->
<copy
todir=
"${ModOutput}\Textures"
overwrite=
"True"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment