Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nifplg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
nifplg
Commits
15498f31
Commit
15498f31
authored
18 years ago
by
Gundalf
Browse files
Options
Downloads
Patches
Plain Diff
release 0.1
parent
2ca8c0a9
No related branches found
Branches containing commit
Tags
max-0.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NifExport/Config.cpp
+1
-1
1 addition, 1 deletion
NifExport/Config.cpp
NifExport/NifExport.vcproj
+24
-0
24 additions, 0 deletions
NifExport/NifExport.vcproj
with
25 additions
and
1 deletion
NifExport/Config.cpp
+
1
−
1
View file @
15498f31
#include
"pch.h"
#define REGPATH "Software\\NifTools\\
Nif
Plugins"
#define REGPATH "Software\\NifTools\\
Max
Plugins"
void
regSet
(
HKEY
hKey
,
const
char
*
value
,
float
f
);
void
regSet
(
HKEY
hKey
,
const
char
*
value
,
bool
b
);
...
...
This diff is collapsed.
Click to expand it.
NifExport/NifExport.vcproj
+
24
−
0
View file @
15498f31
...
...
@@ -246,6 +246,12 @@
</File>
<File
RelativePath=
"..\NifPlugins.cpp"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
UsePrecompiledHeader=
"0"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
...
...
@@ -264,6 +270,12 @@
Filter=
""
>
<File
RelativePath=
"NvTriStrip\NvTriStrip.cpp"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
UsePrecompiledHeader=
"0"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
...
...
@@ -273,6 +285,12 @@
</File>
<File
RelativePath=
"NvTriStrip\NvTriStripObjects.cpp"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
UsePrecompiledHeader=
"0"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
...
...
@@ -282,6 +300,12 @@
</File>
<File
RelativePath=
"NvTriStrip\VertexCache.cpp"
>
<FileConfiguration
Name=
"Release|Win32"
>
<Tool
Name=
"VCCLCompilerTool"
UsePrecompiledHeader=
"0"
/>
</FileConfiguration>
<FileConfiguration
Name=
"Debug|Win32"
>
<Tool
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment