Skip to content

Commit

Permalink
[Build] Update docsys module, NifMopp dll
Browse files Browse the repository at this point in the history
NifMopp was recompiled with hk660 and also fixed to actually work for subshapes.

Only copy it now when x86.   Re-enabled copying of XML and QSS.   Commented out the TRANSLATIONS as they are so outdated.
  • Loading branch information
hexabits committed Dec 18, 2017
1 parent 5ec306b commit 2fbd0b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions NifSkope.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ CONFIG(debug, debug|release) {
# uncomment this if you want the text stats gl option
# DEFINES += USE_GL_QPAINTER

TRANSLATIONS += \
res/lang/NifSkope_de.ts \
res/lang/NifSkope_fr.ts
#TRANSLATIONS += \
# res/lang/NifSkope_de.ts \
# res/lang/NifSkope_fr.ts

# Require explicit
DEFINES += \
Expand Down Expand Up @@ -472,8 +472,11 @@ build_pass|!debug_and_release {
## QMAKE_POST_LINK
###############################

win32:DEP += \
win32:contains(QT_ARCH, i386) {
DEP += \
dep/NifMopp.dll
copyFiles( $$DEP )
}

XML += \
build/docsys/nifxml/nif.xml \
Expand All @@ -490,16 +493,12 @@ build_pass|!debug_and_release {

READMES += \
CHANGELOG.md \
CONTRIBUTORS.md \
LICENSE.md \
README.md \
TROUBLESHOOTING.md

README.md

copyDirs( $$SHADERS, shaders )
#copyDirs( $$LANG, lang )
#copyFiles( $$XML $$QSS )
win32:copyFiles( $$DEP )
copyFiles( $$XML $$QSS )

# Copy Readmes and rename to TXT
copyFiles( $$READMES,,,, md:txt )
Expand Down
2 changes: 1 addition & 1 deletion build/docsys
Submodule docsys updated 6 files
+ doc/favicon.ico
+19 −18 gen_niflib.py
+1 −1 kfmxml
+1 −1 nifxml
+142 −72 nifxml.py
+17 −13 nifxml_doc.py
Binary file modified dep/NifMopp.dll
Binary file not shown.

0 comments on commit 2fbd0b1

Please sign in to comment.