Changeset 22110


Ignore:
Timestamp:
Jan 25, 2016, 4:20:56 PM (10 years ago)
Author:
rousseau
Message:

Rename 'resource.rc' to 'ApiTestPm.rc' [apitest]

Location:
branches/swt/testapp/apitest
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/swt/testapp/apitest/GNUmakefile

    r22109 r22110  
    2626
    2727# PM version of ApiTest
    28 $(out)/ApiTestPm.exe: $(src)/ApiTestPm.cpp $(src)/ApiTestPm.def
     28$(out)/ApiTestPm.exe: $(src)/ApiTestPm.cpp $(out)/ApiTestPm.res $(src)/ApiTestPm.def
    2929        @echo [$@]
    3030        gcc -Zomf -I$(inc) $< -o $@ $(src)/ApiTestPm.def
    31         wrc -q -bt=os2 -zm $(src)/resource.rc $@
     31        wrc -q -bt=os2 -zm $*.res $@
     32
     33$(out)/ApiTestPm.res: $(src)/ApiTestPm.rc
     34        @echo [$@]
     35        wrc -q -r -bt=os2 -zm -fo=$@ $<
    3236
    3337# The default target
Note: See TracChangeset for help on using the changeset viewer.