Skip to content

Commit

Permalink
- added some text to README
Browse files Browse the repository at this point in the history
- modified project file for correct release build
  • Loading branch information
ynezz committed Mar 16, 2009
1 parent 87043c4 commit 9cc9b6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.luace
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Luace (C) Copyright 2009 Petr Stetiar <[email protected]>, Gaben Ltd.

Git source repository: http://github.com/ynezz/luace/
3 changes: 2 additions & 1 deletion build/evc4/luace.vcp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CFG=luace - Win32 (WCE ARMV4I) Debug
# PROP Intermediate_Dir "ARMV4IRel"
# PROP CPU_ID "{DC70F430-E78B-494F-A9D5-62ADC56443B8}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "THUMB" /d "_THUMB_" /d "ARM" /d "_ARM_" /d "ARMV4I" /r
Expand All @@ -60,7 +61,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:THUMB
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:THUMB
# ADD LINK32 commctrl.lib coredll.lib lua51.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /nodefaultlib:"$(CENoDefaultLib)" /libpath:"ARMV4IRel" /subsystem:$(CESubsystem) /MACHINE:THUMB

!ELSEIF "$(CFG)" == "luace - Win32 (WCE ARMV4I) Debug"

Expand Down

0 comments on commit 9cc9b6d

Please sign in to comment.