Skip to content

Commit

Permalink
Go back to an older version of coremake for now
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Apr 27, 2017
1 parent 52a9c3d commit a23b9fe
Show file tree
Hide file tree
Showing 25 changed files with 1,101 additions and 2,535 deletions.
2 changes: 0 additions & 2 deletions corec/tools/coremake/SciTE.properties

This file was deleted.

3 changes: 1 addition & 2 deletions corec/tools/coremake/android_mk.inc
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ IF %(TYPE)==DLL || %(TYPE)==LIB

DIRPUSH ..
PRINTNL LOCAL_C_INCLUDES := \
PRINTNL %(@&CONFIG_INCLUDE:%= %) \
FOR EACH USERINCLUDE
PRINTNL %(!§NAME) \
ENDFOR
PRINTNL
PRINTNL %(@&CONFIG_INCLUDE:%= %)
DIRPOP
PRINTNL

Expand Down
2 changes: 1 addition & 1 deletion corec/tools/coremake/automake.inc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ FOR EACH ALLDIRS
../DEPENDENCIES += %(<NAME).lo
ENDIF
ENDFOR
FOR EACH HEADER,HEADER_FORCE
FOR EACH HEADER
../../noinst_HEADERS += %(!NAME)
ENDFOR

Expand Down
2 changes: 1 addition & 1 deletion corec/tools/coremake/carbide.inc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ FOR EACH LIB,DLL,EXE,CON
ENDIF
PRINTNL </natures>
PRINTNL <linkedResources>
FOR EACH SOURCE,HEADER,HEADER_FORCE
FOR EACH SOURCE,HEADER
IF %(>NAME)!=rss
PRINTNL <link>
PRINTNL <name>%(<NAME).%(>NAME)</name>
Expand Down
1 change: 0 additions & 1 deletion corec/tools/coremake/clean.build
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ FOR EACH LIB,DLL,EXE,CON,CAB,LIB_CSHARP,DLL_CSHARP,EXE_CSHARP,CON_CSHARP,EXE_AND
REMOVE %(�PATH)%(NAME)_rsg.h
REMOVE %(�PATH)%(NAME).dsp
REMOVE %(�PATH)%(NAME).vcproj
REMOVE %(�PATH)%(NAME).vcxproj
REMOVE %(�PATH)%(NAME).icproj
REMOVE %(!ROOTPATH)%(PATH)%(NAME).csproj
REMOVEDIR %(!ROOTPATH)%(PATH)%(NAME)/obj
Expand Down
97 changes: 0 additions & 97 deletions corec/tools/coremake/commands.txt

This file was deleted.

Loading

0 comments on commit a23b9fe

Please sign in to comment.