Browse Source

Application will now compile with /MT command line (static-linked runtime library).

Removed unnecessary include.
master
JustinAJ 9 years ago
parent
commit
3a47e56c99
  1. 1
      UDK GUID Reader/Main.c
  2. 1
      UDK GUID Reader/UDK GUID Reader.vcxproj

1
UDK GUID Reader/Main.c

@ -20,7 +20,6 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
int main(int argc, const char **args)
{

1
UDK GUID Reader/UDK GUID Reader.vcxproj

@ -98,6 +98,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>

Loading…
Cancel
Save