Changeset 519 in dev for trunk/ab5.0/abdev/compiler_x64


Ignore:
Timestamp:
May 1, 2008, 1:06:18 PM (16 years ago)
Author:
dai_9181
Message:

jenga.hを追加。

Location:
trunk/ab5.0/abdev/compiler_x64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp

    r514 r519  
    11#include "stdafx.h"
    2 
    3 #include <jenga/include/common/Environment.h>
    4 #include <jenga/include/common/Path.h>
    5 #include <jenga/include/common/Directory.h>
    62
    73#include "../BasicCompiler_Common/common.h"
  • trunk/ab5.0/abdev/compiler_x64/stdafx.h

    r517 r519  
    1818#include <fcntl.h>
    1919#include <io.h>
     20#include <shlwapi.h>
    2021
    2122//boost libraries
     
    2526#include <boost/serialization/export.hpp>
    2627
    27 #include <jenga/include/common/CmdLine.h>
    28 #include <jenga/include/common/Environment.h>
    29 #include <jenga/include/common/File.h>
    30 #include <jenga/include/common/Path.h>
    31 #include <jenga/include/common/String.h>
     28#include <jenga/include/jenga.h>
    3229
    3330#include <abdev/ab_common/include/ab_common.h>
Note: See TracChangeset for help on using the changeset viewer.