Changeset 21908 for branches


Ignore:
Timestamp:
Dec 16, 2011, 4:26:30 PM (14 years ago)
Author:
dmik
Message:

Port ODININST to GCC/kBuild.

Location:
branches/gcc-kmk/tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/tools/Makefile.kmk

    r21795 r21908  
    1212include $(PATH_SUB_CURRENT)/impdef/Makefile.kmk
    1313include $(PATH_SUB_CURRENT)/wrc/Makefile.kmk
     14include $(PATH_SUB_CURRENT)/install/Makefile.kmk
    1415
    1516include $(FILE_KBUILD_SUB_FOOTER)
  • branches/gcc-kmk/tools/regedit/regapi.c

    r21535 r21908  
    2424#define PASCAL          WIN32API
    2525
     26#ifndef __GNUC__
    2627static char *strsep(char **string, char *token)
    2728{
     
    3839   return ret;
    3940}
     41#endif
    4042
    4143typedef HRESULT (* __stdcall lpfnDLLRegProc)(void);
Note: See TracChangeset for help on using the changeset viewer.